Azure / Azure/azure-cli-extensions
az aks app up | In in-line help, provide list of azCLI reference commands being executed
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
### Describe the bug
Customers are asking what Azure CLI reference commands are being executed by our `az ... up` commands. Doc writers are also requesting this information when they must replicate Azure CLI docs with Azure PowerShell commands. Although the reference list might change based on the parameters being passed, we need clarity in our in-line help and resulting autogenerated reference content.
**Reference command link:** https://learn.microsoft.com/en-us/cli/azure/aks/app#az-aks-app-up
**Current description:** `Deploy to AKS via GitHub actions.`
**REQUEST:** Please modify this description to list each Azure CLI reference command that "up" can/is executing.
**Possible impacted source code files** (where this description is found):
1. https://github.com/azure/deploy-to-azure-cli-extension/blob/master/deploy-to-azure/azext_deploy_to_azure/dev/aks/_help.py
2. https://github.com/azure/deploy-to-azure-cli-extension/blob/master/deploy-to-azure/azext_deploy_to_azure/dev/aks/up.py
### Related command
az aks app up
### Errors
n/a
### Issue script & Debug output
n/a
### Expected behavior
n/a
### Environment Summary
Azure CLI 2.58.0
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.