-
Notifications
You must be signed in to change notification settings - Fork 4k
[PS] Add breaking change message for Autoscale submodule under Monitor module #28101
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 annotations for the Autoscale submodule under the Monitor module. The changes primarily involve updating parameter types from arrays to lists and adding breaking change metadata to indicate this transition will occur in version 15.0.0.
- Reorganizes the Autoscale project structure in the Monitor solution file with new GUID references
- Adds breaking change annotations to multiple PowerShell functions for array-to-list parameter type changes
- Updates README configuration to include breaking change directives for cmdlets and parameters
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 9 comments.
Show a summary per file
File | Description |
---|---|
src/Monitor/Monitor/Az.Monitor.psd1 | Updates generated date timestamp |
src/Monitor/Monitor.sln | Reorganizes Autoscale project references with new GUIDs and folder structure |
src/Monitor/Autoscale.Autorest/resources/README.md | Adds new documentation for the resources directory |
src/Monitor/Autoscale.Autorest/generate-info.json | Updates generation ID |
src/Monitor/Autoscale.Autorest/docs/Az.Autoscale.md | Updates module GUID |
src/Monitor/Autoscale.Autorest/custom/*.ps1 | Adds breaking change attributes to parameters transitioning from Array to List |
src/Monitor/Autoscale.Autorest/README.md | Adds comprehensive breaking change directives for cmdlets and parameters |
src/Monitor/Autoscale.Autorest/Properties/AssemblyInfo.cs | Adds new assembly metadata file |
src/Monitor/Autoscale.Autorest/custom/New-AzAutoscaleScaleRuleObject.ps1
Show resolved
Hide resolved
src/Monitor/Autoscale.Autorest/custom/New-AzAutoscaleScaleRuleMetricDimensionObject.ps1
Show resolved
Hide resolved
src/Monitor/Autoscale.Autorest/custom/New-AzAutoscaleNotificationObject.ps1
Show resolved
Hide resolved
src/Monitor/Autoscale.Autorest/custom/New-AzAutoscaleNotificationObject.ps1
Show resolved
Hide resolved
The breaking change message is not clear to me:
|
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
/azp run |
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
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.