From ec874718e0fa4ed5a0981d3d35a3b48fb8b794c7 Mon Sep 17 00:00:00 2001 From: Dimitris Gkanatsios Date: Wed, 13 Mar 2024 13:00:21 -0700 Subject: [PATCH] removing TitlesUsingMaintenanceV2 --- AgentInterfaces/VmAgentSettings.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/AgentInterfaces/VmAgentSettings.cs b/AgentInterfaces/VmAgentSettings.cs index bbd36eb..ecbde6a 100644 --- a/AgentInterfaces/VmAgentSettings.cs +++ b/AgentInterfaces/VmAgentSettings.cs @@ -22,12 +22,6 @@ public class VmAgentSettings /// public HashSet TitlesUsingExternalAllocations { get; set; } - /// - /// Titles that are using MaintenanceV2 - essentially, getting the full maintenance schedule details on the - /// GSDK maintenance callback - /// - public HashSet TitlesUsingMaintenanceV2 { get; set; } - /// /// Whether the maintenance schedule time should be passed to GSDK. ///