Double Quotes required
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
this does't work on WSL bash or powershell. BUT does work in CMD
```console
az provider list --query [?namespace=='Microsoft.Network'].resourceTypes[].resourceType
```
this works on all types (with double quotes)
```shell
az provider list --query "[?namespace=='Microsoft.Network'].resourceTypes[].resourceType"
```
no indication from the page of the necessity for double quotes :(
ref: https://github.com/Azure/azure-cli/issues/5781
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 0f6d8c67-e3c2-13b5-29e7-f4c3276c4718
* Version Independent ID: e018eae4-178c-8636-3151-5080370563ce
* Content: [az provider](https://docs.microsoft.com/en-us/cli/azure/provider?view=azure-cli-latest)
* Content Source: [latest/docs-ref-autogen/provider.yml](https://github.com/MicrosoftDocs/azure-docs-cli/blob/master/latest/docs-ref-autogen/provider.yml)
* Service: **azure-resource-manager**
* GitHub Login: @rloutlaw
* Microsoft Alias: **routlaw**
Contributor guide
Assessment
This issue has not been assessed yet.