After upgrading to v2019.3.3 LTS getting the following error when running Azure ARM Templates the same templates worked fine before upgrade.
Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: d. Path ‘name.value’, line 3, position 13.
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.JsonTextReader.ParseValue()
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.JsonReader.Skip()
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetExtensionData(JsonObjectContract contract, JsonProperty member, JsonReader reader, String memberName, Object o)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
May 6th 2019 11:28:36
Error
at Calamari.Azure.Deployment.Integration.ResourceGroups.ResourceGroupTemplateNormalizer.Normalize(String json)
May 6th 2019 11:28:36
Error
at Calamari.Azure.Deployment.Conventions.DeployAzureResourceGroupConvention.Install(RunningDeployment deployment)
May 6th 2019 11:28:36
Error
at Calamari.Deployment.ConventionProcessor.RunInstallConventions()
May 6th 2019 11:28:36
Error
at Calamari.Deployment.ConventionProcessor.RunConventions()
May 6th 2019 11:28:36
Error
Running rollback conventions…
May 6th 2019 11:28:36
Error
Unexpected character encountered while parsing value: d. Path ‘name.value’, line 3, position 13.
May 6th 2019 11:28:36
Error
Newtonsoft.Json.JsonReaderException
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.JsonTextReader.ParseValue()
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.JsonReader.Skip()
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetExtensionData(JsonObjectContract contract, JsonProperty member, JsonReader reader, String memberName, Object o)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
May 6th 2019 11:28:36
Error
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
May 6th 2019 11:28:36
Error
at Calamari.Azure.Deployment.Integration.ResourceGroups.ResourceGroupTemplateNormalizer.Normalize(String json)
May 6th 2019 11:28:36
Error
at Calamari.Azure.Deployment.Conventions.DeployAzureResourceGroupConvention.Install(RunningDeployment deployment)
May 6th 2019 11:28:36
Error
at Calamari.Deployment.ConventionProcessor.RunInstallConventions()
May 6th 2019 11:28:36
Error
at Calamari.Deployment.ConventionProcessor.RunConventions()
May 6th 2019 11:28:36
Error
at Calamari.Azure.Commands.DeployAzureResourceGroupCommand.Execute(String[] commandLineArguments)
May 6th 2019 11:28:36
Error
at Calamari.Program.Execute(String[] args)