Skip to content

Commit cd5b956

Browse files
authored
Merge pull request #2446 from JohnDuprey/dev
Add additional template types
2 parents ae6c03d + 1fc6c2e commit cd5b956

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/endpoint/intune/MEMAddPolicyTemplate.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ const MEMAddPolicyTemplate = () => {
5858
label="Select Policy Type"
5959
placeholder="Select a template type"
6060
values={[
61+
{ label: 'App Protection Policy', value: 'AppProtection' },
6162
{ label: 'Administrative Template', value: 'Admin' },
6263
{ label: 'Settings Catalog', value: 'Catalog' },
64+
{ label: 'Device Compliance Policy', value: 'deviceCompliancePolicies' },
6365
{ label: 'Custom Configuration', value: 'Device' },
6466
]}
6567
validate={required}

0 commit comments

Comments
 (0)