From f64dcf340c7403dd23215e319eff71f51a3e8456 Mon Sep 17 00:00:00 2001 From: CIPop Date: Wed, 8 Mar 2023 19:55:54 +0000 Subject: [PATCH] Testing new DeviceStreaming service version. --- iothub_client/tests/common_ds_e2e/iothubclient_common_ds_e2e.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iothub_client/tests/common_ds_e2e/iothubclient_common_ds_e2e.c b/iothub_client/tests/common_ds_e2e/iothubclient_common_ds_e2e.c index f0424f5ae..1685c2c10 100644 --- a/iothub_client/tests/common_ds_e2e/iothubclient_common_ds_e2e.c +++ b/iothub_client/tests/common_ds_e2e/iothubclient_common_ds_e2e.c @@ -62,7 +62,7 @@ static const char* HTTP_HEADER_VAL_CONNECT_TIMEOUT_SECS = "60"; static const char* HTTP_HEADER_KEY_RESPONSE_TIMEOUT_SECS = "iothub-streaming-response-timeout-in-seconds"; static const char* HTTP_HEADER_VAL_RESPONSE_TIMEOUT_SECS = "60"; static const int UID_LENGTH = 37; -static const char* const URL_API_VERSION = "api-version=2018-06-30"; +static const char* const URL_API_VERSION = "api-version=2018-10-20-preview"; static const char* const DEVICE_STREAMING_URI_RELATIVE_PATH_FMT = "/twins/%s/streams/%s?%s"; static const char* const MODULE_STREAMING_URI_RELATIVE_PATH_FMT = "/twins/%s/modules/%s/streams/%s?%s";