Skip to content

Add deprecation notice for Crescendo#392

Merged
sdwheeler merged 2 commits into
MicrosoftDocs:mainfrom
sdwheeler:sdw-w575907-crescendo
May 5, 2026
Merged

Add deprecation notice for Crescendo#392
sdwheeler merged 2 commits into
MicrosoftDocs:mainfrom
sdwheeler:sdw-w575907-crescendo

Conversation

@sdwheeler
Copy link
Copy Markdown
Collaborator

@sdwheeler sdwheeler commented May 5, 2026

PR Summary

Add deprecation notice for Crescendo

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributors guide.
  • Style: This PR adheres to the style guide.

Copilot AI review requested due to automatic review settings May 5, 2026 15:34
@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod
Copy link
Copy Markdown

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown

Learn Build status updates of commit 2b0f573:

✅ Validation status: passed

File Status Preview URL Details
reference/docs-conceptual/Crescendo/advanced/handling-errors.md ✅Succeeded View (ps-modules)
reference/docs-conceptual/Crescendo/advanced/transforming-arguments.md ✅Succeeded View (ps-modules)
reference/docs-conceptual/Crescendo/advanced/using-crescendo-cmdlets.md ✅Succeeded View (ps-modules)
reference/docs-conceptual/Crescendo/get-started/choose-command-line-tool.md ✅Succeeded View (ps-modules)
reference/docs-conceptual/Crescendo/get-started/create-new-cmdlet.md ✅Succeeded View (ps-modules)
reference/docs-conceptual/Crescendo/get-started/generate-module.md ✅Succeeded View (ps-modules)
reference/docs-conceptual/Crescendo/get-started/install-crescendo.md ✅Succeeded View (ps-modules)
reference/docs-conceptual/Crescendo/get-started/research-tool.md ✅Succeeded View (ps-modules)
reference/docs-conceptual/Crescendo/overview.md ✅Succeeded View (ps-modules)
reference/docs-conceptual/Crescendo/whats-new/whats-new-in-crescendo-11.md ✅Succeeded View (ps-modules)
reference/includes/crescendo-deprecated.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/About/about_Crescendo.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/Export-CrescendoCommand.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/Export-CrescendoModule.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/Export-Schema.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/Import-CommandConfiguration.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/Microsoft.PowerShell.Crescendo.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/New-CrescendoCommand.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/New-ExampleInfo.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/New-OutputHandler.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/New-ParameterInfo.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/New-UsageInfo.md ✅Succeeded View (ps-modules)
reference/ps-modules/Microsoft.PowerShell.Crescendo/Test-IsCrescendoCommand.md ✅Succeeded View (ps-modules)

For more details, please refer to the build report.

@sdwheeler sdwheeler merged commit cb27fdf into MicrosoftDocs:main May 5, 2026
4 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)]
@sdwheeler sdwheeler deleted the sdw-w575907-crescendo branch May 5, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants