Skip to content

Commit 040372a

Browse files
committed
Weekly Permissions sync 2026-03-02
1 parent 31d7393 commit 040372a

2 files changed

Lines changed: 80 additions & 2 deletions

File tree

permissions/new/permissions.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60918,6 +60918,84 @@
6091860918
"ownerSecurityGroup": "RtsAvengersSG"
6091960919
}
6092060920
},
60921+
"WindowsUpdates.Read.All": {
60922+
"authorizationType": "oAuth2",
60923+
"schemes": {
60924+
"DelegatedWork": {
60925+
"adminDisplayName": "Read all Windows update deployment settings",
60926+
"adminDescription": "Allows the app to read all Windows update deployment settings for the organization on behalf of the signed-in user.",
60927+
"userDisplayName": "Read all Windows update deployment settings",
60928+
"userDescription": "Allows the app to read all Windows update deployment settings for the organization on your behalf.",
60929+
"requiresAdminConsent": true,
60930+
"privilegeLevel": 3
60931+
},
60932+
"Application": {
60933+
"adminDisplayName": "Read all Windows update deployment settings",
60934+
"adminDescription": "Allows the app to read all Windows update deployment settings for the organization without a signed-in user.",
60935+
"requiresAdminConsent": true,
60936+
"privilegeLevel": 4
60937+
}
60938+
},
60939+
"pathSets": [
60940+
{
60941+
"schemeKeys": [
60942+
"DelegatedWork",
60943+
"Application"
60944+
],
60945+
"methods": [
60946+
"GET"
60947+
],
60948+
"paths": {
60949+
"/admin/windows/updates/catalog/entries": "least=DelegatedWork,Application",
60950+
"/admin/windows/updates/deploymentaudiences": "least=DelegatedWork,Application",
60951+
"/admin/windows/updates/deploymentaudiences/{id}": "least=DelegatedWork,Application",
60952+
"/admin/windows/updates/deploymentaudiences/{id}/exclusions": "least=DelegatedWork,Application",
60953+
"/admin/windows/updates/deploymentaudiences/{id}/members": "least=DelegatedWork,Application",
60954+
"/admin/windows/updates/deployments": "least=DelegatedWork,Application",
60955+
"/admin/windows/updates/deployments/{id}": "least=DelegatedWork,Application",
60956+
"/admin/windows/updates/knownIssues": "least=DelegatedWork,Application",
60957+
"/admin/windows/updates/knownIssues/{id}": "least=DelegatedWork,Application",
60958+
"/admin/windows/updates/knownIssues/Default.findByKbNumber(kbNumber={kbNumber})": "least=DelegatedWork,Application",
60959+
"/admin/windows/updates/knownIssues/findByKbNumber(kbNumber={kbNumber})": "least=DelegatedWork,Application",
60960+
"/admin/windows/updates/policies": "least=DelegatedWork,Application",
60961+
"/admin/windows/updates/policies/{id}": "least=DelegatedWork,Application",
60962+
"/admin/windows/updates/policies/{id}/applicableContent": "least=DelegatedWork,Application",
60963+
"/admin/windows/updates/policies/{id}/approvals": "least=DelegatedWork,Application",
60964+
"/admin/windows/updates/policies/{id}/approvals/{id}": "least=DelegatedWork,Application",
60965+
"/admin/windows/updates/policies/{id}/rings": "least=DelegatedWork,Application",
60966+
"/admin/windows/updates/policies/{id}/rings/{id}": "least=DelegatedWork,Application",
60967+
"/admin/windows/updates/products": "least=DelegatedWork,Application",
60968+
"/admin/windows/updates/products/{id}": "least=DelegatedWork,Application",
60969+
"/admin/windows/updates/products/{id}/Default.getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive={includeAllActive})": "least=DelegatedWork,Application",
60970+
"/admin/windows/updates/products/{id}/editions": "least=DelegatedWork,Application",
60971+
"/admin/windows/updates/products/{id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive={includeAllActive})": "least=DelegatedWork,Application",
60972+
"/admin/windows/updates/products/{id}/knownIssues": "least=DelegatedWork,Application",
60973+
"/admin/windows/updates/products/Default.findByCatalogId(catalogID={catalogID})": "least=DelegatedWork,Application",
60974+
"/admin/windows/updates/products/Default.findByEndOfService(monthsFromToday={monthsFromToday})": "least=DelegatedWork,Application",
60975+
"/admin/windows/updates/products/Default.findByKbNumber(kbNumber={kbNumber})": "least=DelegatedWork,Application",
60976+
"/admin/windows/updates/products/findByCatalogId(catalogID={catalogID})": "least=DelegatedWork,Application",
60977+
"/admin/windows/updates/products/findByEndOfService(monthsFromToday={monthsFromToday})": "least=DelegatedWork,Application",
60978+
"/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})": "least=DelegatedWork,Application",
60979+
"/admin/windows/updates/resourceconnections": "least=DelegatedWork,Application",
60980+
"/admin/windows/updates/resourceconnections/{id}": "least=DelegatedWork,Application",
60981+
"/admin/windows/updates/resourceconnections/microsoft.graph.windowsupdates.operationalinsightsconnection": "least=DelegatedWork,Application",
60982+
"/admin/windows/updates/updatableassets": "least=DelegatedWork,Application",
60983+
"/admin/windows/updates/updatableassets/{id}": "least=DelegatedWork,Application",
60984+
"/admin/windows/updates/updatableassets/{id}/microsoft.graph.windowsupdates.updatableassetgroup/members": "least=DelegatedWork,Application",
60985+
"/admin/windows/updates/updatableassets/microsoft.graph.windowsupdates.azureaddevice": "least=DelegatedWork,Application",
60986+
"/admin/windows/updates/updatableassets/microsoft.graph.windowsupdates.updatableassetgroup": "least=DelegatedWork,Application",
60987+
"/admin/windows/updates/updatepolicies": "least=DelegatedWork,Application",
60988+
"/admin/windows/updates/updatepolicies/{id}": "least=DelegatedWork,Application",
60989+
"/admin/windows/updates/updatepolicies/{id}/compliancechanges": "least=DelegatedWork,Application",
60990+
"/admin/windows/updates/updatepolicies/{id}/compliancechanges/{id}": "least=DelegatedWork,Application",
60991+
"/admin/windows/updates/updatepolicies/{id}/compliancechanges/microsoft.graph.windowsupdates.contentapproval": "least=DelegatedWork,Application"
60992+
}
60993+
}
60994+
],
60995+
"ownerInfo": {
60996+
"ownerSecurityGroup": "autopatchgraph"
60997+
}
60998+
},
6092160999
"WindowsUpdates.ReadWrite.All": {
6092261000
"authorizationType": "oAuth2",
6092361001
"schemes": {

permissions/new/provisioningInfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18336,15 +18336,15 @@
1833618336
"id": "9528CE37-154E-4E4F-A0FC-12BAEFD85D51",
1833718337
"scheme": "DelegatedWork",
1833818338
"environment": "public",
18339-
"isHidden": true,
18339+
"isHidden": false,
1834018340
"isEnabled": true,
1834118341
"resourceAppId": "61ae9cd9-7bca-458c-affc-861e2f24ba3b"
1834218342
},
1834318343
{
1834418344
"id": "FA099153-0225-489C-980E-384DC674AB81",
1834518345
"scheme": "Application",
1834618346
"environment": "public",
18347-
"isHidden": true,
18347+
"isHidden": false,
1834818348
"isEnabled": true,
1834918349
"resourceAppId": "61ae9cd9-7bca-458c-affc-861e2f24ba3b"
1835018350
}

0 commit comments

Comments
 (0)