Skip to content
This repository was archived by the owner on Dec 23, 2020. It is now read-only.

Improve Azure provider and add Python3.6 support

Choose a tag to compare

@shimst3r shimst3r released this 20 Oct 17:04
· 7 commits to master since this release
d47baad

Release v0.2.1

Description

This release contains improvements to the overall command structure, to the Azure provider, as well as support for Python 3.6

Command structure

Until this release, providers where implemented as arguments. As of now, they're subcommands! This means more flexibility and represents the difference in syntax a bit better.

Microsoft Azure Provider

The Azure provider got a lot of additional test cases to make it even more solid. With the current implementation, I'd consider this one "production ready". 🤓