Conversation
️✔️AzureCLI-FullTest
|
|
Hi @Ptnan7, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| cdn profile deployment-version | sub group cdn profile deployment-version added |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for 1P (first-party) version comparison functionality to the CDN module. The changes introduce a comprehensive set of commands for managing deployment versions within CDN profiles.
- Adds new deployment version management commands (show, list, update, compare, approve)
- Implements version comparison capabilities between different deployment versions
- Introduces command group structure for deployment-version operations
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
_update.py |
Implements the update command for modifying deployment version properties |
_show.py |
Implements the show command for retrieving individual deployment version details |
_list.py |
Implements the list command for retrieving all deployment versions in a profile |
_compare.py |
Implements the compare command for comparing two deployment versions |
_approve.py |
Implements the approve command for deployment version approval |
__init__.py (deployment_version) |
Module initialization importing all deployment version commands |
__cmd_group.py (deployment_version) |
Command group registration for deployment-version commands |
__init__.py (profile) |
Profile module initialization |
__cmd_group.py (profile) |
Command group registration for profile commands |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.