Azure / Azure/azure-powershell

Get-AzNetworkSecuritygroup Output differs from Get-AzureRmNetworkSecurityGroup

Open
#8,740 5 comments 0 reactions 2 assignees Claimed by @chandrasekarsrinivasan View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.