Azure / Azure/azure-powershell
Get-AzNetworkSecuritygroup Output differs from Get-AzureRmNetworkSecurityGroup
Open
act-quality-productivity-squad
customer-reported
feature-request
Network - Virtual Network
Service Attention
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
Output from Get-AzNetworkSecurityGroup is the equivalent of Get-AzureRmNetworkSecurityGroup | Format-List
Expected output should be the table format
ResourceGroupName | Name | Location | ProvisioningState
------------ | ------------- | ------------ | -------------
resgroup1 | nsg1 | australiaeast | Succeeded
Cloud Shell along with PS AZ module produce the | Format-List output of the entire NSG including all rules.
Contributor guide
Assessment
This issue has not been assessed yet.