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
ConvertFrom-Json command should work properly.
*On my local PC it worked without this issue.
Screenshots
Your Environment
On-prem or cloud based?:
Azure DevOps version:
AWS Toolkit for Azure DevOps version:
Additional context
It seems the result of "aws ssm list-command-invocations --instance-id $InstanceId --no-details" contains garbled cahracter like this screenshot (yellow highlighted part)
.
If the result doesn't contain this kind of garbled character this error doesn't occur.
The text was updated successfully, but these errors were encountered:
Describe the bug
To reproduce
$SsmListCommand = aws ssm list-command-invocations --instance-id $InstanceId --no-details | ConvertFrom-Json
Expected behavior
ConvertFrom-Json command should work properly.
*On my local PC it worked without this issue.
Screenshots
Your Environment
Additional context
It seems the result of "aws ssm list-command-invocations --instance-id $InstanceId --no-details" contains garbled cahracter like this screenshot (yellow highlighted part)
.
If the result doesn't contain this kind of garbled character this error doesn't occur.
The text was updated successfully, but these errors were encountered: