PrateekKumarSingh / AzViz

⚡ ☁ Azure Visualizer aka 'AzViz' : A #powershell module to automatically generate Azure resource topology diagrams by just typing a PowerShell cmdlet and passing the name of one or more Azure Resource groups
MIT License
584 stars 146 forks source link

Unable to see associated NSG #78

Open ranabanerjee15 opened 2 years ago

ranabanerjee15 commented 2 years ago

Hello AzViz Team,

first of all, excellent module. Keep up all the great work.

Now coming to my issue, I am not able to view NSG which I used to be able to see before in previous versions. in my case, NSGs are associated with Subnets.

the version of AzViz I am using is 1.2.1

my code:

$paramExportAzViz = @{
    ResourceGroup  = $rg.ResourceGroupName
    Theme          = 'light'
    LabelVerbosity = 2
    CategoryDepth  = 3
    OutputFormat   = 'svg'
    OutputFilePath = "Diagram.svg"
    Verbose        = $true
    ErrorAction    = 'Stop'
    Show           = $true
}       
Export-AzViz @paramExportAzViz

which looks like following image

clecca commented 1 year ago

Unable to see associated NSG

Hello, the same thing happens to me, I have the same version.

dmitrijszaharovs commented 1 year ago

Same for me. No NSGs at all. (I'm a Global Admin in my Azure)