"az network nsg rule create" cannot set "--protocol" option parameter to "*"
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
"az network nsg rule create" cannot set "--protocol" option parameter to "*"
It looks like azcli reads and passes the name of the first file or folder in the current directory instead of typing *
When I delete the relevant files and make sure the current directory is empty,* can be passed correctly


az network nsg rule create \
> -g azure-3f15cf15-ResourceGroup-eastus \
> --nsg-name azure-3f15cf15-ResourceGroup-eastus-Nsg \
> --source-address-prefixes * \
> --source-port-ranges * \
> --destination-address-prefixes * \
> --destination-port-ranges * \
> --direction Inbound \
> --access Allow \
> --priority 201 \
> --name in1 \
Contributor guide
Assessment
This issue has not been assessed yet.