Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
651 stars 324 forks source link

fix: Fix generate_arm_templates.sh script, reformat all Bicep files #922

Closed cecheta closed 1 month ago

cecheta commented 1 month ago

Purpose

There are no actual changes to the infra.

Does this introduce a breaking change?

github-actions[bot] commented 1 month ago

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL238367371% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
194 0 :zzz: 0 :x: 0 :fire: 12.738s :stopwatch:
cecheta commented 1 month ago

looks good, how do we test this ?

I quite crudely ran this:

for FILE in $(find . -name '*.bicep'); do
  echo '' >> $FILE
done

Then I made a new commit