-
Notifications
You must be signed in to change notification settings - Fork 4k
[Az.ContainerInstance] The code base is going to be refactored, the following cmdlet adds a BreakingChange announcement #28391
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
…ollowing cmdlet adds a BreakingChange announcement
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 pull request adds breaking change announcements for the Azure PowerShell ContainerInstance module as part of an upcoming refactoring effort. The primary purpose is to inform users about upcoming API changes scheduled for release 15.0.0.
- Added breaking change attributes to the
New-AzContainerGroup
cmdlet - Updated module dependencies and configuration files
- Corrected spelling errors in documentation
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
src/ContainerInstance/ContainerInstance/ChangeLog.md | Added changelog entry for breaking change announcement |
src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 | Updated module dependencies and configuration |
src/ContainerInstance/ContainerInstance.sln | Updated solution file with new project configurations |
src/ContainerInstance/ContainerInstance.Autorest/custom/New-AzContainerGroup.ps1 | Added breaking change attributes to cmdlet |
Documentation files | Fixed spelling of "piping" in examples and docs |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This command updates a container group profile using pipeing. |
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.
The word 'pipeing' is misspelled. It should be 'piping'.
This command updates a container group profile using pipeing. | |
This command updates a container group profile using piping. |
Copilot uses AI. Check for mistakes.
@@ -26,5 +26,5 @@ AdditionalProperties : {[k, v]} | |||
Count : 1 | |||
``` | |||
|
|||
This command updates a container group using piping. | |||
This command updates a container group using pipeing. |
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.
The word 'pipeing' is misspelled. It should be 'piping'.
This command updates a container group using pipeing. | |
This command updates a container group using piping. |
Copilot uses AI. Check for mistakes.
@@ -72,7 +72,7 @@ AdditionalProperties : {[k, v]} | |||
Count : 1 | |||
``` | |||
|
|||
This command updates a container group profile using piping. | |||
This command updates a container group profile using pipeing. |
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.
The word 'pipeing' is misspelled. It should be 'piping'.
This command updates a container group profile using pipeing. | |
This command updates a container group profile using piping. |
Copilot uses AI. Check for mistakes.
@@ -58,7 +58,7 @@ AdditionalProperties : {[k, v]} | |||
Count : 1 | |||
``` | |||
|
|||
This command updates a container group using piping. | |||
This command updates a container group using pipeing. |
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.
The word 'pipeing' is misspelled. It should be 'piping'.
This command updates a container group using pipeing. | |
This command updates a container group using piping. |
Copilot uses AI. Check for mistakes.
#28376
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.