Skip to content

Commit 131fb0b

Browse files
Merge pull request #861 from microsoftgraph/dev
Merge dev into master
2 parents 1dfdb42 + 40712ee commit 131fb0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

permissions/new/permissions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5783,7 +5783,11 @@
57835783
],
57845784
"paths": {
57855785
"/identity/productchanges": "least=DelegatedWork,Application",
5786-
"/identity/productchanges/{id}": "least=DelegatedWork,Application"
5786+
"/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"
57875791
}
57885792
}
57895793
],

0 commit comments

Comments
 (0)