WebAdministrationDsc icon indicating copy to clipboard operation
WebAdministrationDsc copied to clipboard

BREAKING CHANGE: xIisModule

Open NikCharlebois opened this issue 4 years ago • 0 comments

Made the resource more generic to handle all managed modules. Properties changed to:

[Key, Description("The logical name of the module to add to IIS.")] String Name; [Key, Description("The IIS Site to register the module. Use '*' to specify the server's root.")] String SiteName; [Required, Description("The code associated with the module to register")] String Code;

NikCharlebois avatar Sep 16 '19 16:09 NikCharlebois