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

@@ -0,0 +1,5 @@
from providers.azure.lib.audit_info.models import Azure_Audit_Info, Azure_Identity_Info
azure_audit_info = Azure_Audit_Info(
credentials=None, identity=Azure_Identity_Info(), subscriptions={}
)