Skip to content

Commit 0ce649f

Browse files
Merge pull request #953 from microsoftgraph/dev
Merge dev into master
2 parents 7721376 + 288d3d2 commit 0ce649f

File tree

2 files changed

+0
-213
lines changed

2 files changed

+0
-213
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,46 +4291,6 @@
42914291
"resourceAppId": ""
42924292
}
42934293
],
4294-
"EduAdministration.Read": [
4295-
{
4296-
"id": "8523895c-6081-45bf-8a5d-f062a2f12c9f",
4297-
"scheme": "DelegatedWork",
4298-
"environment": "public",
4299-
"isHidden": false,
4300-
"isEnabled": true,
4301-
"resourceAppId": ""
4302-
}
4303-
],
4304-
"EduAdministration.Read.All": [
4305-
{
4306-
"id": "7c9db06a-ec2d-4e7b-a592-5a1e30992566",
4307-
"scheme": "Application",
4308-
"environment": "public",
4309-
"isHidden": false,
4310-
"isEnabled": true,
4311-
"resourceAppId": ""
4312-
}
4313-
],
4314-
"EduAdministration.ReadWrite": [
4315-
{
4316-
"id": "63589852-04e3-46b4-bae9-15d5b1050748",
4317-
"scheme": "DelegatedWork",
4318-
"environment": "public",
4319-
"isHidden": false,
4320-
"isEnabled": true,
4321-
"resourceAppId": ""
4322-
}
4323-
],
4324-
"EduAdministration.ReadWrite.All": [
4325-
{
4326-
"id": "9bc431c3-b8bc-4a8d-a219-40f10f92eff6",
4327-
"scheme": "Application",
4328-
"environment": "public",
4329-
"isHidden": false,
4330-
"isEnabled": true,
4331-
"resourceAppId": ""
4332-
}
4333-
],
43344294
"EduAssignments.Read": [
43354295
{
43364296
"id": "091460c9-9c4a-49b2-81ef-1f3d852acce2",

permissions/new/permissions.json

Lines changed: 0 additions & 173 deletions
Original file line numberDiff line numberDiff line change
@@ -17275,179 +17275,6 @@
1727517275
"ownerSecurityGroup": "DNRMsGraphSchemaAdmi"
1727617276
}
1727717277
},
17278-
"EduAdministration.Read": {
17279-
"schemes": {
17280-
"DelegatedWork": {
17281-
"adminDisplayName": "Read education app settings",
17282-
"adminDescription": "Read the state and settings of all Microsoft education apps on behalf of the user.",
17283-
"userDisplayName": "View your education app settings",
17284-
"userDescription": "Allows the app to view the state and settings of all Microsoft education apps on your behalf.",
17285-
"requiresAdminConsent": true,
17286-
"privilegeLevel": 3
17287-
}
17288-
},
17289-
"pathSets": [
17290-
{
17291-
"schemeKeys": [
17292-
"DelegatedWork"
17293-
],
17294-
"methods": [
17295-
"GET"
17296-
],
17297-
"paths": {
17298-
"/education/synchronizationprofiles": "least=DelegatedWork",
17299-
"/education/synchronizationprofiles/{id}": "least=DelegatedWork",
17300-
"/education/synchronizationprofiles/{id}/errors": "least=DelegatedWork",
17301-
"/education/synchronizationprofiles/{id}/profilestatus": "least=DelegatedWork"
17302-
}
17303-
}
17304-
],
17305-
"ownerInfo": {
17306-
"ownerSecurityGroup": "eduapipreauth"
17307-
}
17308-
},
17309-
"EduAdministration.Read.All": {
17310-
"schemes": {
17311-
"Application": {
17312-
"adminDisplayName": "Read Education app settings",
17313-
"adminDescription": "Read the state and settings of all Microsoft education apps.",
17314-
"requiresAdminConsent": true,
17315-
"privilegeLevel": 4
17316-
}
17317-
},
17318-
"pathSets": [
17319-
{
17320-
"schemeKeys": [
17321-
"Application"
17322-
],
17323-
"methods": [
17324-
"GET"
17325-
],
17326-
"paths": {
17327-
"/education/synchronizationprofiles": "least=Application",
17328-
"/education/synchronizationprofiles/{id}": "least=Application",
17329-
"/education/synchronizationprofiles/{id}/errors": "least=Application",
17330-
"/education/synchronizationprofiles/{id}/profilestatus": "least=Application"
17331-
}
17332-
}
17333-
],
17334-
"ownerInfo": {
17335-
"ownerSecurityGroup": "eduapipreauth"
17336-
}
17337-
},
17338-
"EduAdministration.ReadWrite": {
17339-
"schemes": {
17340-
"DelegatedWork": {
17341-
"adminDisplayName": "Manage education app settings",
17342-
"adminDescription": "Manage the state and settings of all Microsoft education apps on behalf of the user.",
17343-
"userDisplayName": "Manage your education app settings",
17344-
"userDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.",
17345-
"requiresAdminConsent": true,
17346-
"privilegeLevel": 4
17347-
}
17348-
},
17349-
"pathSets": [
17350-
{
17351-
"schemeKeys": [
17352-
"DelegatedWork"
17353-
],
17354-
"methods": [
17355-
"GET",
17356-
"POST",
17357-
"PUT"
17358-
],
17359-
"paths": {
17360-
"/education/synchronizationprofiles": "least=DelegatedWork"
17361-
}
17362-
},
17363-
{
17364-
"schemeKeys": [
17365-
"DelegatedWork"
17366-
],
17367-
"methods": [
17368-
"DELETE",
17369-
"GET"
17370-
],
17371-
"paths": {
17372-
"/education/synchronizationprofiles/{id}": "least=DelegatedWork"
17373-
}
17374-
},
17375-
{
17376-
"schemeKeys": [
17377-
"DelegatedWork"
17378-
],
17379-
"methods": [
17380-
"GET"
17381-
],
17382-
"paths": {
17383-
"/education/synchronizationprofiles/{id}/errors": "",
17384-
"/education/synchronizationprofiles/{id}/profilestatus": "",
17385-
"/education/synchronizationprofiles/{id}/uploadurl": "least=DelegatedWork"
17386-
}
17387-
},
17388-
{
17389-
"schemeKeys": [
17390-
"DelegatedWork"
17391-
],
17392-
"methods": [
17393-
"POST"
17394-
],
17395-
"paths": {
17396-
"/education/synchronizationprofiles/{id}/pause": "least=DelegatedWork",
17397-
"/education/synchronizationprofiles/{id}/reset": "least=DelegatedWork",
17398-
"/education/synchronizationprofiles/{id}/resume": "least=DelegatedWork",
17399-
"/education/synchronizationprofiles/{id}/start": "least=DelegatedWork"
17400-
}
17401-
}
17402-
],
17403-
"ownerInfo": {
17404-
"ownerSecurityGroup": "eduapipreauth"
17405-
}
17406-
},
17407-
"EduAdministration.ReadWrite.All": {
17408-
"schemes": {
17409-
"Application": {
17410-
"adminDisplayName": "Manage education app settings",
17411-
"adminDescription": "Manage the state and settings of all Microsoft education apps.",
17412-
"requiresAdminConsent": true,
17413-
"privilegeLevel": 4
17414-
}
17415-
},
17416-
"pathSets": [
17417-
{
17418-
"schemeKeys": [
17419-
"Application"
17420-
],
17421-
"methods": [
17422-
"GET"
17423-
],
17424-
"paths": {
17425-
"/education/synchronizationprofiles": "",
17426-
"/education/synchronizationprofiles/{id}": "",
17427-
"/education/synchronizationprofiles/{id}/errors": "",
17428-
"/education/synchronizationprofiles/{id}/profilestatus": "",
17429-
"/education/synchronizationprofiles/{id}/uploadurl": "least=Application"
17430-
}
17431-
},
17432-
{
17433-
"schemeKeys": [
17434-
"Application"
17435-
],
17436-
"methods": [
17437-
"POST"
17438-
],
17439-
"paths": {
17440-
"/education/synchronizationprofiles/{id}/pause": "least=Application",
17441-
"/education/synchronizationprofiles/{id}/reset": "least=Application",
17442-
"/education/synchronizationprofiles/{id}/resume": "least=Application",
17443-
"/education/synchronizationprofiles/{id}/start": "least=Application"
17444-
}
17445-
}
17446-
],
17447-
"ownerInfo": {
17448-
"ownerSecurityGroup": "eduapipreauth"
17449-
}
17450-
},
1745117278
"EduAssignments.Read": {
1745217279
"schemes": {
1745317280
"DelegatedWork": {

0 commit comments

Comments
 (0)