Skip to content

Commit 099568a

Browse files
committed
Add schema validation
1 parent 18e6d81 commit 099568a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/infra/function.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ resource "azapi_resource" "function" {
198198
}
199199
})
200200

201-
# schema_validation_enabled = false
201+
schema_validation_enabled = false
202202
# ignore_body_changes = [
203203
# "properties.siteConfig.appSettings"
204204
# ]

0 commit comments

Comments
 (0)