azure-cli-extensions
azure-cli-extensions copied to clipboard
Public Repository for Extensions of Azure CLI.
### Describe the bug As titled. Customers opting to use ssh key should not be warned with this. ### Related command az aks create --generate-ssh-keys ### Errors n/a ### Issue...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior...
The traffic section wasn't getting set because the container was crashing and never transitioning to a ready state. I replaced the container image and added a retry loop while waiting...
### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az containerapp exec Extension Name: containerapp. Version: 0.3.42.` **Errors:** ``` The command failed with...
### Describe the bug Whenever any az network firewall commands are run a warning is displayed about using a deprecated API ### Related command az network firewall list -g $firewallRg...
### **This is autogenerated. Please review and update as needed.** ## Describe the bug Trying to create new revisions based on old revisions. Even when --from-revison parameter is passed, all...
### Describe the bug Use AzCLI to update oracle-database autonomous-database, but it return (400) Provisioning failed. The AzCli using PUT instead of PATCH that the backend consider it's a create...
--- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command ### General Guidelines - [ ] Have you run `azdev...
### Describe the bug When running `az network bastion ssh` commands we recieve /.azure/cliextensions/bastion/azext_bastion/custom.py:107: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal...
This is a very initial idea of a Local MCP server, which I name it "CLI as MCP". Azure CLI could provide a command `az mcp up` to serve as...