Skip to content

{Monitor} Update monitor account commands to API version 2025-10-03#33325

Open
GokulPrasad-Work wants to merge 1 commit intoAzure:devfrom
GokulPrasad-Work:gokulpk/monitor-account-2025-10-03
Open

{Monitor} Update monitor account commands to API version 2025-10-03#33325
GokulPrasad-Work wants to merge 1 commit intoAzure:devfrom
GokulPrasad-Work:gokulpk/monitor-account-2025-10-03

Conversation

@GokulPrasad-Work
Copy link
Copy Markdown
Member

Changes

  • Bump �z monitor account API version from 2023-04-03 to 2025-10-03
  • Add --enable-access-using-resource-permissions\ (Metrics group)
  • Add --public-network-access\ with Enabled/Disabled enum (Properties group)
  • Regenerated via AAZ dev tool

Related

@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

Validation for Breaking Change Starting...

Thanks for your contribution!

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented May 7, 2026

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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

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>

Copilot AI review requested due to automatic review settings May 7, 2026 06:15
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 updates the az monitor account AAZ-generated commands to use the Monitor Account ARM API version 2025-10-03, and exposes new request properties introduced in that version.

Changes:

  • Bumped az monitor account operations from 2023-04-03 to 2025-10-03.
  • Added new CLI parameters: --enable-access-using-resource-permissions (Metrics) and --public-network-access {Enabled,Disabled} (Properties).
  • Updated generated schemas/operations (including pagination support in list, identity/default ingestion settings schema shape updates, and regenerated AAZ scaffolding).

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_create.py API version bump; adds new create-time args; updates request/response schema.
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_update.py API version bump; adds new update args and maps them into request payload; updates read schema.
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_show.py API version bump; updates response schema.
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_list.py API version bump; enables pagination; updates list operations and response schema.
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_delete.py API version bump; adjusts LRO handling callbacks for additional success codes.
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_wait.py API version bump; updates wait/get response schema.
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/__init__.py Exports generated command group and operations via wildcard imports.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@GokulPrasad-Work GokulPrasad-Work force-pushed the gokulpk/monitor-account-2025-10-03 branch 2 times, most recently from 35302c8 to 6ec69e7 Compare May 7, 2026 15:44
- Bump API version from 2023-04-03 to 2025-10-03
- Add --enable-access-using-resource-permissions (Metrics group)
- Add --public-network-access (Properties group) with Enabled/Disabled enum
- Add --wait support
- Regenerated via AAZ dev tool from azure-rest-api-specs monitoringservice swagger
@GokulPrasad-Work GokulPrasad-Work force-pushed the gokulpk/monitor-account-2025-10-03 branch from 6ec69e7 to a74b8ec Compare May 7, 2026 16:14
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