Skip to content

fixing format

a0feb4c
Select commit
Loading
Failed to load commit list.
Merged

Adding AvailabilityZone Field to Machine API #34906

fixing format
a0feb4c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / SDK Validation - JS failed May 27, 2025 in 6m 50s

Build #20250527.43 failed

Annotations

Check failure on line 14 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / SDK Validation - JS

Build log #L14

Error : System.ArgumentException: Conversion from JSON failed with error: Unexpected character encountered while parsing value: h. Path '', line 0, position 0.
 ---> Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: h. Path '', line 0, position 0.
   at Newtonsoft.Json.JsonTextReader.ParseValue()
   at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
   at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Microsoft.PowerShell.Commands.JsonObject.ConvertFromJson(String input, Boolean returnHashtable, Nullable`1 maxDepth, JsonDateKind jsonDateKind, ErrorRecord& error)
   --- End of inner exception stack trace ---
   at Microsoft.PowerShell.Commands.JsonObject.ConvertFromJson(String input, Boolean returnHashtable, Nullable`1 maxDepth, JsonDateKind jsonDateKind, ErrorRecord& error)
   at Microsoft.PowerShell.Commands.ConvertFromJsonCommand.ConvertFromJsonHelper(String input)
   at Microsoft.PowerShell.Commands.ConvertFromJsonCommand.EndProcessing()
   at System.Management.Automation.CommandProcessorBase.Complete()

Check failure on line 28 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / SDK Validation - JS

Build log #L28

PowerShell exited with code '1'.