Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Network to add version s…
Browse files Browse the repository at this point in the history
…table/2020-11-01 (#12444)

* add fields for 20201101

* fix waf json

* fix waf json

* minor fix

* prettier fix for waf json

* minor fix
  • Loading branch information
disreedh authored Jan 20, 2021
1 parent 6636b93 commit e266624
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontdoors/fd1/frontendendpoints/fd1-azurefd-net"
}
]
],
"securityPolicyLinks": []
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@
}
]
},
"frontendEndpointLinks": []
"frontendEndpointLinks": [],
"securityPolicyLinks": []
},
"sku": {
"name": "Classic_AzureFrontDoor"
Expand Down Expand Up @@ -369,7 +370,8 @@
}
]
},
"frontendEndpointLinks": []
"frontendEndpointLinks": [],
"securityPolicyLinks": []
},
"sku": {
"name": "Classic_AzureFrontDoor"
Expand Down Expand Up @@ -501,7 +503,8 @@
}
]
},
"frontendEndpointLinks": []
"frontendEndpointLinks": [],
"securityPolicyLinks": []
},
"sku": {
"name": "Classic_AzureFrontDoor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontdoors/fd1/frontendendpoints/fd1-azurefd-net"
}
]
],
"securityPolicyLinks": []
},
"sku": {
"name": "Classic_AzureFrontDoor"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"swagger": "2.0",
"info": {
Expand Down Expand Up @@ -314,6 +313,14 @@
"$ref": "#/definitions/RoutingRuleLink"
}
},
"securityPolicyLinks": {
"description": "Describes Security Policy associated with this Web Application Firewall policy.",
"type": "array",
"readOnly": true,
"items": {
"$ref": "#/definitions/SecurityPolicyLink"
}
},
"provisioningState": {
"readOnly": true,
"type": "string",
Expand All @@ -339,24 +346,24 @@
}
},
"Sku": {
"description": "The pricing tier of the web application firewall policy.",
"properties": {
"name": {
"description": "Name of the pricing tier.",
"enum": [
"Classic_AzureFrontDoor",
"Standard_AzureFrontDoor",
"Premium_AzureFrontDoor"
],
"type": "string",
"x-ms-enum": {
"name": "SkuName",
"modelAsString": true
"description": "The pricing tier of the web application firewall policy.",
"properties": {
"name": {
"description": "Name of the pricing tier.",
"enum": [
"Classic_AzureFrontDoor",
"Standard_AzureFrontDoor",
"Premium_AzureFrontDoor"
],
"type": "string",
"x-ms-enum": {
"name": "SkuName",
"modelAsString": true
}
}
}
},
"type": "object"
},
"type": "object"
},
"WebApplicationFirewallPolicyList": {
"description": "Defines a list of WebApplicationFirewallPolicies. It contains a list of WebApplicationFirewallPolicy objects and a URL link to get the next set of results.",
"properties": {
Expand Down Expand Up @@ -822,7 +829,8 @@
"RequestHeaderNames",
"RequestCookieNames",
"QueryStringArgNames",
"RequestBodyPostArgNames"
"RequestBodyPostArgNames",
"RequestBodyJsonArgNames"
],
"description": "The variable type to be excluded.",
"x-ms-enum": {
Expand Down Expand Up @@ -927,6 +935,17 @@
"description": "Resource ID."
}
}
},
"SecurityPolicyLink": {
"description": "Defines the Resource ID for a Security Policy.",
"type": "object",
"readOnly": true,
"properties": {
"id": {
"type": "string",
"description": "Resource ID."
}
}
}
},
"parameters": {
Expand All @@ -951,4 +970,4 @@
"description": "Name of the Resource group within the Azure subscription."
}
}
}
}

0 comments on commit e266624

Please sign in to comment.