azure-search-openai-demo-csharp icon indicating copy to clipboard operation
azure-search-openai-demo-csharp copied to clipboard

Update roles.ps1 to use `Invoke-ExternalCommand` like prepdocs.ps1

Open jongio opened this issue 8 months ago • 0 comments

Commands are called directly causing issues with Powershell profile settings.

We need to update roles.ps1 to match prepdocs.ps1 use of Invoke-ExternalCommand.

First move Invoke-ExternalCommand to another file so it can be shared.

jongio avatar Nov 02 '23 21:11 jongio