MicrosoftLearning / mslearn-ai-services

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

Incorrect Curl syntax #10

Closed soderholmd closed 7 months ago

soderholmd commented 7 months ago

In Lab 4, rest-test.sh has an incorrect curl syntax. It should be curl -X POST(as per lab guide), but is currently curl POST, which results in error: curl: (6) Could not resolve host: POST.

ivorb commented 7 months ago

Fixed