Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING CHANGE: xIisModule #443

Open
NikCharlebois opened this issue Sep 16, 2019 · 0 comments
Open

BREAKING CHANGE: xIisModule #443

NikCharlebois opened this issue Sep 16, 2019 · 0 comments
Labels
breaking change When used on an issue, the issue has been determined to be a breaking change. in progress The issue is being actively worked on by someone.

Comments

@NikCharlebois
Copy link
Contributor

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;

@regedit32 regedit32 added breaking change When used on an issue, the issue has been determined to be a breaking change. in progress The issue is being actively worked on by someone. labels Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change When used on an issue, the issue has been determined to be a breaking change. in progress The issue is being actively worked on by someone.
Projects
None yet
Development

No branches or pull requests

2 participants