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 4ca1e5b commit 3eb5335Copy full SHA for 3eb5335
src/Typewriter/MetadataPreprocessor.cs
@@ -60,6 +60,8 @@ internal static string CleanMetadata(string csdlContents)
60
AddContainsTarget("iosTrustedRootCertificate");
61
AddContainsTarget("mobileContainedApp");
62
AddContainsTarget("managedDeviceCertificateState");
63
+ AddContainsTarget("deviceManagementSettingInstance");
64
+
65
66
return xMetadata.ToString();
67
}
0 commit comments