-
Notifications
You must be signed in to change notification settings - Fork 4k
[PS] Update Relay breaking change message #28182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR aligns the Relay PowerShell module with version 2.1.1 by improving how breaking‐change announcements are structured and updating related metadata.
- Replaced flat change‐description lines with structured
deprecated-output-properties
andnew-output-properties
in the Autorest README. - Incremented module version, updated manifests (dates, GUIDs, project IDs) and assembly metadata.
- Added a ChangeLog entry for the new breaking‐change output format.
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
src/Relay/Relay/ChangeLog.md | Added release note under Upcoming Release for updated outputs |
src/Relay/Relay/Az.Relay.psd1 | Bumped generation date and enabled empty Scripts/Types processing |
src/Relay/Relay.sln | Regenerated project GUID entries for the Az.Relay project |
src/Relay/Relay.Autorest/generate-info.json | Updated generate_Id GUID |
src/Relay/Relay.Autorest/docs/Az.Relay.md | Updated module GUID |
src/Relay/Relay.Autorest/README.md | Swapped change-description for structured output properties |
src/Relay/Relay.Autorest/Properties/AssemblyInfo.cs | Bumped AssemblyFileVersion and AssemblyVersion to 2.1.1 |
Comments suppressed due to low confidence (1)
src/Relay/Relay/ChangeLog.md:21
- [nitpick] Consider elaborating this entry to specify which properties were updated (e.g., structured breaking‐change output for
PrivateEndpointConnection
andIPRule
) for clearer release notes.
* Update the outputs of breaking change announcements.
# Script files (.ps1) that are run in the caller's environment prior to importing this module. | ||
# ScriptsToProcess = @() | ||
ScriptsToProcess = @() | ||
|
||
# Type files (.ps1xml) to be loaded when importing this module | ||
# TypesToProcess = @() | ||
TypesToProcess = @() | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] If there are no script or type files to process, you can remove these empty ScriptsToProcess
and TypesToProcess
entries to clean up the manifest.
Copilot uses AI. Check for mistakes.
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.