microsoft / bedrock-cli

The CLI for Bedrock
https://microsoft.github.io/bedrock-cli/commands/
MIT License
28 stars 12 forks source link

[BUG FIX] Variable group is created too late in spk setup command #20

Closed dennisseah closed 4 years ago

dennisseah commented 4 years ago

closes https://github.com/microsoft/bedrock/issues/1374

the issue is variable group is not created for the consumption of hld->manifest pipeline solution: create it; and then recreate it again with the service principal and service account information also

  1. added missing tests for isAzCLIInstall function
  2. some eslint fixes