microsoft / ARI

Azure Resource Inventory - It's a Powerful tool to create EXCEL inventory from Azure Resources with low effort
MIT License
1.08k stars 392 forks source link

Removed Redundant 'ConvertFrom-Json' Conversion #202

Closed raimana closed 2 months ago

raimana commented 2 months ago

Fixes issue reported in #200

| Conversion from JSON failed with error: Unexpected character encountered while parsing value: @. Path '', line | 0, position 0. ConvertFrom-Json: C:\3.1.34\ARI-main\AzureResourceInventory.ps1:596 Line | 596 | … $QueryResult = $QueryResult | ConvertFrom-Json -AsHashtable

Microsoft Reviewers: Open in CodeFlow