Skip to content

Commit

Permalink
Fix broken ARM template (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarthic authored Jun 16, 2021
1 parent b7f8f0e commit be05c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/templates/dicomcast-fhir-dicom-azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
"enableExport":{"value": "[parameters('enableExport')]"},
"enableConvertData":{"value": "[parameters('enableConvertData')]"},
"enableReindex":{"value": "[parameters('enableReindex')]"},
"sqlSchemaAutomaticUpdatesEnabled":{"value": true}
"sqlSchemaAutomaticUpdatesEnabled":{"value": "auto"}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion samples/templates/dicomcast-quick-deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"enableExport":{"value": false},
"enableConvertData":{"value": false},
"enableReindex":{"value": false},
"sqlSchemaAutomaticUpdatesEnabled":{"value": true}
"sqlSchemaAutomaticUpdatesEnabled":{"value": "auto"}
}
}
},
Expand Down

0 comments on commit be05c41

Please sign in to comment.