Add completion spec: Azure CLI (az)#222
Merged
Merged
Conversation
Add a comprehensive completion spec for the Azure CLI (az) with: - All 70+ top-level subgroups and commands with descriptions - Detailed subcommand specs for the most commonly used groups: account, group, vm, aks, webapp, functionapp, storage, network, keyvault, acr, extension, ad, container, containerapp, deployment, sql, monitor, role, config, bicep, disk - Global options (--output, --query, --subscription, --debug, etc.) - Static suggestions for enum-type arguments (output formats, SKUs, authentication types, runtimes, etc.) - 11 dynamic generators for: resource groups, subscriptions, installed/available extensions, AKS clusters, VMs, web apps, function apps, ACR registries, storage accounts, key vaults Co-Authored-By: Oz <oz-agent@warp.dev>
APP-3512 Add Azure CLI (az) completion spec
No See GitHub #244 (moved to #652, never implemented) |
Contributor
Author
Completion ScreenshotsAll completions verified in local Warp build:
|
Contributor
Author
Contributor
Contributor
Author
vkodithala
approved these changes
Apr 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




























Summary
Add a comprehensive completion spec for the Azure CLI (
az) command.Resolves APP-3512
What's included
JSON Spec (
az.json)account,group,vm,aks,webapp,functionapp,storage,network,keyvault,acr,extension,ad,container,containerapp,deployment,sql,monitor,role,config,bicep,disk--output,--query,--subscription,--debug,--verbose,--help,--only-show-errors)Generators (
az.rs)11 dynamic generators for contextual completions:
resource_groups— Lists Azure resource groupssubscriptions— Lists Azure subscriptionsinstalled_extensions/available_extensions— Lists CLI extensionsaks_clusters— Lists AKS clustersvms— Lists virtual machineswebapps— Lists web appsfunctionapps— Lists function appsacr_registries— Lists container registriesstorage_accounts— Lists storage accountskeyvaults— Lists key vaultsTesting
Verified in local Warp build:
az(Tab): Shows all top-level subgroups (account, acr, ad, advisor, afd, aks, etc.) with descriptionsaz login(Tab): Shows login options (--allow-no-subscriptions, --certificate, --federated-token, --identity, etc.)az group(Tab): Shows group subcommands (create, delete, exists, export, list, lock, show, update, wait)az aks get-credentials(Tab): Shows get-credentials flags (--admin, --file, --name, --overwrite-existing, etc.)az vm create --authentication-type(Tab): Shows enum value suggestions (all, password, ssh)az extension add(Tab): Shows add flags (--name, --source, --version, --yes)Screenshots will be uploaded as a comment on this PR.
Conversation: https://staging.warp.dev/conversation/a704899d-d661-4985-8fa5-a4b526deb2ba
Run: https://oz.staging.warp.dev/runs/019d4a9e-f2c7-75df-81d1-9a0767a07f52
This PR was generated with Oz.