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

MSFT_xDSCWebService Test-WebConfigModulesSetting returns $true instead of $false #418

Closed
rcarpenter79 opened this issue May 22, 2018 · 0 comments
Labels
bug The issue is a bug. in progress The issue is being actively worked on by someone.

Comments

@rcarpenter79
Copy link
Contributor

When web.config contains the module IISSelfSignedCertModule(32bit) and ExpectedInstallationStatus is $false then Test-WebConfigModulesSetting should return $false as it doesn't match the desired state but instead it returns $true.

@johlju johlju added bug The issue is a bug. in progress The issue is being actively worked on by someone. labels May 22, 2018
johlju pushed a commit that referenced this issue May 24, 2018
- Changes to xDSCWebService
  - Added the option to use a certificate based on it's subject and template name
    instead of it's thumbprint (issue #205).
  - xDSCWebService: Fixed an issue where Test-WebConfigModulesSetting would
    return $true when web.config contains a module and the desired state was for
    it to be absent (issue #418).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug. in progress The issue is being actively worked on by someone.
Projects
None yet
Development

No branches or pull requests

2 participants