Skip to content

Update qumulo extension to 3.0.0 for API version 2026-04-16#10034

Open
Navjot190102 wants to merge 3 commits into
Azure:mainfrom
Navjot190102:feature/qumulo-api-2026-04-16
Open

Update qumulo extension to 3.0.0 for API version 2026-04-16#10034
Navjot190102 wants to merge 3 commits into
Azure:mainfrom
Navjot190102:feature/qumulo-api-2026-04-16

Conversation

@Navjot190102

Copy link
Copy Markdown
Member

Summary

Upgrade the Qumulo extension to v3.0.0 and move file-system operations to API version 2026-04-16.

Changes

  • Bumped extension version in setup metadata to 3.0.0
  • Updated HISTORY with release notes for API update
  • Updated file-system commands to API version 2026-04-16
  • Added new file-system update command implementation
  • Added identity command submodule (assign/remove/show/wait)
  • Added performance tier support in schemas/arguments
  • Improved password-style inputs with prompt handling
  • Updated minimum CLI core version requirement to 2.75.0

Why

This brings the extension in sync with the newest Qumulo RP API and adds missing lifecycle/identity management functionality for file-system resources.

Copilot AI review requested due to automatic review settings June 23, 2026 06:02
@Navjot190102 Navjot190102 requested a review from jsntcy as a code owner June 23, 2026 06:02
@azure-client-tools-bot-prd

azure-client-tools-bot-prd Bot commented Jun 23, 2026

Copy link
Copy Markdown
⚠️Azure CLI Extensions Breaking Change Test
⚠️cdn
rule cmd_name rule_message suggest_message
⚠️ 1006 - ParaAdd afd security-policy create cmd afd security-policy create added parameter web_application_firewall_embedded
⚠️ 1006 - ParaAdd afd security-policy update cmd afd security-policy update added parameter web_application_firewall_embedded

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the qumulo Azure CLI extension to v3.0.0 and migrates file-system related operations to Qumulo RP API version 2026-04-16, while adding new file-system update and file-system identity command surfaces.

Changes:

  • Bump extension version to 3.0.0 and raise minimum CLI core requirement to 2.75.0.
  • Update file-system AAZ command implementations to use API version 2026-04-16, including adding performance tier support.
  • Add new qumulo storage file-system update command and a new qumulo storage file-system identity command group (assign/remove/show/wait).

Reviewed changes

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

Show a summary per file
File Description
src/qumulo/setup.py Bumps extension package version to 3.0.0.
src/qumulo/HISTORY.rst Updates release history for the 3.0.0/API bump.
src/qumulo/azext_qumulo/azext_metadata.json Raises minimum Azure CLI core version to 2.75.0.
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/identity/_wait.py Adds file-system identity wait AAZ command implementation (2026-04-16).
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/identity/_show.py Adds file-system identity show AAZ command implementation (2026-04-16).
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/identity/_remove.py Adds file-system identity remove AAZ command implementation (2026-04-16).
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/identity/_assign.py Adds file-system identity assign AAZ command implementation (2026-04-16).
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/identity/init.py Exposes identity subcommands via package init imports.
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/identity/__cmd_group.py Registers the qumulo storage file-system identity command group.
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/_wait.py Updates existing wait command to API 2026-04-16 and extends schema (nullable UAI dict, performance tier).
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/_update.py Adds new file-system update command (LRO + generic update) for API 2026-04-16.
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/_show.py Updates show command to API 2026-04-16 and extends schema (nullable UAI dict, performance tier).
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/_list.py Updates list command(s) to API 2026-04-16 and extends schema (nullable UAI dict, performance tier).
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/_delete.py Updates delete command to API 2026-04-16 and adds an example snippet.
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/_create.py Updates create command to API 2026-04-16, adds perf tier arg, and adds prompt handling for password-style inputs.
src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/init.py Adds export for the new _update module.

Comment thread src/qumulo/HISTORY.rst Outdated
Comment thread src/qumulo/azext_qumulo/aaz/latest/qumulo/storage/file_system/_create.py Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@yonzhan yonzhan requested a review from necusjz June 23, 2026 06:12
@yonzhan

yonzhan commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

qumulo

@Navjot190102

Copy link
Copy Markdown
Member Author

qumulo

Can You approve this PR @yonzhan

@necusjz

necusjz commented Jun 23, 2026

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).

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