Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

v0.2.4 Refactor release

Compare
Choose a tag to compare
@andrie andrie released this 31 May 18:31
· 146 commits to master since this release

This release fixes some bugs but is mostly a complete refactor of the code base. The benefit of this is:

  • Improved validation of inputs
  • Error trapping and reporting after every call to Azure
  • Completely new test suite

Enhancements:

  • Improved error handling for Virtual Machines #59

Bug fixes:

  • azureRunScriptAction() returns 404 #58
  • SetAzureContext needs to be called twice in order to retrieve storage key #41
  • Fix errors in blob functions introduced during refactoring #65

Internal changes:

  • Use assertthat to validate input #61
  • Refactor code base to trap errors and validate input #62