Open
Description
- Package Name: azure-mgmt-securityinsight
- Package Version: 1.0.0
- Operating System: linux
- Python Version: 3.10.12
Describe the bug
Alert rule NRT not returned from Python SecurityInsights lib
To Reproduce
Steps to reproduce the behavior:
- Create rule in Azure with kind: NRT
- Fetch rules with SecurityInsights lib:
from azure.mgmt.securityinsight import SecurityInsights
client = SecurityInsights(credential, subscription_id)
rules = client.alert_rules.list(resource_group_name, workspace_name)
Expected behavior
All rules, including NRT should be returned
Additional context
According to MS ticket 2502030050002686, to fetch all rules, including NRT, API_VERSION = '2025-01-01-preview'' should be used.
Metadata
Metadata
Assignees
Labels
This issue is related to a management-plane library.Workflow: This issue is responsible by Azure service team.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Activity