DSCResources/cAppxProvisionedPackage/cAppxProvisionedPackage.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("cAppxProvisionedPackage")] class cAppxProvisionedPackage : OMI_BaseResource { [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; [Key] String PackageName; [Write] String PackagePath; [Write] String DependencyPackagePath[]; [Write] String LicensePath; }; |