First Release
Initial Release for Az.Cli
0.1 published https://pypi.org/project/az.cli/
from az.cli import az
az("<command>")
Changelog:
- Adds basic functionality
az('<COMMAND>')
can be executed to run Azure CLI commands in python3 - Adds Dockerfile to build and test
- Adds Makefile to build and run the app
- Adds the initial README explaining the idea, concept and how to use it