Skip to content

Commit 46dca6a

Browse files
authored
Merge pull request #3168 from microsoftgraph/patch-2.26.1
Patch 2.26.1
2 parents 959defd + 5235ed3 commit 46dca6a

File tree

2 files changed

+220
-3
lines changed

2 files changed

+220
-3
lines changed

config/ModuleMetadata.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.26.0"
30+
"version": "2.26.1"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.26.0"
34+
"version": "2.26.1"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.26.0"
38+
"version": "2.26.1"
3939
}
4040
}
4141
}

src/Authentication/Authentication/custom/common/MgCommandMetadata.json

+217
Original file line numberDiff line numberDiff line change
@@ -2825,6 +2825,7 @@
28252825
"CommandAlias": null,
28262826
"Module": "Beta.CloudCommunications"
28272827
},
2828+
28282829
{
28292830
"Method": "POST",
28302831
"Uri": "/users/{user-id}/presence/clearUserPreferredPresence",
@@ -10204,6 +10205,222 @@
1020410205
"CommandAlias": null,
1020510206
"Module": "Beta.Devices.CorporateManagement"
1020610207
},
10208+
{
10209+
"Method": "GET",
10210+
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses",
10211+
"Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus",
10212+
"Variants": [
10213+
"List"
10214+
],
10215+
"OutputType": null,
10216+
"ApiVersion": "beta",
10217+
"Permissions": [
10218+
{
10219+
"Name": "DeviceManagementApps.Read.All",
10220+
"Description": "Read Microsoft Intune apps",
10221+
"FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10222+
"IsAdmin": false,
10223+
"PermissionType": "Application",
10224+
"IsLeastPrivilege": true
10225+
},
10226+
{
10227+
"Name": "DeviceManagementApps.ReadWrite.All",
10228+
"Description": "Read and write Microsoft Intune apps",
10229+
"FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10230+
"IsAdmin": false,
10231+
"PermissionType": "Application",
10232+
"IsLeastPrivilege": false
10233+
}
10234+
],
10235+
"ApiReferenceLink": null,
10236+
"CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus",
10237+
"Module": "Beta.Devices.CorporateManagement"
10238+
},
10239+
{
10240+
"Method": "GET",
10241+
"Uri": "/deviceAppManagement/mobileAppCategories/$count",
10242+
"Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount",
10243+
"Variants": [
10244+
"Get",
10245+
"GetViaIdentity"
10246+
],
10247+
"OutputType": null,
10248+
"ApiVersion": "beta",
10249+
"Permissions": [
10250+
{
10251+
"Name": "DeviceManagementApps.Read.All",
10252+
"Description": "Read Microsoft Intune apps",
10253+
"FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10254+
"IsAdmin": false,
10255+
"PermissionType": "Application",
10256+
"IsLeastPrivilege": true
10257+
},
10258+
{
10259+
"Name": "DeviceManagementApps.ReadWrite.All",
10260+
"Description": "Read and write Microsoft Intune apps",
10261+
"FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10262+
"IsAdmin": false,
10263+
"PermissionType": "Application",
10264+
"IsLeastPrivilege": false
10265+
}
10266+
],
10267+
"ApiReferenceLink": null,
10268+
"CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount",
10269+
"Module": "Beta.Devices.CorporateManagement"
10270+
},
10271+
{
10272+
"Method": "GET",
10273+
"Uri": "/deviceAppManagement/policySets",
10274+
"Command": "Get-MgBetaDeviceAppManagementPolicySet",
10275+
"Variants": [
10276+
"List"
10277+
],
10278+
"OutputType": null,
10279+
"ApiVersion": "beta",
10280+
"Permissions": [
10281+
{
10282+
"Name": "DeviceManagementConfiguration.Read.All",
10283+
"Description": "Read Microsoft Intune device configuration and policies",
10284+
"FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
10285+
"IsAdmin": false,
10286+
"PermissionType": "Application",
10287+
"IsLeastPrivilege": true
10288+
},
10289+
{
10290+
"Name": "DeviceManagementConfiguration.ReadWrite.All",
10291+
"Description": "Read and write Microsoft Intune device configuration and policies",
10292+
"FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
10293+
"IsAdmin": false,
10294+
"PermissionType": "Application",
10295+
"IsLeastPrivilege": false
10296+
}
10297+
],
10298+
"ApiReferenceLink": null,
10299+
"CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet",
10300+
"Module": "Beta.Devices.CorporateManagement"
10301+
},
10302+
{
10303+
"Method": "GET",
10304+
"Uri": "/deviceAppManagement/mobileApps",
10305+
"Command": "Get-MgBetaDeviceAppManagementMobileApp",
10306+
"Variants": [
10307+
"List"
10308+
],
10309+
"OutputType": null,
10310+
"ApiVersion": "beta",
10311+
"Permissions": [ {
10312+
"Name": "DeviceManagementApps.Read.All",
10313+
"Description": "Read Microsoft Intune apps",
10314+
"FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10315+
"IsAdmin": false,
10316+
"PermissionType": "Application",
10317+
"IsLeastPrivilege": true
10318+
},
10319+
{
10320+
"Name": "DeviceManagementApps.ReadWrite.All",
10321+
"Description": "Read and write Microsoft Intune apps",
10322+
"FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10323+
"IsAdmin": false,
10324+
"PermissionType": "Application",
10325+
"IsLeastPrivilege": false
10326+
}],
10327+
"ApiReferenceLink": null,
10328+
"CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp",
10329+
"Module": "Beta.Devices.CorporateManagement"
10330+
},
10331+
{
10332+
"Method": "GET",
10333+
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies",
10334+
"Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy",
10335+
"Variants": [
10336+
"List"
10337+
],
10338+
"OutputType": null,
10339+
"ApiVersion": "beta",
10340+
"Permissions": [
10341+
{
10342+
"Name": "DeviceManagementApps.Read.All",
10343+
"Description": "Read Microsoft Intune apps",
10344+
"FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10345+
"IsAdmin": false,
10346+
"PermissionType": "Application",
10347+
"IsLeastPrivilege": true
10348+
},
10349+
{
10350+
"Name": "DeviceManagementApps.ReadWrite.All",
10351+
"Description": "Read and write Microsoft Intune apps",
10352+
"FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10353+
"IsAdmin": false,
10354+
"PermissionType": "Application",
10355+
"IsLeastPrivilege": false
10356+
}
10357+
],
10358+
"ApiReferenceLink": null,
10359+
"CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy",
10360+
"Module": "Beta.Devices.CorporateManagement"
10361+
},
10362+
{
10363+
"Method": "GET",
10364+
"Uri": "/deviceAppManagement/androidManagedAppProtections",
10365+
"Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection",
10366+
"Variants": [
10367+
"List"
10368+
],
10369+
"OutputType": null,
10370+
"ApiVersion": "beta",
10371+
"Permissions": [
10372+
{
10373+
"Name": "DeviceManagementApps.Read.All",
10374+
"Description": "Read Microsoft Intune apps",
10375+
"FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10376+
"IsAdmin": false,
10377+
"PermissionType": "Application",
10378+
"IsLeastPrivilege": true
10379+
},
10380+
{
10381+
"Name": "DeviceManagementApps.ReadWrite.All",
10382+
"Description": "Read and write Microsoft Intune apps",
10383+
"FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10384+
"IsAdmin": false,
10385+
"PermissionType": "Application",
10386+
"IsLeastPrivilege": false
10387+
}
10388+
],
10389+
"ApiReferenceLink": null,
10390+
"CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection",
10391+
"Module": "Beta.Devices.CorporateManagement"
10392+
},
10393+
{
10394+
"Method": "GET",
10395+
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations",
10396+
"Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration",
10397+
"Variants": [
10398+
"List"
10399+
],
10400+
"OutputType": null,
10401+
"ApiVersion": "beta",
10402+
"Permissions": [
10403+
{
10404+
"Name": "DeviceManagementApps.Read.All",
10405+
"Description": "Read Microsoft Intune apps",
10406+
"FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10407+
"IsAdmin": false,
10408+
"PermissionType": "Application",
10409+
"IsLeastPrivilege": true
10410+
},
10411+
{
10412+
"Name": "DeviceManagementApps.ReadWrite.All",
10413+
"Description": "Read and write Microsoft Intune apps",
10414+
"FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
10415+
"IsAdmin": false,
10416+
"PermissionType": "Application",
10417+
"IsLeastPrivilege": false
10418+
}
10419+
],
10420+
"ApiReferenceLink": null,
10421+
"CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration",
10422+
"Module": "Beta.Devices.CorporateManagement"
10423+
},
1020710424
{
1020810425
"Method": "POST",
1020910426
"Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode",

0 commit comments

Comments
 (0)