You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
- 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).
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.
The text was updated successfully, but these errors were encountered: