diff --git a/R/cluster.R b/R/cluster.R index 51e4f3a1..f56f3676 100644 --- a/R/cluster.R +++ b/R/cluster.R @@ -437,8 +437,8 @@ getClusterList <- function(filter = NULL) { rAzureBatch::listPools( query = list( "$filter" = filterClause, - "$select" = "id,state,allocationState,vmSize,currentDedicatedNodes" + - ",targetDedicatedNodes,currentLowPriorityNodes,targetLowPriorityNodes" + "$select" = paste0("id,state,allocationState,vmSize,currentDedicatedNodes,", + "targetDedicatedNodes,currentLowPriorityNodes,targetLowPriorityNodes") ) )