azure-cli-extensions
azure-cli-extensions copied to clipboard
Public Repository for Extensions of Azure CLI.
If you run `acipolicygen` with both additional custom fragments, and set the minimum SVN of the infrastructure fragment. The policygen fails with: ``` Invalid artifact name: mcr.microsoft.com/aci/aci-cc-infra-fragment ```
The fact this functionality is a flag in a policy generation tool has created complexity leading to bugs such as the two separate issues fixed by #9258. We should make...
Attestation reports present a SHA256 of the raw security policy that is being enforced. This means changes which are not functional (e.g. arrays being reordered) will result in a different...
Add support for custom ports to **bastion ssh**. The use case is that we want to connect to a Private AKS cluster. We have bastion setup and VM we connect...
--- 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 Unable to create an hci network interface with stack-hci-vm extension, when the nic object and the hci cluster are not in the same subscription. `--custom-location` appears...
Fix typo in `az monitor app-insights workbook --help` --- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command az monitor...
As of confcom 1.2.7, the default behaviour of `--upload-fragment` has changed in a breaking way. Previously, it would attach the fragment to the first image specified in the input to...
Found by tests in - https://github.com/Azure/azure-cli-extensions/pull/9199 Fragments are added twice, causing duplicate namespaces which is caught as an error
### Describe the bug When the cosmosdb-preview extension is installed, the --minimal-tls-version argument is no longer recognized. ### Related command az cosmosdb create --subscription --name --resource-group --kind globaldocumentdb --default-consistency-level BoundedStaleness...