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
597 stars 148 forks source link

unique intermediary file for ARM template, which is exported/downloaded #13

Closed PrateekKumarSingh closed 3 years ago

PrateekKumarSingh commented 3 years ago

unique intermediatory file for ARM template, which is exported/downloaded from the resource group.. sometimes when we run more than one script having a single file is an issue.

PrateekKumarSingh commented 3 years ago

This issue is fixed in most recent commit, using:

$temp_armtemplate = New-TemporaryFile