Open Issues Need Help
View All on GitHubAI Summary: The user's DSC resource for WSUS fails when WSUS is configured with SSL because the `Get-WsusServer` cmdlet, used for testing configuration, returns a "401 not authorized" error without the `-UseSSL` parameter. This causes DSC to repeatedly attempt reconfiguration. The user requests a new parameter for the DSC resource to indicate SSL usage, which would then correctly use `Get-WsusServer -UseSSL` for status checks.
This module contains community maintained DSC resources for deployment and configuration of Windows Server Update Services.
AI Summary: This issue requests a refactoring task to rename all resources within the module from the 'MSFT_' prefix to 'DSC_'. This change is intended to align with DscCommunity naming conventions and was deferred from a previous pull request to maintain focus. The work involves updating resource names, schema files, documentation, tests, and examples.
This module contains community maintained DSC resources for deployment and configuration of Windows Server Update Services.
AI Summary: This issue requires enabling `Set-StrictMode` in unit tests for the `MSFT_UpdateServicesCleanup` and `MSFT_UpdateServicesServer` DSC resources. Several uninitialized variable issues have been identified in the test scripts, preventing strict mode from being enabled. The fix involves updating the resource implementations to correctly initialize all variables and then uncommenting `Set-StrictMode` in the affected test blocks.
This module contains community maintained DSC resources for deployment and configuration of Windows Server Update Services.
AI Summary: This issue requires adding unique error IDs in the format (PDT####) to all localized strings within the PDT.strings.psd1 file. This change aims to improve traceability and debugging by adhering to a DSC Community convention.
This module contains community maintained DSC resources for deployment and configuration of Windows Server Update Services.