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

Rewrite roles.ps1 in bash

Open ahnl opened this issue 2 years ago • 2 comments
trafficstars

Purpose

I encountered issues while trying to execute the roles.ps1 script on Ubuntu running PowerShell for Linux, primarily due to difficulties in installing Azure CLI on this platform. To address this, I've rewritten the exact script in Bash, which has proven to work on my end.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

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

ahnl avatar Jun 21 '23 07:06 ahnl

@microsoft-github-policy-service agree

ahnl avatar Jun 21 '23 07:06 ahnl

Thanks @ahnl for the PR. I've made a few tweaks to the README and also chmod'ed the script +x. This looks good to me.

pamelafox avatar Jul 24 '23 19:07 pamelafox