We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d21cb5 commit 893dec0Copy full SHA for 893dec0
permissions/new/permissions.json
@@ -5783,7 +5783,11 @@
5783
],
5784
"paths": {
5785
"/identity/productchanges": "least=DelegatedWork,Application",
5786
- "/identity/productchanges/{id}": "least=DelegatedWork,Application"
+ "/identity/productchanges/{id}": "least=DelegatedWork,Application",
5787
+ "/identity/productchanges/microsoft.graph.announcement": "least=DelegatedWork,Application",
5788
+ "/identity/productchanges/microsoft.graph.announcement/{id}": "least=DelegatedWork,Application",
5789
+ "/identity/productchanges/microsoft.graph.roadmap": "least=DelegatedWork,Application",
5790
+ "/identity/productchanges/microsoft.graph.roadmap/{id}": "least=DelegatedWork,Application"
5791
}
5792
5793
0 commit comments