-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
140 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...3b3JrL2xvY2F0aW9ucy97fS9hcHBsaWNhdGlvbmdhdGV3YXl3YWZkeW5hbWljbWFuaWZlc3Rz/2023-06-01.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/locations/{}/applicationgatewaywafdynamicmanifests", "version": "2023-06-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYXRpb25zL3tsb2NhdGlvbn0vYXBwbGljYXRpb25HYXRld2F5V2FmRHluYW1pY01hbmlmZXN0cw==/V/MjAyMy0wNi0wMQ=="}], "commandGroups": [{"name": "network application-gateway waf-config", "commands": [{"name": "list-dynamic-rule-sets", "version": "2023-06-01", "resources": [{"id": "/subscriptions/{}/providers/microsoft.network/locations/{}/applicationgatewaywafdynamicmanifests", "version": "2023-06-01", "swagger": "mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYXRpb25zL3tsb2NhdGlvbn0vYXBwbGljYXRpb25HYXRld2F5V2FmRHluYW1pY01hbmlmZXN0cw==/V/MjAyMy0wNi0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "ResourceLocation", "var": "$Path.location", "options": ["l", "location"], "required": true, "idPart": "name"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "ApplicationGatewayWafDynamicManifests_Get", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "location", "arg": "$Path.location", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-06-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array<object>", "name": "value", "item": {"type": "object", "props": [{"type": "string", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "array<object>", "name": "availableRuleSets", "item": {"type": "object", "props": [{"type": "array<object>", "name": "ruleGroups", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "description"}, {"type": "string", "name": "ruleGroupName", "required": true}, {"type": "array<object>", "name": "rules", "required": true, "item": {"type": "object", "props": [{"type": "string", "name": "action", "enum": {"items": [{"value": "Allow"}, {"value": "AnomalyScoring"}, {"value": "Block"}, {"value": "Log"}, {"value": "None"}]}}, {"type": "string", "name": "description"}, {"type": "integer32", "name": "ruleId", "required": true}, {"type": "string", "name": "ruleIdString"}, {"type": "string", "name": "state", "enum": {"items": [{"value": "Disabled"}, {"value": "Enabled"}]}}]}}]}}, {"type": "string", "name": "ruleSetType", "required": true}, {"type": "string", "name": "ruleSetVersion", "required": true}, {"type": "string", "name": "status", "enum": {"items": [{"value": "Deprecated"}, {"value": "GA"}, {"value": "Preview"}, {"value": "Supported"}]}}, {"type": "array<string>", "name": "tiers", "item": {"type": "string", "enum": {"items": [{"value": "Standard"}, {"value": "Standard_v2"}, {"value": "WAF"}, {"value": "WAF_v2"}]}}}]}}, {"type": "object", "name": "defaultRuleSet", "props": [{"type": "string", "name": "ruleSetType"}, {"type": "string", "name": "ruleSetVersion"}], "clientFlatten": true}], "clientFlatten": true}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} |
110 changes: 110 additions & 0 deletions
110
...R3b3JrL2xvY2F0aW9ucy97fS9hcHBsaWNhdGlvbmdhdGV3YXl3YWZkeW5hbWljbWFuaWZlc3Rz/2023-06-01.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<CodeGen plane="mgmt-plane"> | ||
<resource id="/subscriptions/{}/providers/microsoft.network/locations/{}/applicationgatewaywafdynamicmanifests" version="2023-06-01" swagger="mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYXRpb25zL3tsb2NhdGlvbn0vYXBwbGljYXRpb25HYXRld2F5V2FmRHluYW1pY01hbmlmZXN0cw==/V/MjAyMy0wNi0wMQ=="/> | ||
<commandGroup name="network application-gateway waf-config"> | ||
<command name="list-dynamic-rule-sets" version="2023-06-01" confirmation=""> | ||
<resource id="/subscriptions/{}/providers/microsoft.network/locations/{}/applicationgatewaywafdynamicmanifests" version="2023-06-01" swagger="mgmt-plane/network/ResourceProviders/Microsoft.Network/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbG9jYXRpb25zL3tsb2NhdGlvbn0vYXBwbGljYXRpb25HYXRld2F5V2FmRHluYW1pY01hbmlmZXN0cw==/V/MjAyMy0wNi0wMQ=="/> | ||
<argGroup name=""> | ||
<arg type="ResourceLocation" var="$Path.location" options="location l" required="True" idPart="name"/> | ||
<arg type="SubscriptionId" var="$Path.subscriptionId" options="subscription" required="True" idPart="subscription"/> | ||
</argGroup> | ||
<operation operationId="ApplicationGatewayWafDynamicManifests_Get"> | ||
<http path="/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests"> | ||
<request method="get"> | ||
<path> | ||
<param type="string" name="location" arg="$Path.location" required="True"/> | ||
<param type="string" name="subscriptionId" arg="$Path.subscriptionId" required="True"/> | ||
</path> | ||
<query> | ||
<const readOnly="True" const="True" type="string" name="api-version" required="True"> | ||
<default value=""2023-06-01""/> | ||
</const> | ||
</query> | ||
</request> | ||
<response statusCode="200"> | ||
<body> | ||
<json var="$Instance"> | ||
<schema type="object"> | ||
<prop type="string" name="nextLink"/> | ||
<prop type="array<object>" name="value"> | ||
<item type="object"> | ||
<prop type="string" name="id"/> | ||
<prop readOnly="True" type="string" name="name"/> | ||
<prop type="object" name="properties" clientFlatten="True"> | ||
<prop type="array<object>" name="availableRuleSets"> | ||
<item type="object"> | ||
<prop type="array<object>" name="ruleGroups" required="True"> | ||
<item type="object"> | ||
<prop type="string" name="description"/> | ||
<prop type="string" name="ruleGroupName" required="True"/> | ||
<prop type="array<object>" name="rules" required="True"> | ||
<item type="object"> | ||
<prop type="string" name="action"> | ||
<enum> | ||
<item value=""Allow""/> | ||
<item value=""AnomalyScoring""/> | ||
<item value=""Block""/> | ||
<item value=""Log""/> | ||
<item value=""None""/> | ||
</enum> | ||
</prop> | ||
<prop type="string" name="description"/> | ||
<prop type="integer32" name="ruleId" required="True"/> | ||
<prop type="string" name="ruleIdString"/> | ||
<prop type="string" name="state"> | ||
<enum> | ||
<item value=""Disabled""/> | ||
<item value=""Enabled""/> | ||
</enum> | ||
</prop> | ||
</item> | ||
</prop> | ||
</item> | ||
</prop> | ||
<prop type="string" name="ruleSetType" required="True"/> | ||
<prop type="string" name="ruleSetVersion" required="True"/> | ||
<prop type="string" name="status"> | ||
<enum> | ||
<item value=""Deprecated""/> | ||
<item value=""GA""/> | ||
<item value=""Preview""/> | ||
<item value=""Supported""/> | ||
</enum> | ||
</prop> | ||
<prop type="array<string>" name="tiers"> | ||
<item type="string"> | ||
<enum> | ||
<item value=""Standard""/> | ||
<item value=""Standard_v2""/> | ||
<item value=""WAF""/> | ||
<item value=""WAF_v2""/> | ||
</enum> | ||
</item> | ||
</prop> | ||
</item> | ||
</prop> | ||
<prop type="object" name="defaultRuleSet" clientFlatten="True"> | ||
<prop type="string" name="ruleSetType"/> | ||
<prop type="string" name="ruleSetVersion"/> | ||
</prop> | ||
</prop> | ||
<prop readOnly="True" type="string" name="type"/> | ||
</item> | ||
</prop> | ||
</schema> | ||
</json> | ||
</body> | ||
</response> | ||
<response isError="True"> | ||
<body> | ||
<json> | ||
<schema type="@ODataV4Format"/> | ||
</json> | ||
</body> | ||
</response> | ||
</http> | ||
</operation> | ||
<output type="array" ref="$Instance.value" clientFlatten="True" nextLink="$Instance.nextLink"/> | ||
</command> | ||
</commandGroup> | ||
</CodeGen> |