MicrosoftLearning / mslearn-ai-services

Lab files for Azure AI Services modules
https://microsoftlearning.github.io/mslearn-ai-services/
MIT License
126 stars 239 forks source link

reset-test.sh Incorrect cURL Placeholder Value #6

Closed tp1045 closed 11 months ago

tp1045 commented 11 months ago

Small change is required, should read "yourkey"

https://github.com/MicrosoftLearning/mslearn-ai-services/blob/e1bec7eacb61decedfca4f59aefcab0f76d27579/Labfiles/02-ai-services-security/rest-test.sh#L1

-H "Ocp-Apim-Subscription-Key: <your-endpoint>" to -H "Ocp-Apim-Subscription-Key: <your-key>"

ivorb commented 11 months ago

fixed, thanks for reporting!