Skip to content

Commit

Permalink
Update Azure.Core to 1.17.0 (Azure#23077)
Browse files Browse the repository at this point in the history
* Update Azure.Core to 1.17.0

* more
  • Loading branch information
pakrym authored Aug 3, 2021
1 parent 5ee93ed commit 2300e20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

<!-- Azure SDK packages -->
<PackageReference Update="Azure.Communication.Common" Version="1.0.1" />
<PackageReference Update="Azure.Core" Version="1.16.0" />
<PackageReference Update="Azure.Core" Version="1.17.0" />
<PackageReference Update="Azure.Core.Amqp" Version="1.2.0" />
<PackageReference Update="Azure.Core.Experimental" Version="0.1.0-preview.14" />
<PackageReference Update="Azure.Messaging.EventHubs" Version="5.5.0" />
Expand Down
1 change: 0 additions & 1 deletion sdk/tables/Azure.Data.Tables/src/TableClientOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class TableClientOptions : ClientOptions
/// library.
/// </summary>
private const ServiceVersion Latest = ServiceVersion.V2019_02_02;
internal static TableClientOptions Default { get; } = new TableClientOptions();

/// <summary>
/// Initializes a new instance of the <see cref="TableClientOptions"/> class.
Expand Down

0 comments on commit 2300e20

Please sign in to comment.