Skip to content

Commit 11fa640

Browse files
authored
Merge pull request #25649 from microsoftgraph/main
Merge to publish.
2 parents a30d341 + 33a7b00 commit 11fa640

File tree

219 files changed

+2579
-595
lines changed

Some content is hidden

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

219 files changed

+2579
-595
lines changed

api-reference/beta/api/appcredentialsigninactivity-get.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2424
<!-- { "blockType": "permissions", "name": "appcredentialsigninactivity_get" } -->
2525
[!INCLUDE [permissions-table](../includes/permissions/appcredentialsigninactivity-get-permissions.md)]
2626

27+
[!INCLUDE [rbac-usage-insights-apis](../includes/rbac-for-apis/rbac-usage-insights-apis.md)]
28+
2729
## HTTP request
2830

2931
<!-- { "blockType": "ignored" } -->

api-reference/beta/api/applicationsignindetailedsummary-get.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2323
<!-- { "blockType": "permissions", "name": "applicationsignindetailedsummary_get" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/applicationsignindetailedsummary-get-permissions.md)]
2525

26+
[!INCLUDE [rbac-usage-insights-apis](../includes/rbac-for-apis/rbac-usage-insights-apis.md)]
27+
2628
## HTTP request
2729
<!-- { "blockType": "ignored" } -->
2830
``` http

api-reference/beta/api/directoryaudit-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2424
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2525
[!INCLUDE [permissions-table](../includes/permissions/directoryaudit-get-permissions.md)]
2626

27-
In addition, apps must be [properly registered](/azure/active-directory/active-directory-reporting-api-prerequisites-azure-portal) to Microsoft Entra ID.
27+
[!INCLUDE [rbac-directoryaudit-apis](../includes/rbac-for-apis/rbac-directoryaudit-apis.md)]
2828

2929
## HTTP request
3030

api-reference/beta/api/directoryaudit-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2424
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2525
[!INCLUDE [permissions-table](../includes/permissions/directoryaudit-list-permissions.md)]
2626

27-
In addition, apps must be [properly registered](/azure/active-directory/active-directory-reporting-api-prerequisites-azure-portal) to Microsoft Entra ID.
27+
[!INCLUDE [rbac-directoryaudit-apis](../includes/rbac-for-apis/rbac-directoryaudit-apis.md)]
2828

2929
## HTTP request
3030

api-reference/beta/api/intune-apps-androidlobapp-create.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Here is an example of the request.
9191
``` http
9292
POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps
9393
Content-type: application/json
94-
Content-length: 1532
94+
Content-length: 1552
9595
9696
{
9797
"@odata.type": "#microsoft.graph.androidLobApp",
@@ -142,7 +142,8 @@ Content-length: 1532
142142
"v11_0": true,
143143
"v12_0": true,
144144
"v13_0": true,
145-
"v14_0": true
145+
"v14_0": true,
146+
"v15_0": true
146147
},
147148
"versionName": "Version Name value",
148149
"versionCode": "Version Code value",
@@ -155,7 +156,7 @@ Here is an example of the response. Note: The response object shown here may be
155156
``` http
156157
HTTP/1.1 201 Created
157158
Content-Type: application/json
158-
Content-Length: 1704
159+
Content-Length: 1724
159160
160161
{
161162
"@odata.type": "#microsoft.graph.androidLobApp",
@@ -209,7 +210,8 @@ Content-Length: 1704
209210
"v11_0": true,
210211
"v12_0": true,
211212
"v13_0": true,
212-
"v14_0": true
213+
"v14_0": true,
214+
"v15_0": true
213215
},
214216
"versionName": "Version Name value",
215217
"versionCode": "Version Code value",

api-reference/beta/api/intune-apps-androidlobapp-get.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Here is an example of the response. Note: The response object shown here may be
6565
``` http
6666
HTTP/1.1 200 OK
6767
Content-Type: application/json
68-
Content-Length: 1835
68+
Content-Length: 1857
6969
7070
{
7171
"value": {
@@ -120,7 +120,8 @@ Content-Length: 1835
120120
"v11_0": true,
121121
"v12_0": true,
122122
"v13_0": true,
123-
"v14_0": true
123+
"v14_0": true,
124+
"v15_0": true
124125
},
125126
"versionName": "Version Name value",
126127
"versionCode": "Version Code value",

api-reference/beta/api/intune-apps-androidlobapp-list.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Here is an example of the response. Note: The response object shown here may be
6262
``` http
6363
HTTP/1.1 200 OK
6464
Content-Type: application/json
65-
Content-Length: 1961
65+
Content-Length: 1985
6666
6767
{
6868
"value": [
@@ -118,7 +118,8 @@ Content-Length: 1961
118118
"v11_0": true,
119119
"v12_0": true,
120120
"v13_0": true,
121-
"v14_0": true
121+
"v14_0": true,
122+
"v15_0": true
122123
},
123124
"versionName": "Version Name value",
124125
"versionCode": "Version Code value",

api-reference/beta/api/intune-apps-androidlobapp-update.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Here is an example of the request.
9191
``` http
9292
PATCH https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{mobileAppId}
9393
Content-type: application/json
94-
Content-length: 1532
94+
Content-length: 1552
9595
9696
{
9797
"@odata.type": "#microsoft.graph.androidLobApp",
@@ -142,7 +142,8 @@ Content-length: 1532
142142
"v11_0": true,
143143
"v12_0": true,
144144
"v13_0": true,
145-
"v14_0": true
145+
"v14_0": true,
146+
"v15_0": true
146147
},
147148
"versionName": "Version Name value",
148149
"versionCode": "Version Code value",
@@ -155,7 +156,7 @@ Here is an example of the response. Note: The response object shown here may be
155156
``` http
156157
HTTP/1.1 200 OK
157158
Content-Type: application/json
158-
Content-Length: 1704
159+
Content-Length: 1724
159160
160161
{
161162
"@odata.type": "#microsoft.graph.androidLobApp",
@@ -209,7 +210,8 @@ Content-Length: 1704
209210
"v11_0": true,
210211
"v12_0": true,
211212
"v13_0": true,
212-
"v14_0": true
213+
"v14_0": true,
214+
"v15_0": true
213215
},
214216
"versionName": "Version Name value",
215217
"versionCode": "Version Code value",

api-reference/beta/api/intune-apps-androidstoreapp-create.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Here is an example of the request.
8686
``` http
8787
POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps
8888
Content-type: application/json
89-
Content-length: 1343
89+
Content-length: 1363
9090
9191
{
9292
"@odata.type": "#microsoft.graph.androidStoreApp",
@@ -135,7 +135,8 @@ Content-length: 1343
135135
"v11_0": true,
136136
"v12_0": true,
137137
"v13_0": true,
138-
"v14_0": true
138+
"v14_0": true,
139+
"v15_0": true
139140
}
140141
}
141142
```
@@ -145,7 +146,7 @@ Here is an example of the response. Note: The response object shown here may be
145146
``` http
146147
HTTP/1.1 201 Created
147148
Content-Type: application/json
148-
Content-Length: 1515
149+
Content-Length: 1535
149150
150151
{
151152
"@odata.type": "#microsoft.graph.androidStoreApp",
@@ -197,7 +198,8 @@ Content-Length: 1515
197198
"v11_0": true,
198199
"v12_0": true,
199200
"v13_0": true,
200-
"v14_0": true
201+
"v14_0": true,
202+
"v15_0": true
201203
}
202204
}
203205
```

api-reference/beta/api/intune-apps-androidstoreapp-get.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Here is an example of the response. Note: The response object shown here may be
6565
``` http
6666
HTTP/1.1 200 OK
6767
Content-Type: application/json
68-
Content-Length: 1636
68+
Content-Length: 1658
6969
7070
{
7171
"value": {
@@ -118,7 +118,8 @@ Content-Length: 1636
118118
"v11_0": true,
119119
"v12_0": true,
120120
"v13_0": true,
121-
"v14_0": true
121+
"v14_0": true,
122+
"v15_0": true
122123
}
123124
}
124125
}

0 commit comments

Comments
 (0)