Skip to content

Commit 3a0dd6a

Browse files
authored
Update how-to-authenticate-batch-endpoint.md
1 parent d67046b commit 3a0dd6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/batch-inference/how-to-authenticate-batch-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ You can use the REST API of Azure Machine Learning to start a batch endpoints jo
152152
__Request__:
153153
154154
```http
155-
POST /{TENANT_ID}/oauth2/token
156-
Host:https://login.microsoftonline.com
155+
POST /{TENANT_ID}/oauth2/token HTTP/1.1
156+
Host: https://login.microsoftonline.com
157157
```
158158
159159
__Body__:

0 commit comments

Comments
 (0)