Skip to content

Commit 0a29465

Browse files
authored
Merge pull request #26183 from microsoftgraph/jaimb/IntuneMSGraphDocRelease
[2411+2412] PE - Beta (Prod, FF, MC) Intune Graph Doc Publishing & Release
2 parents edf0c23 + 43f4432 commit 0a29465

File tree

66 files changed

+1499
-2531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1499
-2531
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: "Get deviceManagement"
3-
description: "Read properties and relationships of the deviceManagement object."
2+
title: "enableApplicableArchitectures action"
3+
description: "Intune Apps Win32lobapp Enableapplicablearchitectures Api ."
44
author: "jaiprakashmb"
55
ms.localizationpriority: medium
66
ms.subservice: "intune"
77
doc_type: apiPageType
8-
ms.date: 10/22/2024
8+
ms.date: 08/01/2024
99
---
1010

11-
# Get deviceManagement
11+
# enableApplicableArchitectures action
1212

1313
Namespace: microsoft.graph
1414

1515
> **Important:** Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
1616
1717
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
1818
19-
Read properties and relationships of the [deviceManagement](../resources/intune-policylistingservice-devicemanagement.md) object.
19+
2020

2121
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
2222

@@ -25,52 +25,56 @@ One of the following permissions is required to call this API. To learn more, in
2525

2626
|Permission type|Permissions (from least to most privileged)|
2727
|:---|:---|
28-
|Delegated (work or school account)|DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
28+
|Delegated (work or school account)|DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All|
2929
|Delegated (personal Microsoft account)|Not supported.|
30-
|Application|DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
30+
|Application|DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All|
3131

3232
## HTTP Request
3333
<!-- {
3434
"blockType": "ignored"
3535
}
3636
-->
3737
``` http
38-
GET /deviceManagement
38+
POST /deviceAppManagement/mobileApps/{mobileAppId}/enableApplicableArchitectures
3939
```
4040

41-
## Optional query parameters
42-
This method supports the [OData Query Parameters](/graph/query-parameters) to help customize the response.
43-
4441
## Request headers
4542
|Header|Value|
4643
|:---|:---|
4744
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
4845
|Accept|application/json|
4946

5047
## Request body
51-
Do not supply a request body for this method.
48+
In the request body, supply JSON representation of the parameters.
49+
50+
The following table shows the parameters that can be used with this action.
51+
52+
|Property|Type|Description|
53+
|:---|:---|:---|
54+
|applicableArchitectures|[windowsArchitecture](../resources/intune-apps-windowsarchitecture.md)||
55+
56+
5257

5358
## Response
54-
If successful, this method returns a `200 OK` response code and [deviceManagement](../resources/intune-policylistingservice-devicemanagement.md) object in the response body.
59+
If successful, this action returns a `204 No Content` response code.
5560

5661
## Example
5762

5863
### Request
5964
Here is an example of the request.
6065
``` http
61-
GET https://graph.microsoft.com/beta/deviceManagement
66+
POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{mobileAppId}/enableApplicableArchitectures
67+
68+
Content-type: application/json
69+
Content-length: 40
70+
71+
{
72+
"applicableArchitectures": "x86"
73+
}
6274
```
6375

6476
### Response
6577
Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
6678
``` http
67-
HTTP/1.1 200 OK
68-
Content-Type: application/json
69-
Content-Length: 79
70-
71-
{
72-
"value": {
73-
"@odata.type": "#microsoft.graph.deviceManagement"
74-
}
75-
}
79+
HTTP/1.1 204 No Content
7680
```

api-reference/beta/api/intune-osprovisioninggraphservice-devicemanagement-get.md renamed to api-reference/beta/api/intune-cloudpkigraphservice-devicemanagementreports-get.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: "Get deviceManagement"
3-
description: "Read properties and relationships of the deviceManagement object."
2+
title: "Get deviceManagementReports"
3+
description: "Read properties and relationships of the deviceManagementReports object."
44
author: "jaiprakashmb"
55
ms.localizationpriority: medium
66
ms.subservice: "intune"
77
doc_type: apiPageType
88
ms.date: 08/01/2024
99
---
1010

11-
# Get deviceManagement
11+
# Get deviceManagementReports
1212

1313
Namespace: microsoft.graph
1414

1515
> **Important:** Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
1616
1717
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
1818
19-
Read properties and relationships of the [deviceManagement](../resources/intune-osprovisioninggraphservice-devicemanagement.md) object.
19+
Read properties and relationships of the [deviceManagementReports](../resources/intune-cloudpkigraphservice-devicemanagementreports.md) object.
2020

2121
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
2222

@@ -35,7 +35,7 @@ One of the following permissions is required to call this API. To learn more, in
3535
}
3636
-->
3737
``` http
38-
GET /deviceManagement
38+
GET /deviceManagement/reports
3939
```
4040

4141
## Optional query parameters
@@ -51,27 +51,27 @@ This method supports the [OData Query Parameters](/graph/query-parameters) to he
5151
Do not supply a request body for this method.
5252

5353
## Response
54-
If successful, this method returns a `200 OK` response code and [deviceManagement](../resources/intune-osprovisioninggraphservice-devicemanagement.md) object in the response body.
54+
If successful, this method returns a `200 OK` response code and [deviceManagementReports](../resources/intune-cloudpkigraphservice-devicemanagementreports.md) object in the response body.
5555

5656
## Example
5757

5858
### Request
5959
Here is an example of the request.
6060
``` http
61-
GET https://graph.microsoft.com/beta/deviceManagement
61+
GET https://graph.microsoft.com/beta/deviceManagement/reports
6262
```
6363

6464
### Response
6565
Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
6666
``` http
6767
HTTP/1.1 200 OK
6868
Content-Type: application/json
69-
Content-Length: 130
69+
Content-Length: 137
7070
7171
{
7272
"value": {
73-
"@odata.type": "#microsoft.graph.deviceManagement",
74-
"id": "0b283420-3420-0b28-2034-280b2034280b"
73+
"@odata.type": "#microsoft.graph.deviceManagementReports",
74+
"id": "d6a697d3-97d3-d6a6-d397-a6d6d397a6d6"
7575
}
7676
}
7777
```
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: "Update deviceManagement"
3-
description: "Update the properties of a deviceManagement object."
2+
title: "retrieveCloudPkiLeafCertificateReport action"
3+
description: "Intune Cloudpkigraphservice Devicemanagementreports Retrievecloudpkileafcertificatereport Api ."
44
author: "jaiprakashmb"
55
ms.localizationpriority: medium
66
ms.subservice: "intune"
77
doc_type: apiPageType
8-
ms.date: 10/22/2024
8+
ms.date: 08/01/2024
99
---
1010

11-
# Update deviceManagement
11+
# retrieveCloudPkiLeafCertificateReport action
1212

1313
Namespace: microsoft.graph
1414

1515
> **Important:** Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
1616
1717
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
1818
19-
Update the properties of a [deviceManagement](../resources/intune-multidevicepivotservice-devicemanagement.md) object.
19+
2020

2121
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
2222

@@ -25,17 +25,17 @@ One of the following permissions is required to call this API. To learn more, in
2525

2626
|Permission type|Permissions (from least to most privileged)|
2727
|:---|:---|
28-
|Delegated (work or school account)|DeviceManagementConfiguration.ReadWrite.All|
28+
|Delegated (work or school account)|DeviceManagementConfiguration.Read.All|
2929
|Delegated (personal Microsoft account)|Not supported.|
30-
|Application|DeviceManagementConfiguration.ReadWrite.All|
30+
|Application|DeviceManagementConfiguration.Read.All|
3131

3232
## HTTP Request
3333
<!-- {
3434
"blockType": "ignored"
3535
}
3636
-->
3737
``` http
38-
PATCH /deviceManagement
38+
POST /deviceManagement/reports/retrieveCloudPkiLeafCertificateReport
3939
```
4040

4141
## Request headers
@@ -45,29 +45,47 @@ PATCH /deviceManagement
4545
|Accept|application/json|
4646

4747
## Request body
48-
In the request body, supply a JSON representation for the [deviceManagement](../resources/intune-multidevicepivotservice-devicemanagement.md) object.
48+
In the request body, supply JSON representation of the parameters.
4949

50-
The following table shows the properties that are required when you create the [deviceManagement](../resources/intune-multidevicepivotservice-devicemanagement.md).
50+
The following table shows the parameters that can be used with this action.
5151

5252
|Property|Type|Description|
5353
|:---|:---|:---|
54+
|certificationAuthorityId|String||
55+
|top|Int32||
56+
|skip|Int32||
57+
|select|String collection||
58+
|filter|String||
59+
|search|String||
60+
|orderBy|String collection||
5461

5562

5663

5764
## Response
58-
If successful, this method returns a `200 OK` response code and an updated [deviceManagement](../resources/intune-multidevicepivotservice-devicemanagement.md) object in the response body.
65+
If successful, this action returns a `200 OK` response code and a Stream in the response body.
5966

6067
## Example
6168

6269
### Request
6370
Here is an example of the request.
6471
``` http
65-
PATCH https://graph.microsoft.com/beta/deviceManagement
72+
POST https://graph.microsoft.com/beta/deviceManagement/reports/retrieveCloudPkiLeafCertificateReport
73+
6674
Content-type: application/json
67-
Content-length: 58
75+
Content-length: 240
6876
6977
{
70-
"@odata.type": "#microsoft.graph.deviceManagement"
78+
"certificationAuthorityId": "Certification Authority Id value",
79+
"top": 3,
80+
"skip": 4,
81+
"select": [
82+
"Select value"
83+
],
84+
"filter": "Filter value",
85+
"search": "Search value",
86+
"orderBy": [
87+
"Order By value"
88+
]
7189
}
7290
```
7391

@@ -76,9 +94,9 @@ Here is an example of the response. Note: The response object shown here may be
7694
``` http
7795
HTTP/1.1 200 OK
7896
Content-Type: application/json
79-
Content-Length: 58
97+
Content-Length: 111
8098
8199
{
82-
"@odata.type": "#microsoft.graph.deviceManagement"
100+
"value": "cmV0cmlldmVDbG91ZFBraUxlYWZDZXJ0aWZpY2F0ZVJlcG9ydCBJbnR1bmUgRG9jIFNhbXBsZSAtMjA0MzMyNDUxNA=="
83101
}
84102
```
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: "Update deviceManagement"
3-
description: "Update the properties of a deviceManagement object."
2+
title: "retrieveCloudPkiLeafCertificateSummaryReport action"
3+
description: "Intune Cloudpkigraphservice Devicemanagementreports Retrievecloudpkileafcertificatesummaryreport Api ."
44
author: "jaiprakashmb"
55
ms.localizationpriority: medium
66
ms.subservice: "intune"
77
doc_type: apiPageType
8-
ms.date: 10/22/2024
8+
ms.date: 08/01/2024
99
---
1010

11-
# Update deviceManagement
11+
# retrieveCloudPkiLeafCertificateSummaryReport action
1212

1313
Namespace: microsoft.graph
1414

1515
> **Important:** Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
1616
1717
> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.
1818
19-
Update the properties of a [deviceManagement](../resources/intune-policylistingservice-devicemanagement.md) object.
19+
2020

2121
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
2222

@@ -25,17 +25,17 @@ One of the following permissions is required to call this API. To learn more, in
2525

2626
|Permission type|Permissions (from least to most privileged)|
2727
|:---|:---|
28-
|Delegated (work or school account)|DeviceManagementConfiguration.ReadWrite.All|
28+
|Delegated (work or school account)|DeviceManagementConfiguration.Read.All|
2929
|Delegated (personal Microsoft account)|Not supported.|
30-
|Application|DeviceManagementConfiguration.ReadWrite.All|
30+
|Application|DeviceManagementConfiguration.Read.All|
3131

3232
## HTTP Request
3333
<!-- {
3434
"blockType": "ignored"
3535
}
3636
-->
3737
``` http
38-
PATCH /deviceManagement
38+
POST /deviceManagement/reports/retrieveCloudPkiLeafCertificateSummaryReport
3939
```
4040

4141
## Request headers
@@ -45,29 +45,35 @@ PATCH /deviceManagement
4545
|Accept|application/json|
4646

4747
## Request body
48-
In the request body, supply a JSON representation for the [deviceManagement](../resources/intune-policylistingservice-devicemanagement.md) object.
48+
In the request body, supply JSON representation of the parameters.
4949

50-
The following table shows the properties that are required when you create the [deviceManagement](../resources/intune-policylistingservice-devicemanagement.md).
50+
The following table shows the parameters that can be used with this action.
5151

5252
|Property|Type|Description|
5353
|:---|:---|:---|
54+
|certificationAuthorityId|String||
55+
|select|String collection||
5456

5557

5658

5759
## Response
58-
If successful, this method returns a `200 OK` response code and an updated [deviceManagement](../resources/intune-policylistingservice-devicemanagement.md) object in the response body.
60+
If successful, this action returns a `200 OK` response code and a Stream in the response body.
5961

6062
## Example
6163

6264
### Request
6365
Here is an example of the request.
6466
``` http
65-
PATCH https://graph.microsoft.com/beta/deviceManagement
67+
POST https://graph.microsoft.com/beta/deviceManagement/reports/retrieveCloudPkiLeafCertificateSummaryReport
68+
6669
Content-type: application/json
67-
Content-length: 58
70+
Content-length: 111
6871
6972
{
70-
"@odata.type": "#microsoft.graph.deviceManagement"
73+
"certificationAuthorityId": "Certification Authority Id value",
74+
"select": [
75+
"Select value"
76+
]
7177
}
7278
```
7379

@@ -76,9 +82,9 @@ Here is an example of the response. Note: The response object shown here may be
7682
``` http
7783
HTTP/1.1 200 OK
7884
Content-Type: application/json
79-
Content-Length: 58
85+
Content-Length: 119
8086
8187
{
82-
"@odata.type": "#microsoft.graph.deviceManagement"
88+
"value": "cmV0cmlldmVDbG91ZFBraUxlYWZDZXJ0aWZpY2F0ZVN1bW1hcnlSZXBvcnQgSW50dW5lIERvYyBTYW1wbGUgLTIxNTU1NDM1OA=="
8389
}
8490
```

0 commit comments

Comments
 (0)