Summary
IntelliTect.CredentialManager was hard-deprecated in IntelliTect.PSToolbox 2.1.0 (removed from the umbrella's RequiredModules; manifest tagged Deprecated; Write-Warning on import; full migration guide in Modules/IntelliTect.CredentialManager/DEPRECATED.md). The PSGallery package IntelliTect.CredentialManager 1.1.1.1 will be unlisted when #117 is resolved.
In IntelliTect.PSToolbox 3.0, the on-disk module should be deleted entirely. Tracking that here so we don't forget.
Deliverables
Why a major bump
Anyone still doing Install-Module IntelliTect.PSToolbox and relying on Get-CredentialManagerCredential / Set-CredentialManagerCredential etc. via the umbrella will already get CommandNotFoundException after 2.1.0 (module removed from RequiredModules). The 3.0 deletion completes the lifecycle — direct Install-Module IntelliTect.CredentialManager will still work against PSGallery 1.1.1.1 until #117-driven unlist lands.
Depends on
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
Summary
IntelliTect.CredentialManagerwas hard-deprecated inIntelliTect.PSToolbox2.1.0 (removed from the umbrella'sRequiredModules; manifest taggedDeprecated;Write-Warningon import; full migration guide inModules/IntelliTect.CredentialManager/DEPRECATED.md). The PSGallery packageIntelliTect.CredentialManager1.1.1.1 will be unlisted when #117 is resolved.In
IntelliTect.PSToolbox3.0, the on-disk module should be deleted entirely. Tracking that here so we don't forget.Deliverables
Modules/IntelliTect.CredentialManager/(entire folder, including.psm1,.psd1,DEPRECATED.md)Modules.Tests/CredentialManager.Tests.ps1(all tests are already commented out)PROJECT_OVERVIEW.md§2.4 and the §6 deprecation matrixREADME.mdandCONTRIBUTING.mdDEPRECATED.mdeither dies cleanly with the file or is preserved elsewhereIntelliTect.PSToolboxto3.0.0in the release containing this changeWhy a major bump
Anyone still doing
Install-Module IntelliTect.PSToolboxand relying onGet-CredentialManagerCredential/Set-CredentialManagerCredentialetc. via the umbrella will already getCommandNotFoundExceptionafter 2.1.0 (module removed fromRequiredModules). The 3.0 deletion completes the lifecycle — directInstall-Module IntelliTect.CredentialManagerwill still work against PSGallery 1.1.1.1 until #117-driven unlist lands.Depends on
MarkMichaelisis not an owner of anyIntelliTect.*package #117 (to actually unlist the PSGallery package)3.0release milestone existingCo-authored-by: Copilot 223556219+Copilot@users.noreply.github.com