Skip to content

Commit

Permalink
Merge pull request #17612 from kenrowland/HPCC-29963
Browse files Browse the repository at this point in the history
HPCC-29963 Correct XSD type conversion for TpQueryType in WsTopology Service
  • Loading branch information
GordonSmith authored Jul 27, 2023
2 parents d0d371c + 95e4c94 commit d2f29c6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions esp/scm/ws_topology.ecm
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ ESPStruct TpTargetCluster
{
string Name;
string Prefix;
TpQueryType Type;
string Type;

ESParray<ESPstruct TpCluster> TpClusters;
ESParray<ESPstruct TpEclServer> TpEclCCServers;
Expand All @@ -339,14 +339,9 @@ ESPStruct TpTargetCluster
[min_ver("1.16")] ESParray<ESPstruct TpEclScheduler> TpEclSchedulers;
};

ESPStruct TpQueryType
{
TPCLUSTER;
TPNODE;
};
ESPrequest TpTargetClusterQueryRequest
{
TpQueryType Type;
string Type;
string Name;
bool ShowDetails(false);
};
Expand Down

0 comments on commit d2f29c6

Please sign in to comment.