Skip to content

{Draft} Generate codegen report#31644

Closed
wangzelin007 wants to merge 15 commits intoAzure:devfrom
wangzelin007:wzl/codegen-report
Closed

{Draft} Generate codegen report#31644
wangzelin007 wants to merge 15 commits intoAzure:devfrom
wangzelin007:wzl/codegen-report

Conversation

@wangzelin007
Copy link
Copy Markdown
Member

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 feature


This checklist is used to make sure that common guidelines for a pull request are followed.

Copilot AI review requested due to automatic review settings June 12, 2025 10:48
@azure-client-tools-bot-prd
Copy link
Copy Markdown

Validation for Azure CLI Full Test Starting...

Thanks for your contribution!

@azure-client-tools-bot-prd
Copy link
Copy Markdown

azure-client-tools-bot-prd bot commented Jun 12, 2025

️✔️AzureCLI-BreakingChangeTest
️✔️Non Breaking Changes

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Jun 12, 2025

Thank you for your contribution! We will review the pull request and get back to you soon.

@github-actions
Copy link
Copy Markdown

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).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

Copy link
Copy Markdown
Contributor

Copilot AI left a 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 introduces a new report generation capability by adding module lists for core and extension modules and a Python script to analyze and output statistics for code generation usage.

  • Added two text files listing core and extension modules.
  • Introduced analyze_module_stats.py to load, analyze, and output module statistics.

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
scripts/ci/extension_modules.txt Added a list of extension modules.
scripts/ci/core_modules.txt Added a list of core modules.
scripts/ci/analyze_module_stats.py New script to analyze module statistics and output results in JSON.

Comment thread scripts/ci/analyze_module_stats.py Outdated
@wangzelin007 wangzelin007 requested a review from jsntcy as a code owner June 16, 2025 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants