- Drop Python 2.7 support
- Pin azure to <5.0 so we don't have to refactor to use the azure-mgmt-compute, azure-mgmt-storage, azure-mgmt-resource, azure-keyvault-secrets, and azure-storage-blob packages separately - see Azure/azure-sdk-for-python#10646 for more
- Pin libcloud to <3.0.0 to maintain Python 2 support
- Version bump to fix tagging issue, no code changes
- Added new actions for working with Azure AD
- Changed st2actions import path
- Pinned azurerm version to avoid breaking changes in v0.8.28 and later
- Updated action
runner_type
fromrun-python
topython-script
- Adding azurerm package
- Adding actions
- Get/put scaleset size
- Get public address from resouce group
- Rename
config.yaml
toconfig.schema.yaml
and update to use schema.
- First release