Remove Temporary Serialization Shim (#2549)

This commit is contained in:
John Wesley Walker III
2023-05-03 15:29:19 +02:00
committed by GitHub
parent 896152d78e
commit 229b9b8ecc
3 changed files with 2 additions and 10 deletions

View File

@@ -7,10 +7,5 @@ namespace GitHub.Actions.RunService.WebApi
{
[DataMember(Name = "jobMessageId", EmitDefaultValue = false)]
public string JobMessageId { get; set; }
// This field will be removed in an upcoming Runner release.
// It's left here temporarily to facilitate the transition to the new field name, JobMessageId.
[DataMember(Name = "streamId", EmitDefaultValue = false)]
public string StreamId { get; set; }
}
}