Skip to content

Commit

Permalink
Make pipelines internal (#7843)
Browse files Browse the repository at this point in the history
* Make pipeline internal

* Update assembly info to make internals visible for proxy gen
  • Loading branch information
JoshLove-msft authored and tg-msft committed Oct 3, 2019
1 parent 66b584a commit 60f26b7
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions sdk/storage/Azure.Storage.Blobs/src/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@
"012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265" +
"e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593d" +
"aa7b11b4")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs/src/BlobBaseClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class BlobBaseClient
/// The <see cref="HttpPipeline"/> transport pipeline used to send
/// every request.
/// </summary>
protected internal virtual HttpPipeline Pipeline => _pipeline;
internal virtual HttpPipeline Pipeline => _pipeline;

/// <summary>
/// The <see cref="CustomerProvidedKey"/> to be used when sending requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class BlobContainerClient
/// The <see cref="HttpPipeline"/> transport pipeline used to send
/// every request.
/// </summary>
protected internal virtual HttpPipeline Pipeline => _pipeline;
internal virtual HttpPipeline Pipeline => _pipeline;

/// <summary>
/// The Storage account name corresponding to the container client.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs/src/BlobServiceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class BlobServiceClient
/// The <see cref="HttpPipeline"/> transport pipeline used to send
/// every request.
/// </summary>
protected virtual HttpPipeline Pipeline => _pipeline;
internal virtual HttpPipeline Pipeline => _pipeline;

/// <summary>
/// The Storage account name corresponding to the service client.
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/Azure.Storage.Files/src/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
"012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265" +
"e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593d" +
"aa7b11b4")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Files/src/DirectoryClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class DirectoryClient
/// Gets the <see cref="HttpPipeline"/> transport pipeline used to send
/// every request.
/// </summary>
protected virtual HttpPipeline Pipeline => _pipeline;
internal virtual HttpPipeline Pipeline => _pipeline;

/// <summary>
/// The Storage account name corresponding to the directory client.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Files/src/FileClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class FileClient
/// Gets the <see cref="HttpPipeline"/> transport pipeline used to send
/// every request.
/// </summary>
protected virtual HttpPipeline Pipeline => _pipeline;
internal virtual HttpPipeline Pipeline => _pipeline;

/// <summary>
/// The Storage account name corresponding to the file client.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Files/src/FileServiceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class FileServiceClient
/// Gets tghe <see cref="HttpPipeline"/> transport pipeline used to
/// send every request.
/// </summary>
protected virtual HttpPipeline Pipeline => _pipeline;
internal virtual HttpPipeline Pipeline => _pipeline;

/// <summary>
/// The Storage account name corresponding to the file service client.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Files/src/ShareClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class ShareClient
/// Gets the <see cref="HttpPipeline"/> transport pipeline used to send
/// every request.
/// </summary>
protected virtual HttpPipeline Pipeline => _pipeline;
internal virtual HttpPipeline Pipeline => _pipeline;

/// <summary>
/// The Storage account name corresponding to the share client.
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/Azure.Storage.Queues/src/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
"012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265" +
"e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593d" +
"aa7b11b4")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Queues/src/QueueClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class QueueClient
/// <summary>
/// Gets the HttpPipeline used to send REST requests.
/// </summary>
protected virtual HttpPipeline Pipeline => _pipeline;
internal virtual HttpPipeline Pipeline => _pipeline;

/// <summary>
/// QueueMaxMessagesPeek indicates the maximum number of messages
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Queues/src/QueueServiceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class QueueServiceClient
/// <summary>
/// Gets the HttpPipeline used to send REST requests.
/// </summary>
protected internal virtual HttpPipeline Pipeline => _pipeline;
internal virtual HttpPipeline Pipeline => _pipeline;

/// <summary>
/// The Storage account name corresponding to the service client.
Expand Down

0 comments on commit 60f26b7

Please sign in to comment.