File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Save this token to use in the `Authorization: Bearer <TOKEN>` header.
45
45
Here’s an example cURL command to simulate the HTTP Publish.
46
46
47
47
``` http
48
- curl -X POST "https://contoso.westus3-1.ts.eventgrid.azure.net/mqtt/messages?topic=devices%2XXXX-0000%2Fprompt&api-version=2025-02-15 -preview" \
48
+ curl -X POST "https://contoso.westus3-1.ts.eventgrid.azure.net/mqtt/messages?topic=devices%2XXXX-0000%2Fprompt&api-version=2025-08-01 -preview" \
49
49
-H "Authorization: Bearer <ENTRA_TOKEN_HERE>" \
50
50
-H "mqtt-qos: 1" \
51
51
-H "mqtt-retain: 0" \
@@ -110,7 +110,7 @@ In this sample command:
110
110
}
111
111
],
112
112
"url" : {
113
- "raw" : " https://{{namespace}}/mqtt/messages?topic={{topic}}&api-version=2025-02-15 -preview" ,
113
+ "raw" : " https://{{namespace}}/mqtt/messages?topic={{topic}}&api-version=2025-08-01 -preview" ,
114
114
"host" : [
115
115
" {{namespace}}"
116
116
],
You can’t perform that action at this time.
0 commit comments