You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love the module and have been able to use it successfully, but a couple of resource groups generate the error below;
Get-ImageNode: \PowerShell\Modules\AzViz\1.2.1\src\private\ConvertTo-DOTLangauge.ps1:182
Line |
182 | … $nodes += Get-ImageNode -Name "$tocateg/$to".tolower() -Rows ($to, …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Error formatting a string: Index (zero based) must be greater than or equal to
| zero and less than the size of the argument list..
Hopefully something you can fix.
Thanks
Cheers, Ben
The text was updated successfully, but these errors were encountered:
Love the module and have been able to use it successfully, but a couple of resource groups generate the error below;
Get-ImageNode: \PowerShell\Modules\AzViz\1.2.1\src\private\ConvertTo-DOTLangauge.ps1:182
Line |
182 | … $nodes += Get-ImageNode -Name "$tocateg/$to".tolower() -Rows ($to, …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Error formatting a string: Index (zero based) must be greater than or equal to
| zero and less than the size of the argument list..
Hopefully something you can fix.
Thanks
Cheers, Ben
The text was updated successfully, but these errors were encountered: