Skip to content

Commit

Permalink
feat(core): send includeDetails=false for server groups (#5255)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslin authored and anotherchrisberry committed May 2, 2018
1 parent 3f159b5 commit 1a7edb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class ServerGroupReader {
.all(account)
.all(region)
.one(serverGroupName)
.withParams({ includeDetails: 'false' })
.get();
}
}
Expand Down

0 comments on commit 1a7edb6

Please sign in to comment.