Skip to content

Commit 23f8e4d

Browse files
committed
Fixed schema violations
1 parent 50fdabc commit 23f8e4d

2 files changed

Lines changed: 5 additions & 14 deletions

File tree

ADMX/Intune Printer Mapping.adml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions" revision="1.0.5.0" schemaVersion="1.0">
2+
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions" revision="1.0" schemaVersion="1.0">
33
<displayName>Intune-Printer-Mapping</displayName>
44
<description>Intune-Printer-Mapping</description>
55
<resources>
@@ -268,22 +268,13 @@ Configurations will only be applied when this configuration is set to Enabled.
268268
</stringTable>
269269
<presentationTable>
270270
<presentation id="RefreshInterval">
271-
<decimalTextBox refId="RefreshInterval">
272-
<label>Refresh interval</label>
273-
<defaultValue>10000</defaultValue>
274-
</decimalTextBox >
271+
<decimalTextBox refId="RefreshInterval" defaultValue="10000">Refresh interval</decimalTextBox >
275272
</presentation>
276273
<presentation id="UpdateInterval">
277-
<decimalTextBox refId="UpdateInterval">
278-
<label>Update interval</label>
279-
<defaultValue>10800</defaultValue>
280-
</decimalTextBox >
274+
<decimalTextBox refId="UpdateInterval" defaultValue="10800">Update interval</decimalTextBox >
281275
</presentation>
282276
<presentation id="PrinterConfigurationRefreshInterval">
283-
<decimalTextBox refId="PrinterConfigurationRefreshInterval">
284-
<label>Printer configuration refresh interval</label>
285-
<defaultValue>3600</defaultValue>
286-
</decimalTextBox >
277+
<decimalTextBox refId="PrinterConfigurationRefreshInterval" defaultValue="3600">Printer configuration refresh interval</decimalTextBox >
287278
</presentation>
288279

289280
<presentation id="Printer_0_User_Presentation">

ADMX/Intune Printer Mapping.admx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<policyDefinitions revision="1.0.5.0" schemaVersion="1.0">
2+
<policyDefinitions revision="1.0" schemaVersion="1.0">
33
<policyNamespaces>
44
<target prefix="IPM" namespace="Intune-Printer-Mapping.Configuration"/>
55
</policyNamespaces>

0 commit comments

Comments
 (0)