jefG-dlw
jefG-dlw
Get-AzEffectiveRouteTable -Name "samplename" -ResourceGroup "samplegroup" -debug shows the correct data, but it is not shown in the table.
> Hi @jefG-dlw the table format (the default output format of Azure PowerShell) is good at displaying a large group of resources. But obviously due to the limitation of width...
> Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be...
It's not the documentation that needs to be updated but the PowerShell output. AddressPrefix and NextHopIpAddress needs to be visible. the command has no use without these 2 bits of...
looks like the [format file](https://github.com/Azure/azure-powershell/blob/3a73bf4f4cdf10dd2ac107d39de27b76e7d629c3/src/Network/Network/Network.generated.format.ps1xml#L6305). is missing the config for the AddressPrefix and NextHopIpAddress
> Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @shivamtripathi, @kumaam. > Issue Details Any news on this? has been open for a...
the format table needs to contain the following for PSEffectiveRoute: ``` Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute Left Name Left DisableBgpRoutePropagation Left State Left Source Left NextHopType **Left addressPrefix Left nextHopIpAddress ** Left Name...