Skip to content

Commit 8d50775

Browse files
committed
Changing the stream id
1 parent 9c5b928 commit 8d50775

File tree

1 file changed

+1
-1
lines changed
  • src/ServiceManagement/Automation/Commands.Automation/Model

1 file changed

+1
-1
lines changed

src/ServiceManagement/Automation/Commands.Automation/Model/JobStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public JobStream(AutomationManagement.Models.JobStream jobStream, string automat
3636
{
3737
Requires.Argument("jobStream", jobStream).NotNull();
3838

39-
this.StreamId = jobStream.Properties.StreamId;
39+
this.StreamId = jobStream.Properties.JobStreamId;
4040
this.Type = jobStream.Properties.StreamType;
4141
this.Text = jobStream.Properties.Summary;
4242
this.Time = jobStream.Properties.Time;

0 commit comments

Comments
 (0)