docs: compatibility matrix for SS 12.0 + event-pipeline folder rename#453
Merged
jagger merged 2 commits intoMay 21, 2026
Merged
Conversation
391dea3 to
af43019
Compare
…e folders to plural Phase 4 of the v0.62.0 documentation refresh. Compatibility: - Intro now states the module is tested through SS 12.0 (was vague "latest Secret Server release") - Add SS 12.0 notes subsection covering the response-filtering fixes shipped in v0.62.0 (Get-TssConfiguration, Get-TssRpcPasswordType, Get-TssDirectoryServiceSyncStatus, plus the general FilterTssResponse pass) Folder rename: - docs/commands/event-pipeline/ -> event-pipelines/ - docs/commands/event-pipeline-policy/ -> event-pipeline-policies/ - Plural matches sibling folders (secrets/, folders/, reports/, etc.) - Each moved page gets redirect_from: frontmatter pointing at its old URL, plus self-link in RELATED LINKS updated to the new path - Readme nav titles updated to plural - Add jekyll-redirect-from plugin to docs/_config.yml so the redirects actually render Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8654b21 to
4d99ae3
Compare
The cmdlet cast failures fixed in 0.62.0 are not specific to SS 12.0 — they show up whenever a deployed Secret Server returns response fields the module's typed C# classes don't yet model. That can happen across many SS releases as the API has grown. Update the compatibility page to describe the fixes generally (general FilterTssResponse pass plus three targeted nested-object fixes) rather than tagging them to SS 12.0. Also drop the "tested through SS 12.0" claim from the intro. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 4 of the v0.62.0 documentation refresh. Stacks on top of #451 — base will retarget to
devonce that merges.Compatibility matrix (
docs/getting_started/compatibility.md):Get-TssConfiguration,Get-TssRpcPasswordType,Get-TssDirectoryServiceSyncStatus, plus the generalFilterTssResponsepass)Folder rename:
docs/commands/event-pipeline/→docs/commands/event-pipelines/docs/commands/event-pipeline-policy/→docs/commands/event-pipeline-policies/secrets/,folders/,reports/, etc.)redirect_from:frontmatter entry pointing at its old URL so existing inbound links don't 404jekyll-redirect-fromplugin todocs/_config.ymlso the redirects actually render on GitHub PagesOut of scope:
src/functions/event-pipeline/andsrc/functions/event-pipeline-policy/are unchanged. Renaming source folders touches the build pipeline, tests, and.ps1files — would be a separate change.Add-TssEventPipeline.md/Remove-TssEventPipeline.mdfiles that live underevent-pipeline-policies/(they belong underevent-pipelines/) — moving them changes URLs again and is out of scope for this PR.Test plan
https://thycotic-ps.github.io/thycotic.secretserver/commands/event-pipeline/Get-TssEventPipeline.htmland confirm it 301s to the new plural locationgrep -rn "commands/event-pipeline/\|commands/event-pipeline-policy/" docs/returns onlyredirect_from:lines, no real link remnantsGenerated with Claude Code