Open bjompen opened 3 years ago
I'm having trouble reproducing this:
@rjmholt Is your template.json in the home directory?
No, standard directory:
@bjompen what PowerShell version are you running?
Can you try with the attached?
This works.
$PSVersionTable
Name Value
---- -----
PSVersion 7.1.3
PSEdition Core
GitCommitId 7.1.3
OS Microsoft Windows 10.0.19042
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
PSVersion 7.1.3
Oh, interesting! I wonder if .NET made some changes under the hood. In any case, the linked PR should fix it.
@bjompen please provide some details of your environment set up which at minimum should include the output of $PSVersionTable & what version of PSArm you are using
When running `ConvertFrom-ArmTemplate -Path .\MyTemplate.json' an error is thrown as the CmdLet looks for the template in the wrong folder. Using full path works as expected.