Skip to content

0.10.0

Compare
Choose a tag to compare
@katcipis katcipis released this 25 Nov 18:27
· 129 commits to master since this release

This release breaks compatibility of the storage package to
match it better with how Azure works.

Removes:

  • azure_storage_account_create

Breaking changes:

  • azure_storage_account_get_keys

And adds the new/tested:

  • azure_storage_account_create_storage
  • azure_storage_account_create_blob
  • azure_storage_blob_upload
  • azure_storage_blob_upload_by_resgroup
  • azure_storage_blob_download
  • azure_storage_blob_download_by_resgroup

Now it is easier to create Azure Blob containers and
upload/download files from it.

It also updates nash to 0.6 and protects against
invalid parameters when restoring a VM backup.

The following functions should not be called anymore
when recovering a VM backup:

  • azure_vm_set_username
  • azure_vm_set_publickeyfile
  • azure_vm_set_password