Skip to content

Commit 68812e3

Browse files
authored
Removing AI/Logging early API surface for release (#1066)
1 parent 23fccd7 commit 68812e3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/DotNetWorker.ApplicationInsights/DotNetWorker.ApplicationInsights.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<MajorProductVersion>1</MajorProductVersion>
99
<MinorProductVersion>0</MinorProductVersion>
1010
<PatchProductVersion>0</PatchProductVersion>
11-
<VersionSuffix>-preview2</VersionSuffix>
11+
<VersionSuffix>-preview3</VersionSuffix>
1212
</PropertyGroup>
1313

1414
<Import Project="..\..\build\Common.props" />

src/DotNetWorker.Core/Logging/ISystemLogWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Microsoft.Azure.Functions.Worker.Logging
99
/// <summary>
1010
/// An abstraction for writing system logs.
1111
/// </summary>
12-
public interface ISystemLogWriter
12+
internal interface ISystemLogWriter
1313
{
1414
/// <summary>
1515
/// Writes a system log entry.

src/DotNetWorker.Core/Logging/IUserLogWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Microsoft.Azure.Functions.Worker.Logging
99
/// <summary>
1010
/// An abstraction for writing user logs.
1111
/// </summary>
12-
public interface IUserLogWriter
12+
internal interface IUserLogWriter
1313
{
1414
/// <summary>
1515
/// Writes a user log entry.

src/DotNetWorker.Core/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

66
[assembly: InternalsVisibleTo("Microsoft.Azure.Functions.Worker.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001005148be37ac1d9f58bd40a2e472c9d380d635b6048278f7d47480b08c928858f0f7fe17a6e4ce98da0e7a7f0b8c308aecd9e9b02d7e9680a5b5b75ac7773cec096fbbc64aebd429e77cb5f89a569a79b28e9c76426783f624b6b70327eb37341eb498a2c3918af97c4860db6cdca4732787150841e395a29cfacb959c1fd971c1")]
77
[assembly: InternalsVisibleTo("Microsoft.Azure.Functions.Worker.Grpc, PublicKey=00240000048000009400000006020000002400005253413100040000010001005148be37ac1d9f58bd40a2e472c9d380d635b6048278f7d47480b08c928858f0f7fe17a6e4ce98da0e7a7f0b8c308aecd9e9b02d7e9680a5b5b75ac7773cec096fbbc64aebd429e77cb5f89a569a79b28e9c76426783f624b6b70327eb37341eb498a2c3918af97c4860db6cdca4732787150841e395a29cfacb959c1fd971c1")]
8+
[assembly: InternalsVisibleTo("Microsoft.Azure.Functions.Worker.ApplicationInsights, PublicKey=00240000048000009400000006020000002400005253413100040000010001005148be37ac1d9f58bd40a2e472c9d380d635b6048278f7d47480b08c928858f0f7fe17a6e4ce98da0e7a7f0b8c308aecd9e9b02d7e9680a5b5b75ac7773cec096fbbc64aebd429e77cb5f89a569a79b28e9c76426783f624b6b70327eb37341eb498a2c3918af97c4860db6cdca4732787150841e395a29cfacb959c1fd971c1")]
89
[assembly: InternalsVisibleTo("Microsoft.Azure.Functions.Worker, PublicKey=00240000048000009400000006020000002400005253413100040000010001005148be37ac1d9f58bd40a2e472c9d380d635b6048278f7d47480b08c928858f0f7fe17a6e4ce98da0e7a7f0b8c308aecd9e9b02d7e9680a5b5b75ac7773cec096fbbc64aebd429e77cb5f89a569a79b28e9c76426783f624b6b70327eb37341eb498a2c3918af97c4860db6cdca4732787150841e395a29cfacb959c1fd971c1")]
910
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]

0 commit comments

Comments
 (0)