-
Notifications
You must be signed in to change notification settings - Fork 4k
[Az.ContainerRegistry] Update generation tool version: autorest.powershell v3->v4 #28382
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. |
… jinpei/main/ContainerRegistry-v4
… jinpei/main/ContainerRegistry-v4
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 updates the autorest.powershell generation tool from v3 to v4 for the Az.ContainerRegistry module, resulting in comprehensive changes to help documentation and parameter type definitions.
Key changes:
- Updates API signatures from specific enumeration types to generic string types across all cmdlets
- Enhances cmdlet parameter sets with additional JSON and identity-based operations
- Introduces new update cmdlets for ExportPipeline and ImportPipeline
- Updates model references to use simplified namespace paths
Reviewed Changes
Copilot reviewed 118 out of 119 changed files in this pull request and generated 5 comments.
File | Description |
---|---|
help/*.md | Updates parameter types from enums to strings and adds new parameter sets for JSON operations |
Az.ContainerRegistry.psd1 | Updates module metadata and adds new exported functions |
ContainerRegistry.sln | Updates solution file with new project structure and configurations |
test/*.ps1 | Adds test files for new Update cmdlets |
@@ -8,28 +8,50 @@ schema: 2.0.0 | |||
# Update-AzContainerRegistryWebhook | |||
|
|||
## SYNOPSIS | |||
Updates a webhook with the specified parameters. | |||
Update a webhook with the specified parameters. |
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 SYNOPSIS should maintain consistent grammar. Change 'Update a webhook' to 'Updates a webhook' to match the original pattern and maintain consistency with other cmdlets.
Update a webhook with the specified parameters. | |
Updates a webhook with the specified parameters. |
Copilot uses AI. Check for mistakes.
@@ -8,29 +8,51 @@ schema: 2.0.0 | |||
# Update-AzContainerRegistryToken | |||
|
|||
## SYNOPSIS | |||
Updates a token with the specified parameters. | |||
Update a token with the specified parameters. |
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 SYNOPSIS should maintain consistent grammar. Change 'Update a token' to 'Updates a token' to match the original pattern and maintain consistency with other cmdlets.
Update a token with the specified parameters. | |
Updates a token with the specified parameters. |
Copilot uses AI. Check for mistakes.
@@ -8,7 +8,7 @@ schema: 2.0.0 | |||
# Update-AzContainerRegistryScopeMap | |||
|
|||
## SYNOPSIS | |||
Updates a scope map with the specified parameters. | |||
Update a scope map with the specified parameters. |
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 SYNOPSIS should maintain consistent grammar. Change 'Update a scope map' to 'Updates a scope map' to match the original pattern and maintain consistency with other cmdlets.
Update a scope map with the specified parameters. | |
Updates a scope map with the specified parameters. |
Copilot uses AI. Check for mistakes.
@@ -8,7 +8,7 @@ schema: 2.0.0 | |||
# Update-AzContainerRegistryAgentPool | |||
|
|||
## SYNOPSIS | |||
Updates an agent pool with the specified parameters. | |||
Update an agent pool with the specified parameters. |
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 SYNOPSIS should maintain consistent grammar. Change 'Update an agent pool' to 'Updates an agent pool' to match the original pattern and maintain consistency with other cmdlets.
Update an agent pool with the specified parameters. | |
Updates an agent pool with the specified parameters. |
Copilot uses AI. Check for mistakes.
@@ -8,45 +8,43 @@ schema: 2.0.0 | |||
# Update-AzContainerRegistry | |||
|
|||
## SYNOPSIS | |||
Updates a container registry with the specified parameters. | |||
Update a container registry with the specified parameters. |
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 SYNOPSIS should maintain consistent grammar. Change 'Update a container registry' to 'Updates a container registry' to match the original pattern and maintain consistency with other cmdlets.
Update a container registry with the specified parameters. | |
Updates a container registry with the specified parameters. |
Copilot uses AI. Check for mistakes.
To the author of the pull request, |
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.