Skip to content

Commit cbd948d

Browse files
authored
fix(azure): Added missing character (#10183)
#### Summary Added missing character so that the SQL statement returns expected values. <!--
1 parent 4c0d973 commit cbd948d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/source/azure/policies/queries/web/function_app_should_only_be_accessible_over_https.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SELECT
44
:'framework',
55
:'check_id',
66
'Function App should only be accessible over HTTPS',
7-
subscription_id
7+
subscription_id,
88
id,
99
case
1010
when kind LIKE 'functionapp%' AND (properties ->> 'httpsOnly')::boolean IS NOT TRUE

0 commit comments

Comments
 (0)