{"files":{"SKILL.md":"---\nname: networkmanagementclient\ndescription: \"NetworkManagementClient API skill. Use when working with NetworkManagementClient for subscriptions. Covers 10 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# NetworkManagementClient\nAPI version: 2019-07-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName} -- gets the specified firewall policy.\n3. Explore available endpoints below\n\n## Endpoints\n10 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName} | Deletes the specified Firewall Policy. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName} | Gets the specified Firewall Policy. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName} | Updates a Firewall Policy Tags. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName} | Creates or updates the specified Firewall Policy. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies | Lists all Firewall Policies in a resource group. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Network/firewallPolicies | Gets all the Firewall Policies in a subscription. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups/{ruleGroupName} | Deletes the specified FirewallPolicyRuleGroup. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups/{ruleGroupName} | Gets the specified FirewallPolicyRuleGroup. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups/{ruleGroupName} | Creates or updates the specified FirewallPolicyRuleGroup. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups | Lists all FirewallPolicyRuleGroups in a FirewallPolicy resource. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Delete a firewallPolicy?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}\n- \"Get firewallPolicy details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}\n- \"Partially update a firewallPolicy?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}\n- \"Update a firewallPolicy?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}\n- \"List all firewallPolicies?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies\n- \"Delete a ruleGroup?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups/{ruleGroupName}\n- \"Get ruleGroup details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups/{ruleGroupName}\n- \"Update a ruleGroup?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups/{ruleGroupName}\n- \"List all ruleGroups?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api NetworkManagementClient\n@base https://management.azure.com\n@version 2019-07-01\n@auth OAuth2\n@endpoints 10\n@toc subscriptions(10)\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}\n@desc Deletes the specified Firewall Policy.\n@required {resourceGroupName: any # The name of the resource group., firewallPolicyName: any # The name of the Firewall Policy.}\n@returns(200) Delete successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Request successful. Resource with the specified name does not exist.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}\n@desc Gets the specified Firewall Policy.\n@required {resourceGroupName: any # The name of the resource group., firewallPolicyName: any # The name of the Firewall Policy.}\n@optional {$expand: any # Expands referenced resources.}\n@returns(200) Request successful. The operation returns a Firewall Policy resource.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}\n@desc Updates a Firewall Policy Tags.\n@required {resourceGroupName: any # The resource group name of the Firewall Policy., firewallPolicyName: any # The name of the Firewall Policy being updated., firewallPolicyParameters: any # Parameters supplied to Update Firewall Policy tags.}\n@returns(200) Request successful. Returns the details of the Firewall Policy updated.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}\n@desc Creates or updates the specified Firewall Policy.\n@required {resourceGroupName: any # The name of the resource group., firewallPolicyName: any # The name of the Firewall Policy., parameters: any # Parameters supplied to the create or update Firewall Policy operation.}\n@returns(200) Request successful. The operation returns the resulting FirewallPolicy resource.\n@returns(201) Request received successfully. The operation returns the resulting FirewallPolicy resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies\n@desc Lists all Firewall Policies in a resource group.\n@required {resourceGroupName: any # The name of the resource group.}\n@returns(200) Success. The operation returns a list of FirewallPolicy resources.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/firewallPolicies\n@desc Gets all the Firewall Policies in a subscription.\n@returns(200) Success. The operation returns a list of FirewallPolicy resources.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups/{ruleGroupName}\n@desc Deletes the specified FirewallPolicyRuleGroup.\n@required {resourceGroupName: any # The name of the resource group., firewallPolicyName: any # The name of the Firewall Policy., ruleGroupName: any # The name of the FirewallPolicyRuleGroup.}\n@returns(200) Delete successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Request successful. Resource with the specified name does not exist.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups/{ruleGroupName}\n@desc Gets the specified FirewallPolicyRuleGroup.\n@required {resourceGroupName: any # The name of the resource group., firewallPolicyName: any # The name of the Firewall Policy., ruleGroupName: any # The name of the FirewallPolicyRuleGroup.}\n@returns(200) Request successful. The operation returns a FirewallPolicyRuleGroup resource.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups/{ruleGroupName}\n@desc Creates or updates the specified FirewallPolicyRuleGroup.\n@required {resourceGroupName: any # The name of the resource group., firewallPolicyName: any # The name of the Firewall Policy., ruleGroupName: any # The name of the FirewallPolicyRuleGroup., parameters: any # Parameters supplied to the create or update FirewallPolicyRuleGroup operation.}\n@returns(200) Request successful. The operation returns the resulting FirewallPolicyRuleGroup resource.\n@returns(201) Request received successfully. The operation returns the resulting FirewallPolicyRuleGroup resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/ruleGroups\n@desc Lists all FirewallPolicyRuleGroups in a FirewallPolicy resource.\n@required {resourceGroupName: any # The name of the resource group., firewallPolicyName: any # The name of the Firewall Policy.}\n@returns(200) Success. The operation returns a list of FirewallPolicyRuleGroup resources.\n\n@end\n"}}