Skip to content

Commit 80e7bdd

Browse files
authored
Weekly Permissions sync 2026-01-13 (#1403)
1 parent 5bbb6a0 commit 80e7bdd

File tree

2 files changed

+216
-73
lines changed

2 files changed

+216
-73
lines changed

permissions/new/permissions.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37100,7 +37100,7 @@
3710037100
],
3710137101
"paths": {
3710237102
"/identity/conditionalaccess/claimProviders": "least=DelegatedWork",
37103-
"/identity/conditionalaccess/claimProviders/validate": "least=DelegatedWork"
37103+
"/identity/conditionalaccess/claimProviders/{name}/validate": "least=DelegatedWork"
3710437104
}
3710537105
},
3710637106
{
@@ -38342,7 +38342,7 @@
3834238342
],
3834338343
"paths": {
3834438344
"/identity/conditionalaccess/claimProviders": "",
38345-
"/identity/conditionalaccess/claimProviders/validate": ""
38345+
"/identity/conditionalaccess/claimProviders/{name}/validate": ""
3834638346
}
3834738347
},
3834838348
{
@@ -60645,6 +60645,9 @@
6064560645
"paths": {
6064660646
"/admin/windows/updates/deploymentaudiences": "least=DelegatedWork,Application",
6064760647
"/admin/windows/updates/deployments": "least=DelegatedWork,Application",
60648+
"/admin/windows/updates/policies": "least=DelegatedWork,Application",
60649+
"/admin/windows/updates/policies/{id}/approvals": "least=DelegatedWork,Application",
60650+
"/admin/windows/updates/policies/{id}/rings": "least=DelegatedWork,Application",
6064860651
"/admin/windows/updates/resourceconnections": "least=DelegatedWork,Application",
6064960652
"/admin/windows/updates/updatableassets": "least=DelegatedWork,Application",
6065060653
"/admin/windows/updates/updatepolicies": "least=DelegatedWork,Application",
@@ -60678,6 +60681,9 @@
6067860681
],
6067960682
"paths": {
6068060683
"/admin/windows/updates/deployments/{id}": "least=DelegatedWork,Application",
60684+
"/admin/windows/updates/policies/{id}": "least=DelegatedWork,Application",
60685+
"/admin/windows/updates/policies/{id}/approvals/{id}": "least=DelegatedWork,Application",
60686+
"/admin/windows/updates/policies/{id}/rings/{id}": "least=DelegatedWork,Application",
6068160687
"/admin/windows/updates/updatepolicies/{id}": "least=DelegatedWork,Application",
6068260688
"/admin/windows/updates/updatepolicies/{id}/compliancechanges/{id}": "least=DelegatedWork,Application"
6068360689
}

0 commit comments

Comments
 (0)