From 2300e2053cc0e6448af1c3bd394e2aeafe47d91c Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 3 Aug 2021 15:19:39 -0700 Subject: [PATCH] Update Azure.Core to 1.17.0 (#23077) * Update Azure.Core to 1.17.0 * more --- eng/Packages.Data.props | 2 +- sdk/tables/Azure.Data.Tables/src/TableClientOptions.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index 9555b67a24269..41c287f128237 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -76,7 +76,7 @@ - + diff --git a/sdk/tables/Azure.Data.Tables/src/TableClientOptions.cs b/sdk/tables/Azure.Data.Tables/src/TableClientOptions.cs index 4eb12a3b34d4a..cef89bc31135e 100644 --- a/sdk/tables/Azure.Data.Tables/src/TableClientOptions.cs +++ b/sdk/tables/Azure.Data.Tables/src/TableClientOptions.cs @@ -16,7 +16,6 @@ public class TableClientOptions : ClientOptions /// library. /// private const ServiceVersion Latest = ServiceVersion.V2019_02_02; - internal static TableClientOptions Default { get; } = new TableClientOptions(); /// /// Initializes a new instance of the class.