-
Notifications
You must be signed in to change notification settings - Fork 4k
[PS][Monitor] Add Breaking Change Message for DiagnosticSetting #28215
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
base: main
Are you sure you want to change the base?
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 adds breaking change warning messages for DiagnosticSetting cmdlets to notify users about upcoming changes to output property types. The changes prepare for a future release where certain properties will change from fixed arrays to List types.
- Adds breaking change directives to the README.md configuration for DiagnosticSetting cmdlets
- Updates solution file to reorganize DiagnosticSetting project references with new GUIDs
- Adds DiagnosticSetting cmdlets to the changelog under upcoming release notes
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/Monitor/Monitor/ChangeLog.md | Adds DiagnosticSetting cmdlets to the upcoming release notes |
src/Monitor/Monitor.sln | Reorganizes DiagnosticSetting project references and updates project GUIDs |
src/Monitor/DiagnosticSetting.Autorest/README.md | Adds breaking change warning directives for property type changes |
src/Monitor/DiagnosticSetting.Autorest/docs/Az.DiagnosticSetting.md | Updates module GUID |
src/Monitor/DiagnosticSetting.Autorest/generate-info.json | Updates generation ID |
src/Monitor/DiagnosticSetting.Autorest/Properties/AssemblyInfo.cs | Adds new assembly information file |
src/Monitor/DiagnosticSetting.Autorest/resources/README.md | Adds new resources directory documentation |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.