Azure / Azure/azure-cli-extensions
IPGroups issues
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
When using Azure Powershell [**Get-AzIpGroups**], of Azure CLI [**az network ip-group list**] and error message appears: **_Operation returned an invalid status code 'Bad Request_**'. When using REST API [**https://docs.microsoft.com/nl-nl/rest/api/virtualnetwork/ipgroups/list**] a total result of 100 IP groups in the subscription are returned. However there are currently 2 Resource Groups, having each 65 IP Groups, in total 130. When using Powershell [**(get-azresource) | Where-Object {$_.ResourceType -like 'Microsoft.Network/ipGroups'}**] a total of 130 resource object are returned successfully.
As IP Groups can be numerous, as they represent IP addresses of many Firewall Rules, I may like usefull to increase te limit of results from REST API, and enhance Azure Powershell and CLI commands to cope with high numbers of IP groups.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 0cacec59-2882-a074-136b-a4a1896e97c1
* Version Independent ID: 1c0fbb79-e36c-2e18-0293-67ebff1a53e7
* Content: [az network ip-group](https://docs.microsoft.com/en-us/cli/azure/ext/ip-group/network/ip-group?view=azure-cli-latest)
* Content Source: [latest/docs-ref-autogen/ext/ip-group/network/ip-group.yml](https://github.com/MicrosoftDocs/azure-docs-cli/blob/master/latest/docs-ref-autogen/ext/ip-group/network/ip-group.yml)
* GitHub Login: @rloutlaw
* Microsoft Alias: **routlaw**
Contributor guide
Assessment
This issue has not been assessed yet.