azure-cli-extensions
azure-cli-extensions copied to clipboard
Public Repository for Extensions of Azure CLI.
We currently have a great markdown document explaining the format, but a programmatic JSON schema would support docs creation, and in code validation from a single source of truth. We...
--- The integration work is based on #9013 from @ReaNAiveD Integration code: https://github.com/Azure/azure-cli-extensions/pull/9154/commits/4299d8e249c932de246061a77ec68cecaf8fe83b Result of what-if tool: Result of best-practices tool: ### Related command ### General Guidelines - [ ]...
## Describe the bug **Command Name** `az network front-door waf-policy create Extension Name: front-door. Version: 1.0.17.` az-cli fails to create the azure front-door WAF policy with the latest version. **Errors:**...
### Describe the bug For context, I am using the gov cloud and based off looking at the code , I feel like the issue is around the domain used....
Currently, acipolicygen takes JSON as the simplest input describing the features which define the policy to be generated, such as the image, container environment etc. The tool also takes more...
--- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command ### General Guidelines - [x] Have you run `azdev style...
Add filter='data' parameter to all tar.extractall() calls to prevent directory traversal (zipslip) vulnerabilities. This change ensures that tar extraction operations reject any archive members that attempt to write outside the...
--- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command ### General Guidelines - [ ] Have you run `azdev...
--- 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 We want to mount storage file share as volume in our container app so the files can be mounted in the containers. we want to achieve...