Skip to content

Commit

Permalink
removing TitlesUsingMaintenanceV2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios committed Mar 13, 2024
1 parent 2736816 commit ec87471
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions AgentInterfaces/VmAgentSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ public class VmAgentSettings
/// </summary>
public HashSet<string> TitlesUsingExternalAllocations { get; set; }

/// <summary>
/// Titles that are using MaintenanceV2 - essentially, getting the full maintenance schedule details on the
/// GSDK maintenance callback
/// </summary>
public HashSet<string> TitlesUsingMaintenanceV2 { get; set; }

/// <summary>
/// Whether the maintenance schedule time should be passed to GSDK.
/// </summary>
Expand Down

0 comments on commit ec87471

Please sign in to comment.