Skip to content

Commit

Permalink
fix(provider/azure): Failed to disable azure server group when rollba…
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Ye authored and Scott committed Apr 19, 2019
1 parent 07384ab commit 4c1a896
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class ResizeServerGroupStage extends TargetServerGroupLinearStageSupport {
.withTask("determineHealthProviders", DetermineHealthProvidersTask)
.withTask("resizeServerGroup", ResizeServerGroupTask)
.withTask("monitorServerGroup", MonitorKatoTask)
.withTask("forceCacheRefresh", ServerGroupCacheForceRefreshTask)
.withTask("waitForCapacityMatch", WaitForCapacityMatchTask)
.withTask("forceCacheRefresh", ServerGroupCacheForceRefreshTask)
}

@Override
Expand Down

0 comments on commit 4c1a896

Please sign in to comment.