skip to Main Content

Azure – Cannot (always) fetch an attribute in an object even though it exists

I'm currently developing locally an Azure function that communicates with Microsoft Sentinel, in order to fetch the alert rules from it, and more specifically their respective querys : credentials = AzureCliCredential() alert_rules_operations = SecurityInsights(credentials, SUBSCRIPTION_ID).alert_rules list_alert_rules = alert_rules_operations.list(resource_group_name=os.getenv('RESOURCE_GROUP_NAME'), workspace_name=os.getenv('WORKSPACE_NAME')) The…

VIEW QUESTION
Back To Top
Search