We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1467af8 commit 96ef07dCopy full SHA for 96ef07d
src/Typewriter/MetadataPreprocessor.cs
@@ -51,6 +51,12 @@ internal static string CleanMetadata(string csdlContents)
51
AddContainsTarget("plannerPlan");
52
AddContainsTarget("plannerDelta");
53
54
+ // Intune
55
+ AddContainsTarget("windows81TrustedRootCertificate");
56
+ AddContainsTarget("mobileContainedApp");
57
+ AddContainsTarget("managedDeviceCertificateState");
58
+ AddContainsTarget("teamsAppDefinition");
59
+
60
return xMetadata.ToString();
61
}
62
0 commit comments