Skip to content

Commit 78c5fb2

Browse files
authored
Weekly Permissions sync 2026-01-27 (#1420)
1 parent fd02d9a commit 78c5fb2

File tree

2 files changed

+196
-28
lines changed

2 files changed

+196
-28
lines changed

permissions/new/permissions.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -60746,31 +60746,31 @@
6074660746
"GET"
6074760747
],
6074860748
"paths": {
60749-
"/admin/windows/updates/catalog/entries": "least=DelegatedWork,Application",
60750-
"/admin/windows/updates/deploymentaudiences/{id}/exclusions": "least=DelegatedWork,Application",
60751-
"/admin/windows/updates/deploymentaudiences/{id}/members": "least=DelegatedWork,Application",
60752-
"/admin/windows/updates/knownIssues": "least=DelegatedWork,Application",
60753-
"/admin/windows/updates/knownIssues/{id}": "least=DelegatedWork,Application",
60754-
"/admin/windows/updates/knownIssues/Default.findByKbNumber(kbNumber={kbNumber})": "least=DelegatedWork,Application",
60755-
"/admin/windows/updates/knownIssues/findByKbNumber(kbNumber={kbNumber})": "least=DelegatedWork,Application",
60756-
"/admin/windows/updates/policies/{id}/applicableContent": "least=DelegatedWork,Application",
60757-
"/admin/windows/updates/products": "least=DelegatedWork,Application",
60758-
"/admin/windows/updates/products/{id}": "least=DelegatedWork,Application",
60759-
"/admin/windows/updates/products/{id}/Default.getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive={includeAllActive})": "least=DelegatedWork,Application",
60760-
"/admin/windows/updates/products/{id}/editions": "least=DelegatedWork,Application",
60761-
"/admin/windows/updates/products/{id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive={includeAllActive})": "least=DelegatedWork,Application",
60762-
"/admin/windows/updates/products/{id}/knownIssues": "least=DelegatedWork,Application",
60763-
"/admin/windows/updates/products/Default.findByCatalogId(catalogID={catalogID})": "least=DelegatedWork,Application",
60764-
"/admin/windows/updates/products/Default.findByEndOfService(monthsFromToday={monthsFromToday})": "least=DelegatedWork,Application",
60765-
"/admin/windows/updates/products/Default.findByKbNumber(kbNumber={kbNumber})": "least=DelegatedWork,Application",
60766-
"/admin/windows/updates/products/findByCatalogId(catalogID={catalogID})": "least=DelegatedWork,Application",
60767-
"/admin/windows/updates/products/findByEndOfService(monthsFromToday={monthsFromToday})": "least=DelegatedWork,Application",
60768-
"/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})": "least=DelegatedWork,Application",
60769-
"/admin/windows/updates/resourceconnections/microsoft.graph.windowsupdates.operationalinsightsconnection": "least=DelegatedWork,Application",
60770-
"/admin/windows/updates/updatableassets/{id}/microsoft.graph.windowsupdates.updatableassetgroup/members": "least=DelegatedWork,Application",
60771-
"/admin/windows/updates/updatableassets/microsoft.graph.windowsupdates.azureaddevice": "least=DelegatedWork,Application",
60772-
"/admin/windows/updates/updatableassets/microsoft.graph.windowsupdates.updatableassetgroup": "least=DelegatedWork,Application",
60773-
"/admin/windows/updates/updatepolicies/{id}/compliancechanges/microsoft.graph.windowsupdates.contentapproval": "least=DelegatedWork,Application"
60749+
"/admin/windows/updates/catalog/entries": "",
60750+
"/admin/windows/updates/deploymentaudiences/{id}/exclusions": "",
60751+
"/admin/windows/updates/deploymentaudiences/{id}/members": "",
60752+
"/admin/windows/updates/knownIssues": "",
60753+
"/admin/windows/updates/knownIssues/{id}": "",
60754+
"/admin/windows/updates/knownIssues/Default.findByKbNumber(kbNumber={kbNumber})": "",
60755+
"/admin/windows/updates/knownIssues/findByKbNumber(kbNumber={kbNumber})": "",
60756+
"/admin/windows/updates/policies/{id}/applicableContent": "",
60757+
"/admin/windows/updates/products": "",
60758+
"/admin/windows/updates/products/{id}": "",
60759+
"/admin/windows/updates/products/{id}/Default.getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive={includeAllActive})": "",
60760+
"/admin/windows/updates/products/{id}/editions": "",
60761+
"/admin/windows/updates/products/{id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive={includeAllActive})": "",
60762+
"/admin/windows/updates/products/{id}/knownIssues": "",
60763+
"/admin/windows/updates/products/Default.findByCatalogId(catalogID={catalogID})": "",
60764+
"/admin/windows/updates/products/Default.findByEndOfService(monthsFromToday={monthsFromToday})": "",
60765+
"/admin/windows/updates/products/Default.findByKbNumber(kbNumber={kbNumber})": "",
60766+
"/admin/windows/updates/products/findByCatalogId(catalogID={catalogID})": "",
60767+
"/admin/windows/updates/products/findByEndOfService(monthsFromToday={monthsFromToday})": "",
60768+
"/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})": "",
60769+
"/admin/windows/updates/resourceconnections/microsoft.graph.windowsupdates.operationalinsightsconnection": "",
60770+
"/admin/windows/updates/updatableassets/{id}/microsoft.graph.windowsupdates.updatableassetgroup/members": "",
60771+
"/admin/windows/updates/updatableassets/microsoft.graph.windowsupdates.azureaddevice": "",
60772+
"/admin/windows/updates/updatableassets/microsoft.graph.windowsupdates.updatableassetgroup": "",
60773+
"/admin/windows/updates/updatepolicies/{id}/compliancechanges/microsoft.graph.windowsupdates.contentapproval": ""
6077460774
}
6077560775
},
6077660776
{
@@ -60850,7 +60850,7 @@
6085060850
}
6085160851
],
6085260852
"ownerInfo": {
60853-
"ownerSecurityGroup": "csiaadaccess"
60853+
"ownerSecurityGroup": "autopatchgraph"
6085460854
}
6085560855
},
6085660856
"WorkforceIntegration.Read.All": {

permissions/new/provisioningInfo.json

Lines changed: 170 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15811,6 +15811,174 @@
1581115811
"resourceAppId": ""
1581215812
}
1581315813
],
15814+
"TenantGovernance-Invitation.ReadWrite.All": [
15815+
{
15816+
"id": "203a6b19-a0fe-4e47-98fc-e9beac185424",
15817+
"scheme": "DelegatedWork",
15818+
"environment": "public",
15819+
"isHidden": true,
15820+
"isEnabled": true,
15821+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15822+
}
15823+
],
15824+
"TenantGovernance-Invitation.Read.All":[
15825+
{
15826+
"id": "01c05f84-c3e0-4d65-9699-d3747ddea880",
15827+
"scheme": "DelegatedWork",
15828+
"environment": "public",
15829+
"isHidden": true,
15830+
"isEnabled": true,
15831+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15832+
},
15833+
{
15834+
"id": "015f4e5d-40e6-4b34-9d7a-bc4f7eabaee6",
15835+
"scheme": "Application",
15836+
"environment": "public",
15837+
"isHidden": true,
15838+
"isEnabled": true,
15839+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15840+
}
15841+
],
15842+
"TenantGovernance-Request.ReadWrite.All" : [
15843+
{
15844+
"id": "366c636e-9aaf-49cc-af59-9c7bf220b85d",
15845+
"scheme": "DelegatedWork",
15846+
"environment": "public",
15847+
"isHidden": true,
15848+
"isEnabled": true,
15849+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15850+
}
15851+
],
15852+
"TenantGovernance-Request.Read.All" : [
15853+
{
15854+
"id": "69a5687d-898d-47ae-9381-197391cce4e7",
15855+
"scheme": "DelegatedWork",
15856+
"environment": "public",
15857+
"isHidden": true,
15858+
"isEnabled": true,
15859+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15860+
},
15861+
{
15862+
"id": "0217c140-f338-46d9-889c-b10088ec70be",
15863+
"scheme": "Application",
15864+
"environment": "public",
15865+
"isHidden": true,
15866+
"isEnabled": true,
15867+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15868+
}
15869+
],
15870+
"TenantGovernance-Relationship.ReadWrite.All": [
15871+
{
15872+
"id": "d53af137-ed83-4d00-89f7-03a64710d132",
15873+
"scheme": "DelegatedWork",
15874+
"environment": "public",
15875+
"isHidden": true,
15876+
"isEnabled": true,
15877+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15878+
}
15879+
],
15880+
"TenantGovernance-Relationship.Read.All": [
15881+
{
15882+
"id": "89009faf-dbaa-469d-810a-316834436ac5",
15883+
"scheme": "DelegatedWork",
15884+
"environment": "public",
15885+
"isHidden": true,
15886+
"isEnabled": true,
15887+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15888+
},
15889+
{
15890+
"id": "166c4ffe-92dc-4a02-9315-74e182e8974e",
15891+
"scheme": "Application",
15892+
"environment": "public",
15893+
"isHidden": true,
15894+
"isEnabled": true,
15895+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15896+
}
15897+
],
15898+
"TenantGovernance-PolicyTemplate.ReadWrite.All": [
15899+
{
15900+
"id": "607994e0-7d12-499b-b4f0-fa37260d2b05",
15901+
"scheme": "DelegatedWork",
15902+
"environment": "public",
15903+
"isHidden": true,
15904+
"isEnabled": true,
15905+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15906+
}
15907+
],
15908+
"TenantGovernance-PolicyTemplate.Read.All": [
15909+
{
15910+
"id": "1dd17d37-6d7d-42e7-9da2-c6057efe9f92",
15911+
"scheme": "DelegatedWork",
15912+
"environment": "public",
15913+
"isHidden": true,
15914+
"isEnabled": true,
15915+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15916+
},
15917+
{
15918+
"id": "0d8dbdf0-d354-407f-9e7c-e4ac97d3b7c3",
15919+
"scheme": "Application",
15920+
"environment": "public",
15921+
"isHidden": true,
15922+
"isEnabled": true,
15923+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15924+
}
15925+
],
15926+
"TenantGovernance-Setting.ReadWrite.All": [
15927+
{
15928+
"id": "c766d387-bf52-452e-bca4-70c1cfa92c0e",
15929+
"scheme": "DelegatedWork",
15930+
"environment": "public",
15931+
"isHidden": true,
15932+
"isEnabled": true,
15933+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15934+
}
15935+
],
15936+
"TenantGovernance-Setting.Read.All": [
15937+
{
15938+
"id": "b03268a1-5ebb-4dfa-8c26-c08a0450818a",
15939+
"scheme": "DelegatedWork",
15940+
"environment": "public",
15941+
"isHidden": true,
15942+
"isEnabled": true,
15943+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15944+
},
15945+
{
15946+
"id": "699da12d-d595-4324-aa7f-70fe167d3178",
15947+
"scheme": "Application",
15948+
"environment": "public",
15949+
"isHidden": true,
15950+
"isEnabled": true,
15951+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15952+
}
15953+
],
15954+
"TenantGovernance-RelatedTenant.ReadWrite.All": [
15955+
{
15956+
"id": "90489fec-7421-47c3-8c3c-33831ffb7259",
15957+
"scheme": "DelegatedWork",
15958+
"environment": "public",
15959+
"isHidden": true,
15960+
"isEnabled": true,
15961+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15962+
}
15963+
],
15964+
"TenantGovernance-RelatedTenant.Read.All": [
15965+
{
15966+
"id": "7d02c470-d1b2-40aa-bdd1-1d7716caaab4",
15967+
"scheme": "DelegatedWork",
15968+
"environment": "public",
15969+
"isHidden": true,
15970+
"isEnabled": true,
15971+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15972+
},
15973+
{
15974+
"id": "73f05ec2-fc3f-482f-90e1-f478b3c5f70b",
15975+
"scheme": "Application",
15976+
"environment": "public",
15977+
"isHidden": true,
15978+
"isEnabled": true,
15979+
"resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40"
15980+
}
15981+
],
1581415982
"TermStore.Read.All": [
1581515983
{
1581615984
"id": "297f747b-0005-475b-8fef-c890f5152b38",
@@ -17806,15 +17974,15 @@
1780617974
"id": "9528CE37-154E-4E4F-A0FC-12BAEFD85D51",
1780717975
"scheme": "DelegatedWork",
1780817976
"environment": "public",
17809-
"isHidden": false,
17977+
"isHidden": true,
1781017978
"isEnabled": true,
1781117979
"resourceAppId": "61ae9cd9-7bca-458c-affc-861e2f24ba3b"
1781217980
},
1781317981
{
1781417982
"id": "FA099153-0225-489C-980E-384DC674AB81",
1781517983
"scheme": "Application",
1781617984
"environment": "public",
17817-
"isHidden": false,
17985+
"isHidden": true,
1781817986
"isEnabled": true,
1781917987
"resourceAppId": "61ae9cd9-7bca-458c-affc-861e2f24ba3b"
1782017988
}

0 commit comments

Comments
 (0)