Skip to content

Commit a95f78e

Browse files
authored
Merge pull request #25462 from microsoftgraph/jaimb/IntuneMSGraphDocRelease
[2410] PE - Beta (Prod, FF, MC) Intune Graph Doc Publishing & Release
2 parents 92eaafa + 327e00d commit a95f78e

File tree

169 files changed

+2391
-482
lines changed

Some content is hidden

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

169 files changed

+2391
-482
lines changed

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
}

api-reference/beta/api/intune-apps-androidstoreapp-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: 1752
65+
Content-Length: 1776
6666
6767
{
6868
"value": [
@@ -116,7 +116,8 @@ Content-Length: 1752
116116
"v11_0": true,
117117
"v12_0": true,
118118
"v13_0": true,
119-
"v14_0": true
119+
"v14_0": true,
120+
"v15_0": true
120121
}
121122
}
122123
]

api-reference/beta/api/intune-apps-androidstoreapp-update.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
PATCH https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{mobileAppId}
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 200 OK
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-managedandroidlobapp-create.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Here is an example of the request.
9393
``` http
9494
POST https://graph.microsoft.com/beta/deviceAppManagement/mobileApps
9595
Content-type: application/json
96-
Content-length: 1610
96+
Content-length: 1630
9797
9898
{
9999
"@odata.type": "#microsoft.graph.managedAndroidLobApp",
@@ -146,7 +146,8 @@ Content-length: 1610
146146
"v11_0": true,
147147
"v12_0": true,
148148
"v13_0": true,
149-
"v14_0": true
149+
"v14_0": true,
150+
"v15_0": true
150151
},
151152
"versionName": "Version Name value",
152153
"versionCode": "Version Code value",
@@ -159,7 +160,7 @@ Here is an example of the response. Note: The response object shown here may be
159160
``` http
160161
HTTP/1.1 201 Created
161162
Content-Type: application/json
162-
Content-Length: 1782
163+
Content-Length: 1802
163164
164165
{
165166
"@odata.type": "#microsoft.graph.managedAndroidLobApp",
@@ -215,7 +216,8 @@ Content-Length: 1782
215216
"v11_0": true,
216217
"v12_0": true,
217218
"v13_0": true,
218-
"v14_0": true
219+
"v14_0": true,
220+
"v15_0": true
219221
},
220222
"versionName": "Version Name value",
221223
"versionCode": "Version Code value",

api-reference/beta/api/intune-apps-managedandroidlobapp-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: 1917
68+
Content-Length: 1939
6969
7070
{
7171
"value": {
@@ -122,7 +122,8 @@ Content-Length: 1917
122122
"v11_0": true,
123123
"v12_0": true,
124124
"v13_0": true,
125-
"v14_0": true
125+
"v14_0": true,
126+
"v15_0": true
126127
},
127128
"versionName": "Version Name value",
128129
"versionCode": "Version Code value",

0 commit comments

Comments
 (0)