Skip to content

Commit

Permalink
Tables: Fixup diagnostic scopes (#12621)
Browse files Browse the repository at this point in the history
* Fixup diagnostic scopes

* fix lambda scopes
  • Loading branch information
christothes authored Jun 8, 2020
1 parent d33d09e commit 3780ed9
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 156 deletions.
1 change: 1 addition & 0 deletions sdk/tables/Azure.Data.Tables/src/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
"753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46" +
"ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484c" +
"f7045cc7")]
[assembly: Azure.Core.AzureResourceProviderNamespace("Microsoft.Tables")]
1 change: 1 addition & 0 deletions sdk/tables/Azure.Data.Tables/src/Azure.Data.Tables.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<Compile Include="$(AzureCoreSharedSources)Argument.cs" Link="Shared\%(RecursiveDir)\%(Filename)%(Extension)" />
<Compile Include="$(AzureCoreSharedSources)ArrayBufferWriter.cs" Link="Shared\%(RecursiveDir)\%(Filename)%(Extension)" />
<Compile Include="$(AzureCoreSharedSources)AzureKeyCredentialPolicy.cs" Link="Shared\%(RecursiveDir)\%(Filename)%(Extension)" />
<Compile Include="$(AzureCoreSharedSources)AzureResourceProviderNamespaceAttribute.cs" Link="Shared\%(RecursiveDir)\%(Filename)%(Extension)" />
<Compile Include="$(AzureCoreSharedSources)ClientDiagnostics.cs" Link="Shared\Core\%(RecursiveDir)\%(Filename)%(Extension)" />
<Compile Include="$(AzureCoreSharedSources)ContentTypeUtilities.cs" Link="Shared\Core\%(RecursiveDir)\%(Filename)%(Extension)" />
<Compile Include="$(AzureCoreSharedSources)DiagnosticScope.cs" Link="Shared\Core\%(RecursiveDir)\%(Filename)%(Extension)" />
Expand Down
Loading

0 comments on commit 3780ed9

Please sign in to comment.