Skip to content

Commit bc5b070

Browse files
millicentachiengcontent-assistant[bot]marabooyandrueastman
authored
Merge dev into master (#964)
* Update permissions descriptions with new scopes from Service Principal. (#961) Co-authored-by: content-assistant[bot] <67429574+content-assistant[bot]@users.noreply.github.com> * Weekly Permissions sync 2025-01-14 * Weekly Permissions sync 2025-01-15 --------- Co-authored-by: content-assistant[bot] <67429574+content-assistant[bot]@users.noreply.github.com> Co-authored-by: David <[email protected]> Co-authored-by: Andrew Omondi <[email protected]>
1 parent b2b307b commit bc5b070

File tree

3 files changed

+7098
-4978
lines changed

3 files changed

+7098
-4978
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13855,16 +13855,6 @@
1385513855
"resourceAppId": ""
1385613856
}
1385713857
],
13858-
"User.ReadWrite.CrossCloud": [
13859-
{
13860-
"id": "59f9fad5-5ada-41d8-95dd-2176756f087d",
13861-
"scheme": "Application",
13862-
"environment": "public",
13863-
"isHidden": true,
13864-
"isEnabled": false,
13865-
"resourceAppId": "2313b47f-a76d-4513-be58-500e42ce8d11"
13866-
}
13867-
],
1386813858
"User.RevokeSessions.All": [
1386913859
{
1387013860
"id": "ffbe7342-fd34-43bf-afae-596c7e222428",

permissions/new/permissions.json

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7717,7 +7717,10 @@
77177717
],
77187718
"paths": {
77197719
"/admin/cloudLicensing/allotments/{id}/assignments": "least=DelegatedWork",
7720-
"/admin/cloudLicensing/assignments": "least=DelegatedWork"
7720+
"/admin/cloudLicensing/assignments": "least=DelegatedWork",
7721+
"/devices/{id}/cloudLicensing/assignments/reprocessAssignments": "",
7722+
"/groups/{id}/cloudLicensing/assignments/reprocessAssignments": "least=DelegatedWork",
7723+
"/users/{id}/cloudLicensing/assignments/reprocessAssignments": ""
77217724
}
77227725
},
77237726
{
@@ -7780,7 +7783,10 @@
77807783
],
77817784
"paths": {
77827785
"/admin/cloudLicensing/allotments/{id}/assignments": "least=Application",
7783-
"/admin/cloudLicensing/assignments": "least=Application"
7786+
"/admin/cloudLicensing/assignments": "least=Application",
7787+
"/devices/{id}/cloudLicensing/assignments/reprocessAssignments": "",
7788+
"/groups/{id}/cloudLicensing/assignments/reprocessAssignments": "least=Application",
7789+
"/users/{id}/cloudLicensing/assignments/reprocessAssignments": "least=Application"
77847790
}
77857791
},
77867792
{
@@ -9923,7 +9929,8 @@
99239929
"POST"
99249930
],
99259931
"paths": {
9926-
"/devices/{id}/cloudLicensing/assignments": "least=DelegatedWork"
9932+
"/devices/{id}/cloudLicensing/assignments": "least=DelegatedWork",
9933+
"/devices/{id}/cloudLicensing/assignments/reprocessAssignments": "least=DelegatedWork"
99279934
}
99289935
},
99299936
{
@@ -9982,7 +9989,8 @@
99829989
"POST"
99839990
],
99849991
"paths": {
9985-
"/devices/{id}/cloudLicensing/assignments": "least=Application"
9992+
"/devices/{id}/cloudLicensing/assignments": "least=Application",
9993+
"/devices/{id}/cloudLicensing/assignments/reprocessAssignments": "least=Application"
99869994
}
99879995
},
99889996
{
@@ -10455,6 +10463,17 @@
1045510463
"/devices/{id}/cloudLicensing/assignments": ""
1045610464
}
1045710465
},
10466+
{
10467+
"schemeKeys": [
10468+
"Application"
10469+
],
10470+
"methods": [
10471+
"POST"
10472+
],
10473+
"paths": {
10474+
"/devices/{id}/cloudLicensing/assignments/reprocessAssignments": ""
10475+
}
10476+
},
1045810477
{
1045910478
"schemeKeys": [
1046010479
"Application"
@@ -16208,6 +16227,7 @@
1620816227
"/groups/{id}/getpasswordsinglesignoncredentials": "",
1620916228
"/me/checkmembergroups": "",
1621016229
"/me/checkmemberobjects": "",
16230+
"/me/cloudLicensing/assignments/reprocessAssignments": "",
1621116231
"/me/getmembergroups": "",
1621216232
"/me/getmemberobjects": "",
1621316233
"/me/invalidateallrefreshtokens": "",
@@ -16284,6 +16304,7 @@
1628416304
"/contacts/{id}/getmemberobjects": "",
1628516305
"/devices/{id}/checkmembergroups": "",
1628616306
"/devices/{id}/checkmemberobjects": "",
16307+
"/devices/{id}/cloudLicensing/assignments/reprocessAssignments": "",
1628716308
"/devices/{id}/getmembergroups": "",
1628816309
"/devices/{id}/getmemberobjects": "",
1628916310
"/directoryobjects/{id}/checkmembergroups": "",
@@ -16297,6 +16318,7 @@
1629716318
"/groups/{id}/assignlicense": "",
1629816319
"/groups/{id}/checkmembergroups": "",
1629916320
"/groups/{id}/checkmemberobjects": "",
16321+
"/groups/{id}/cloudLicensing/assignments/reprocessAssignments": "",
1630016322
"/groups/{id}/getmembergroups": "",
1630116323
"/groups/{id}/getmemberobjects": "",
1630216324
"/groups/{id}/owners": "",
@@ -16338,6 +16360,7 @@
1633816360
"/users/{id}/assignlicense": "",
1633916361
"/users/{id}/checkmembergroups": "",
1634016362
"/users/{id}/checkmemberobjects": "",
16363+
"/users/{id}/cloudLicensing/assignments/reprocessAssignments": "",
1634116364
"/users/{id}/getmembergroups": "",
1634216365
"/users/{id}/getmemberobjects": "",
1634316366
"/users/{id}/reprocesslicenseassignment": "",
@@ -22867,7 +22890,8 @@
2286722890
"POST"
2286822891
],
2286922892
"paths": {
22870-
"/groups/{id}/cloudLicensing/assignments": "least=DelegatedWork"
22893+
"/groups/{id}/cloudLicensing/assignments": "least=DelegatedWork",
22894+
"/groups/{id}/cloudLicensing/assignments/reprocessAssignments": ""
2287122895
}
2287222896
},
2287322897
{
@@ -22926,7 +22950,8 @@
2292622950
"POST"
2292722951
],
2292822952
"paths": {
22929-
"/groups/{id}/cloudLicensing/assignments": "least=Application"
22953+
"/groups/{id}/cloudLicensing/assignments": "least=Application",
22954+
"/groups/{id}/cloudLicensing/assignments/reprocessAssignments": ""
2293022955
}
2293122956
},
2293222957
{
@@ -23685,6 +23710,7 @@
2368523710
"/groups/{id}/assignlicense": "",
2368623711
"/groups/{id}/checkmembergroups": "",
2368723712
"/groups/{id}/checkmemberobjects": "",
23713+
"/groups/{id}/cloudLicensing/assignments/reprocessAssignments": "",
2368823714
"/groups/{id}/conversations/{id}/threads/{id}/posts/{id}/forward": "",
2368923715
"/groups/{id}/conversations/{id}/threads/{id}/posts/{id}/reply": "",
2369023716
"/groups/{id}/getmembergroups": "",
@@ -46638,7 +46664,9 @@
4663846664
],
4663946665
"paths": {
4664046666
"/me/cloudLicensing/assignments": "least=DelegatedWork",
46641-
"/users/{id}/cloudLicensing/assignments": "least=DelegatedWork"
46667+
"/me/cloudLicensing/assignments/reprocessAssignments": "least=DelegatedWork",
46668+
"/users/{id}/cloudLicensing/assignments": "least=DelegatedWork",
46669+
"/users/{id}/cloudLicensing/assignments/reprocessAssignments": ""
4664246670
}
4664346671
},
4664446672
{
@@ -46700,7 +46728,8 @@
4670046728
"POST"
4670146729
],
4670246730
"paths": {
46703-
"/users/{id}/cloudLicensing/assignments": "least=Application"
46731+
"/users/{id}/cloudLicensing/assignments": "least=Application",
46732+
"/users/{id}/cloudLicensing/assignments/reprocessAssignments": "least=DelegatedWork"
4670446733
}
4670546734
},
4670646735
{
@@ -46737,7 +46766,8 @@
4673746766
"POST"
4673846767
],
4673946768
"paths": {
46740-
"/me/cloudLicensing/assignments": ""
46769+
"/me/cloudLicensing/assignments": "",
46770+
"/me/cloudLicensing/assignments/reprocessAssignments": ""
4674146771
}
4674246772
},
4674346773
{
@@ -48171,8 +48201,10 @@
4817148201
"POST"
4817248202
],
4817348203
"paths": {
48204+
"/me/cloudLicensing/assignments/reprocessAssignments": "",
4817448205
"/me/invalidateallrefreshtokens": "",
4817548206
"/organization/{id}/settings/profilecardproperties": "least=DelegatedWork",
48207+
"/users/{id}/cloudLicensing/assignments/reprocessAssignments": "",
4817648208
"/users/{id}/invalidateallrefreshtokens": "",
4817748209
"/users/validatepassword": "least=DelegatedWork"
4817848210
}
@@ -48509,6 +48541,7 @@
4850948541
"/users/{id}/assignlicense": "",
4851048542
"/users/{id}/checkmembergroups": "",
4851148543
"/users/{id}/checkmemberobjects": "",
48544+
"/users/{id}/cloudLicensing/assignments/reprocessAssignments": "",
4851248545
"/users/{id}/convertExternalToInternalMemberUser": "",
4851348546
"/users/{id}/getmemberobjects": "",
4851448547
"/users/{id}/reprocesslicenseassignment": "least=DelegatedWork,Application",
@@ -48526,6 +48559,7 @@
4852648559
"paths": {
4852748560
"/me/checkmembergroups": "",
4852848561
"/me/checkmemberobjects": "",
48562+
"/me/cloudLicensing/assignments/reprocessAssignments": "",
4852948563
"/me/getmemberobjects": "",
4853048564
"/me/revokesigninsessions": "",
4853148565
"/me/translateexchangeids": ""

0 commit comments

Comments
 (0)