Add deprecation notice for Crescendo#392
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
There was a problem hiding this comment.
Pull request overview
Adds a shared deprecation notice for the Crescendo documentation set so readers see that the project is no longer actively maintained. This fits the repo’s documentation structure by introducing a reusable include and inserting it across Crescendo reference and conceptual pages.
Changes:
- Adds a new shared include file with the Crescendo deprecation banner.
- Inserts that banner into Crescendo module reference pages and the module about page.
- Inserts the same banner into Crescendo conceptual, getting-started, advanced, and release-note pages.
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
reference/ps-modules/Microsoft.PowerShell.Crescendo/Test-IsCrescendoCommand.md |
Adds deprecation include to cmdlet reference page. |
reference/ps-modules/Microsoft.PowerShell.Crescendo/New-UsageInfo.md |
Adds deprecation include to cmdlet reference page. |
reference/ps-modules/Microsoft.PowerShell.Crescendo/New-ParameterInfo.md |
Adds deprecation include to cmdlet reference page. |
reference/ps-modules/Microsoft.PowerShell.Crescendo/New-OutputHandler.md |
Adds deprecation include to cmdlet reference page. |
reference/ps-modules/Microsoft.PowerShell.Crescendo/New-ExampleInfo.md |
Adds deprecation include to cmdlet reference page. |
reference/ps-modules/Microsoft.PowerShell.Crescendo/New-CrescendoCommand.md |
Adds deprecation include to cmdlet reference page. |
reference/ps-modules/Microsoft.PowerShell.Crescendo/Microsoft.PowerShell.Crescendo.md |
Adds deprecation include to module landing page. |
reference/ps-modules/Microsoft.PowerShell.Crescendo/Import-CommandConfiguration.md |
Adds deprecation include to cmdlet reference page. |
reference/ps-modules/Microsoft.PowerShell.Crescendo/Export-Schema.md |
Adds deprecation include to cmdlet reference page. |
reference/ps-modules/Microsoft.PowerShell.Crescendo/Export-CrescendoModule.md |
Adds deprecation include to cmdlet reference page. |
reference/ps-modules/Microsoft.PowerShell.Crescendo/Export-CrescendoCommand.md |
Adds deprecation include to cmdlet reference page. |
reference/ps-modules/Microsoft.PowerShell.Crescendo/About/about_Crescendo.md |
Adds deprecation include to the module about page. |
reference/includes/crescendo-deprecated.md |
Defines the shared Crescendo deprecation notice include. |
reference/docs-conceptual/Crescendo/whats-new/whats-new-in-crescendo-11.md |
Adds deprecation include to release notes. |
reference/docs-conceptual/Crescendo/overview.md |
Adds deprecation include to conceptual overview. |
reference/docs-conceptual/Crescendo/get-started/research-tool.md |
Adds deprecation include to getting-started content. |
reference/docs-conceptual/Crescendo/get-started/install-crescendo.md |
Adds deprecation include to install guidance. |
reference/docs-conceptual/Crescendo/get-started/generate-module.md |
Adds deprecation include to getting-started content. |
reference/docs-conceptual/Crescendo/get-started/create-new-cmdlet.md |
Adds deprecation include to getting-started content. |
reference/docs-conceptual/Crescendo/get-started/choose-command-line-tool.md |
Adds deprecation include to getting-started content. |
reference/docs-conceptual/Crescendo/advanced/using-crescendo-cmdlets.md |
Adds deprecation include to advanced guidance. |
reference/docs-conceptual/Crescendo/advanced/transforming-arguments.md |
Adds deprecation include to advanced guidance. |
reference/docs-conceptual/Crescendo/advanced/handling-errors.md |
Adds deprecation include to advanced guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| --- | ||
| # Handling errors in Crescendo | ||
|
|
||
| [!INCLUDE[crescendo-deprecated](../../../includes/crescendo-deprecated.md)] |
| --- | ||
| # Transforming arguments in Crescendo | ||
|
|
||
| [!INCLUDE[crescendo-deprecated](../../../includes/crescendo-deprecated.md)] |
| --- | ||
| # Create a Crescendo configuration using the Crescendo cmdlets | ||
|
|
||
| [!INCLUDE[crescendo-deprecated](../../../includes/crescendo-deprecated.md)] |
| --- | ||
| # Choosing the command-line tool for Crescendo | ||
|
|
||
| [!INCLUDE[crescendo-deprecated](../../../includes/crescendo-deprecated.md)] |
| --- | ||
| # Create a Crescendo cmdlet | ||
|
|
||
| [!INCLUDE[crescendo-deprecated](../../../includes/crescendo-deprecated.md)] |
| --- | ||
| # Generate and test a Crescendo module | ||
|
|
||
| [!INCLUDE[crescendo-deprecated](../../../includes/crescendo-deprecated.md)] |
| --- | ||
| # Install the Crescendo module | ||
|
|
||
| [!INCLUDE[crescendo-deprecated](../../../includes/crescendo-deprecated.md)] |
| --- | ||
| # Research the command-line tool's syntax and output | ||
|
|
||
| [!INCLUDE[crescendo-deprecated](../../../includes/crescendo-deprecated.md)] |
| --- | ||
| # What's new in Crescendo 1.1 | ||
|
|
||
| [!INCLUDE[crescendo-deprecated](../../../includes/crescendo-deprecated.md)] |
| --- | ||
| # about_Microsoft.PowerShell.Crescendo | ||
|
|
||
| [!INCLUDE[crescendo-deprecated](../../../includes/crescendo-deprecated.md)] |
PR Summary
Add deprecation notice for Crescendo
PR Checklist