feat(): Azure provider and checks (#1517)

Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
Nacho Rivera
2022-11-28 10:07:25 +01:00
committed by GitHub
parent 1a11f5777a
commit e3d118f5bc
98 changed files with 1880 additions and 257 deletions

View File

@@ -29,6 +29,13 @@ pytest-xdist = "2.5.0"
coverage = "6.4.1"
sure = "2.0.0"
freezegun = "1.2.1"
azure-identity = "1.12.0"
azure-storage-blob = "12.14.1"
msgraph-core = "0.2.2"
azure-mgmt-subscription = "3.1.1"
azure-mgmt-authorization = "3.0.0"
azure-mgmt-security = "3.0.0"
azure-mgmt-storage = "21.0.0"
[requires]
python_version = "3.9"