Skip to content

Commit

Permalink
Merge pull request #918 from Azure/create-pull-request/patch
Browse files Browse the repository at this point in the history
Automatic translation of checklists/network_appdelivery_checklist.en.json
  • Loading branch information
erjosito authored Sep 23, 2024
2 parents 0b8f548 + 14deb38 commit 620602a
Show file tree
Hide file tree
Showing 41 changed files with 4,990 additions and 7,339 deletions.
171 changes: 167 additions & 4 deletions checklists-ext/fullwaf_checklist.en.json

Large diffs are not rendered by default.

4,350 changes: 2,323 additions & 2,027 deletions checklists/checklist.en.master.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions checklists/network_appdelivery_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,6 @@
"name": "Azure Application Delivery Networking",
"state": "GA",
"waf": "all",
"timestamp": "August 08, 2024"
"timestamp": "September 23, 2024"
}
}
}
327 changes: 18 additions & 309 deletions checklists/network_appdelivery_checklist.es.json

Large diffs are not rendered by default.

297 changes: 3 additions & 294 deletions checklists/network_appdelivery_checklist.ja.json

Large diffs are not rendered by default.

323 changes: 16 additions & 307 deletions checklists/network_appdelivery_checklist.ko.json

Large diffs are not rendered by default.

297 changes: 3 additions & 294 deletions checklists/network_appdelivery_checklist.pt.json

Large diffs are not rendered by default.

417 changes: 63 additions & 354 deletions checklists/network_appdelivery_checklist.zh-Hant.json

Large diffs are not rendered by default.

171 changes: 167 additions & 4 deletions checklists/waf_checklist.en.json

Large diffs are not rendered by default.

296 changes: 15 additions & 281 deletions checklists/waf_checklist.es.json

Large diffs are not rendered by default.

270 changes: 2 additions & 268 deletions checklists/waf_checklist.ja.json

Large diffs are not rendered by default.

286 changes: 10 additions & 276 deletions checklists/waf_checklist.ko.json

Large diffs are not rendered by default.

270 changes: 2 additions & 268 deletions checklists/waf_checklist.pt.json

Large diffs are not rendered by default.

316 changes: 25 additions & 291 deletions checklists/waf_checklist.zh-Hant.json

Large diffs are not rendered by default.

Binary file modified spreadsheet/macrofree/checklist.en.master.xlsx
Binary file not shown.
Binary file modified spreadsheet/macrofree/network_appdelivery_checklist.en.xlsx
Binary file not shown.
Binary file modified spreadsheet/macrofree/network_appdelivery_checklist.es.xlsx
Binary file not shown.
Binary file modified spreadsheet/macrofree/network_appdelivery_checklist.ja.xlsx
Binary file not shown.
Binary file modified spreadsheet/macrofree/network_appdelivery_checklist.ko.xlsx
Binary file not shown.
Binary file modified spreadsheet/macrofree/network_appdelivery_checklist.pt.xlsx
Binary file not shown.
Binary file not shown.
Binary file modified spreadsheet/macrofree/waf_checklist.en.xlsx
Binary file not shown.
Binary file modified spreadsheet/macrofree/waf_checklist.es.xlsx
Binary file not shown.
Binary file modified spreadsheet/macrofree/waf_checklist.ja.xlsx
Binary file not shown.
Binary file modified spreadsheet/macrofree/waf_checklist.ko.xlsx
Binary file not shown.
Binary file modified spreadsheet/macrofree/waf_checklist.pt.xlsx
Binary file not shown.
Binary file modified spreadsheet/macrofree/waf_checklist.zh-Hant.xlsx
Binary file not shown.
638 changes: 454 additions & 184 deletions workbooks/alz_checklist.en_network_counters.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion workbooks/alz_checklist.en_network_counters_template.json

Large diffs are not rendered by default.

2,146 changes: 1,208 additions & 938 deletions workbooks/alz_checklist.en_network_tabcounters.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

674 changes: 430 additions & 244 deletions workbooks/alz_checklist.en_network_workbook.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion workbooks/alz_checklist.en_network_workbook_template.json

Large diffs are not rendered by default.

102 changes: 6 additions & 96 deletions workbooks/appdelivery_checklist.en_network_counters_workbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,34 +259,6 @@
},
"queryType": 8
},
{
"id": "daf05c62-1d5b-4325-b241-d7ee468f23eb",
"version": "KqlParameterItem/1.0",
"name": "Query7Stats",
"type": 1,
"query": "resources | where type == 'microsoft.network/frontdoorwebapplicationfirewallpolicies' | project policyName=name, policyId=id,policySku=sku.name, links=properties.securityPolicyLinks, enabledState=properties.policySettings.enabledState, mode=properties.policySettings.mode | mvexpand links | extend securityPolicy=links.id | extend securityPolicyParts=split(securityPolicy, '/') | extend profileId=strcat_array(array_slice(securityPolicyParts, 0, -3), '/') | project id=profileId, compliant=((enabledState=='Enabled') and (mode=='Prevention')), enabledState, mode| summarize Total = count(), Success = countif(compliant==1), Failed = countif(compliant==0) | extend SuccessPercent = iff(Total==0, 100, 100*toint(Success)/toint(Total)) | extend FullyCompliant = iff(SuccessPercent == 100, 'Yes', 'No') | project Query1Stats=tostring(pack_all())",
"crossComponentResources": [
"{Subscription}"
],
"isHiddenWhenLocked": true,
"timeContext": {
"durationMs": 86400000
},
"queryType": 1,
"resourceType": "microsoft.resourcegraph/resources"
},
{
"id": "daf05c62-1d5b-4325-b241-d7ee468f23eb",
"version": "KqlParameterItem/1.0",
"name": "Query7FullyCompliant",
"type": 1,
"query": "{\"version\":\"1.0.0\",\"content\":\"{\\\"value\\\": \\\"{Query7Stats:$.FullyCompliant}\\\"}\",\"transformers\":null}",
"isHiddenWhenLocked": true,
"timeContext": {
"durationMs": 86400000
},
"queryType": 8
},
{
"id": "daf05c62-1d5b-4325-b241-d7ee468f23eb",
"version": "KqlParameterItem/1.0",
Expand All @@ -301,7 +273,7 @@
"criteriaContext": {
"operator": "Default",
"resultValType": "expression",
"resultVal": "{Query0Stats:$.Success}+{Query2Stats:$.Success}+{Query3Stats:$.Success}+{Query4Stats:$.Success}+{Query6Stats:$.Success}+{Query7Stats:$.Success}"
"resultVal": "{Query0Stats:$.Success}+{Query2Stats:$.Success}+{Query3Stats:$.Success}+{Query4Stats:$.Success}+{Query6Stats:$.Success}"
}
}
]
Expand All @@ -320,7 +292,7 @@
"criteriaContext": {
"operator": "Default",
"resultValType": "expression",
"resultVal": "{Query0Stats:$.Total}+{Query2Stats:$.Total}+{Query3Stats:$.Total}+{Query4Stats:$.Total}+{Query6Stats:$.Total}+{Query7Stats:$.Total}"
"resultVal": "{Query0Stats:$.Total}+{Query2Stats:$.Total}+{Query3Stats:$.Total}+{Query4Stats:$.Total}+{Query6Stats:$.Total}"
}
}
]
Expand Down Expand Up @@ -415,7 +387,7 @@
"criteriaContext": {
"operator": "Default",
"resultValType": "expression",
"resultVal": "{Query0Stats:$.Total}+{Query2Stats:$.Total}+{Query3Stats:$.Total}+{Query4Stats:$.Total}+{Query6Stats:$.Total}+{Query7Stats:$.Total}+{Query1Stats:$.Total}+{Query5Stats:$.Total}"
"resultVal": "{Query0Stats:$.Total}+{Query2Stats:$.Total}+{Query3Stats:$.Total}+{Query4Stats:$.Total}+{Query6Stats:$.Total}+{Query1Stats:$.Total}+{Query5Stats:$.Total}"
}
}
]
Expand All @@ -434,7 +406,7 @@
"criteriaContext": {
"operator": "Default",
"resultValType": "expression",
"resultVal": "{Query0Stats:$.Success}+{Query2Stats:$.Success}+{Query3Stats:$.Success}+{Query4Stats:$.Success}+{Query6Stats:$.Success}+{Query7Stats:$.Success}+{Query1Stats:$.Success}+{Query5Stats:$.Success}"
"resultVal": "{Query0Stats:$.Success}+{Query2Stats:$.Success}+{Query3Stats:$.Success}+{Query4Stats:$.Success}+{Query6Stats:$.Success}+{Query1Stats:$.Success}+{Query5Stats:$.Success}"
}
}
]
Expand Down Expand Up @@ -508,7 +480,7 @@
"style": "tabs",
"links": [
{
"id": "1c6f51e8-eba0-49ae-bb15-2723d6068eee",
"id": "bc8d44b0-0a7a-41df-8ce2-01aa88880247",
"cellValue": "VisibleTab",
"linkTarget": "parameter",
"linkLabel": "App Gateway ({Tab0Success:value}/{Tab0Total:value})",
Expand All @@ -517,7 +489,7 @@
"style": "primary"
},
{
"id": "022bacfb-8332-47a2-8095-796c111ed9c0",
"id": "414e5ee8-99ed-4975-8270-ce7f6ab088e2",
"cellValue": "VisibleTab",
"linkTarget": "parameter",
"linkLabel": "Load Balancer ({Tab1Success:value}/{Tab1Total:value})",
Expand Down Expand Up @@ -851,68 +823,6 @@
}
},
"name": "query6"
},
{
"type": 1,
"content": {
"json": "Deploy your WAF policy for Application Gateway in 'Prevention' mode. Check [this link](https://learn.microsoft.com/azure/web-application-firewall/afds/waf-front-door-policy-settings) for further information."
},
"name": "querytext7"
},
{
"type": 3,
"content": {
"version": "KqlItem/1.0",
"query": "resources | where type == 'microsoft.network/frontdoorwebapplicationfirewallpolicies' | project policyName=name, policyId=id,policySku=sku.name, links=properties.securityPolicyLinks, enabledState=properties.policySettings.enabledState, mode=properties.policySettings.mode | mvexpand links | extend securityPolicy=links.id | extend securityPolicyParts=split(securityPolicy, '/') | extend profileId=strcat_array(array_slice(securityPolicyParts, 0, -3), '/') | project id=profileId, compliant=((enabledState=='Enabled') and (mode=='Prevention')), enabledState, mode | extend onlyFailed = {OnlyFailed:label} | where compliant == 0 or not (onlyFailed == 1) | project-away onlyFailed",
"size": 4,
"queryType": 1,
"resourceType": "microsoft.resourcegraph/resources",
"crossComponentResources": [
"{Subscription}"
],
"gridSettings": {
"formatters": [
{
"columnMatch": "id",
"formatter": 0,
"numberFormat": {
"unit": 0,
"options": {
"style": "decimal"
}
}
},
{
"columnMatch": "compliant",
"formatter": 18,
"formatOptions": {
"thresholdsOptions": "icons",
"thresholdsGrid": [
{
"operator": "==",
"thresholdValue": "1",
"representation": "success",
"text": "Success"
},
{
"operator": "==",
"thresholdValue": "0",
"representation": "failed",
"text": "Failed"
},
{
"operator": "Default",
"thresholdValue": null,
"representation": "unknown",
"text": "Unknown"
}
]
}
}
]
}
},
"name": "query7"
}
]
},
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 620602a

Please sign in to comment.