Skip to content

Commit

Permalink
updates per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios committed Jun 30, 2022
1 parent 81aa750 commit 2be12fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions AgentInterfaces/MaintenanceSchedule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ public class MaintenanceSchedule

public string ReportingVmId { get; set; }

/// <summary>
/// The source of the maintenance event. It can be either Azure or PlayFab
/// </summary>
public string MaintenanceSource { get; set; }
}

// https://docs.microsoft.com/en-us/azure/virtual-machines/windows/scheduled-events#query-for-events
Expand Down
4 changes: 2 additions & 2 deletions AgentInterfaces/SessionHostHeartbeatInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ public class SessionHostHeartbeatInfo
public DateTime? NextScheduledMaintenanceUtc { get; set; }

/// <summary>
/// Schedule of the next planned maintenance
/// Planned maintenance events
/// </summary>
public MaintenanceSchedule NextScheduledMaintenance { get; set; }
public MaintenanceSchedule MaintenanceSchedule { get; set; }

/// <summary>
/// Used by some legacy games such as Forza 5 for security handshake with the game client.
Expand Down

0 comments on commit 2be12fc

Please sign in to comment.