Skip to content

Commit

Permalink
fix(provider/azure): Fail to run pipeline at WaitForUpInstance task (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Ye authored and maggieneterval committed Jun 4, 2019
1 parent 008544f commit fb2b002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ module.exports = angular
vnet: command.vnet,
vnetResourceGroup: command.selectedVnet.resourceGroup,
subnet: command.subnet,
useSourceCapacity: false,
capacity: {
useSourceCapacity: false,
min: command.sku.capacity,
max: command.sku.capacity,
},
Expand Down

0 comments on commit fb2b002

Please sign in to comment.