File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Common/Commands.ScenarioTests.Common/Mocks
ServiceManagement/Network/Commands.Network.Test/ScenarioTests/MultiVip Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ public TClient CreateCustomClient<TClient>(params object[] parameters) where TCl
112
112
else
113
113
{
114
114
// Use the WithHandler method to create an extra reference to the http client
115
- // this will prevent the httpClient from being disposed in a long-runnign test using
115
+ // this will prevent the httpClient from being disposed in a long-running test using
116
116
// the same client for multiple cmdlets
117
117
client = client . WithHandler ( new PassThroughDelegatingHandler ( ) ) ;
118
118
}
@@ -174,7 +174,7 @@ public void AddUserAgent(string productName)
174
174
175
175
/// <summary>
176
176
/// This class exists to allow adding an additional reference to the httpClient to prevent the client
177
- /// from being disposed. Should not be used execpt in this mocked context
177
+ /// from being disposed. Should not be used execpt in this mocked context.
178
178
/// </summary>
179
179
class PassThroughDelegatingHandler : DelegatingHandler
180
180
{
Original file line number Diff line number Diff line change 12
12
// limitations under the License.
13
13
// ----------------------------------------------------------------------------------
14
14
15
- using Microsoft . WindowsAzure . Management . Compute ;
16
- using Microsoft . WindowsAzure . Management . Storage ;
17
15
18
16
namespace Microsoft . WindowsAzure . Commands . ServiceManagement . Network . Test . ScenarioTests
19
17
{
20
18
using Microsoft . Azure . Common . Authentication ;
21
19
using Microsoft . Azure . Test ;
22
20
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
23
21
using Microsoft . WindowsAzure . Management ;
22
+ using Microsoft . WindowsAzure . Management . Compute ;
24
23
using Microsoft . WindowsAzure . Management . Network ;
24
+ using Microsoft . WindowsAzure . Management . Storage ;
25
25
using System . Collections . Generic ;
26
26
using System . IO ;
27
27
using System . Linq ;
You can’t perform that action at this time.
0 commit comments