Skip to content

Commit

Permalink
Update service client API version to 2021-04-12 (Azure#1880)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwill-ms committed Apr 14, 2021
1 parent 95b1edb commit c67ca05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iothub/service/src/ClientApiVersionHelper.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System;

namespace Microsoft.Azure.Devices
{
/// <summary>
Expand All @@ -11,7 +9,7 @@ namespace Microsoft.Azure.Devices
internal class ClientApiVersionHelper
{
private const string ApiVersionQueryPrefix = "api-version=";
private const string ApiVersionDefault = "2020-09-30";
private const string ApiVersionDefault = "2021-04-12";

/// <summary>
/// The default API version to use for all data-plane service calls
Expand Down

0 comments on commit c67ca05

Please sign in to comment.