Skip to content

Commit

Permalink
add 'hostGroupId' to gen agentPoolInner
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaofeiCao committed Jul 25, 2022
1 parent 5375ceb commit fb003a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ AgentPoolInner getAgentPoolInner() {
agentPoolInner.withEnableUltraSsd(innerModel().enableUltraSsd());
agentPoolInner.withEnableFips(innerModel().enableFips());
agentPoolInner.withGpuInstanceProfile(innerModel().gpuInstanceProfile());
agentPoolInner.withHostGroupId(innerModel().hostGroupId());
return agentPoolInner;
}

Expand Down

0 comments on commit fb003a4

Please sign in to comment.