Releases: shimst3r/agipy
Add confirmation prompt to Azure provider
Release v0.2.2
Description
This release adds a confirmation prompt to the Azure provider, so you won't accidentally delete resource groups you actually need any longer. 🙄
Microsoft Azure Provider
You now either have to confirm an interactive prompt or pass --yes as an additional command line flag in order to confirm the deletion of resource groups.
Improve Azure provider and add Python3.6 support
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". 🤓
Initial Release including Azure provider
Release v0.2.0
Description
This is the minimal viable product, containing a basic command line interface and a provider for Microsoft Azure.
Microsoft Azure Provider
With this release, you can delete resource groups on Microsoft Azure tenants. Check out the "How to use the azure provider" section. 👍