Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
5.6k stars 3.75k forks source link

Remove powershell feature #1752

Closed pamelafox closed 1 week ago

pamelafox commented 1 week ago

Purpose

Fixes #1749

The powershell feature is causing Codespace builds to break, seems related to https://github.com/PowerShell/PowerShell/issues/23975

I think we rarely need powershell inside the devcontainer, since you can use bash scripts there. I mostly use it when I'm testing what powershell scripts would do on a Windows machine, to avoid me having to open a DevBox for Windows.

Does this introduce a breaking change?

When developers merge from main and run the server, azd up, or azd deploy, will this produce an error? If you're not sure, try it out on an old environment.

[ ] Yes - Maybe, if developers are actually using powershell inside devcontainer/Codespace?
[ ] No

Does this require changes to learn.microsoft.com docs?

This repository is referenced by this tutorial which includes deployment, settings and usage instructions. If text or screenshot need to change in the tutorial, check the box below and notify the tutorial author. A Microsoft employee can do this for you if you're an external contributor.

[ ] Yes
[X] No

Type of change

[X] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

Code quality checklist

See CONTRIBUTING.md for more details.

N/A