forked from microsoft/Microsoft365DSC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b183e2b
commit 95df2ff
Showing
13 changed files
with
567 additions
and
340 deletions.
There are no files selected for viewing
32 changes: 0 additions & 32 deletions
32
Modules/Microsoft365DSC/DSCResources/MSFT_IntuneAppleMDMPushCertificate/settings.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 13 additions & 3 deletions
16
..._IntuneAppleMDMPushCertificate.schema.mof → ...MDMPushNotificationCertificate.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...T_IntuneAppleMDMPushCertificate/readme.md → ...eMDMPushNotificationCertificate/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# IntuneAppleMDMPushCertificate | ||
# IntuneAppleMDMPushNotificationCertificate | ||
|
||
## Description | ||
|
||
|
44 changes: 44 additions & 0 deletions
44
...Microsoft365DSC/DSCResources/MSFT_IntuneAppleMDMPushNotificationCertificate/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"resourceName": "IntuneAppleMDMPushCertificate", | ||
"description": "Configures a resource for Apple MDM Push notification certificate used for device enrollment.", | ||
"permissions": { | ||
"graph": { | ||
"delegated": { | ||
"read": [ | ||
{ | ||
"name": "DeviceManagementManagedDevices.Read.All" | ||
}, | ||
{ | ||
"name": "DeviceManagementConfiguration.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "DeviceManagementManagedDevices.ReadWrite.All" | ||
}, | ||
{ | ||
"name": "DeviceManagementConfiguration.ReadWrite.All" | ||
} | ||
] | ||
}, | ||
"application": { | ||
"read": [ | ||
{ | ||
"name": "DeviceManagementManagedDevices.Read.All" | ||
}, | ||
{ | ||
"name": "DeviceManagementConfiguration.Read.All" | ||
} | ||
], | ||
"update": [ | ||
{ | ||
"name": "DeviceManagementManagedDevices.ReadWrite.All" | ||
}, | ||
{ | ||
"name": "DeviceManagementConfiguration.ReadWrite.All" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.