-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add CLI support for NeuroShield resource type #34021
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...act-quality-productivity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...act-quality-productivity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Related command
New commands:
az network neuroshield create
az network neuroshield update
az network neuroshield delete
az network neuroshield list
az network neuroshield show
az network neuroshield protected-resource create
az network neuroshield protected-resource delete
az network neuroshield protected-resource show
az network neuroshield protected-resource list
az network neuroshield finding show
az network neuroshield finding list
az network neuroshield finding mitigate
az network neuroshield finding rollback
az network neuroshield mitigation show
az network neuroshield mitigation list
az network neuroshield mitigation execute
az network neuroshield mitigation cancel
az network neuroshield mitigation rollback
Is your feature request related to a problem? Please describe.
This is a new resource type being introduced under Microsoft.Network namespace, named NeuroShield. It includes the top-level NeuroShield resource as well as nested child resources: ProtectedResources, Findings, and Mitigations (with mitigate/rollback/execute/cancel actions).
Describe the solution you'd like
Would like to add CLI support for this resource type, including the top-level NeuroShield resource and its child resources/actions (ProtectedResources, Findings, Mitigations).
Describe alternatives you've considered
N/A
Additional context
Swagger: Azure/azure-rest-api-specs#45722
Request example: https://github.com/Azure/azure-rest-api-specs/blob/release-microsoft-network-2026-01-01/specification/network/resource-manager/Microsoft.Network/Network/stable/2026-01-01/examples/NeuroShields_CreateOrUpdate.json