Skip to content
1 change: 1 addition & 0 deletions KustoSchemaTools/Model/Cluster.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public class Cluster
public string Url { get; set; }
public List<DatabaseScript> Scripts { get; set; } = new List<DatabaseScript>();
public ClusterCapacityPolicy? CapacityPolicy { get; set; }
public List<WorkloadGroup> WorkloadGroups { get; set; } = new List<WorkloadGroup>();
}

}
Loading
Loading