Skip to content

Commit a7db134

Browse files
committed
Update common code for typo, version update, and StandardLibrary update
1 parent 37ead79 commit a7db134

File tree

596 files changed

+585
-585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

596 files changed

+585
-585
lines changed

src/ResourceManager/Aks/Commands.Aks.Test/ScenarioTests/KubernetesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Microsoft.Azure.Commands.ScenarioTest;
2-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
2+
using Microsoft.Azure.ServiceManagement.Common.Models;
33
using Microsoft.WindowsAzure.Commands.ScenarioTest;
44
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
55
using Xunit;

src/ResourceManager/Aks/Commands.Aks.Test/ScenarioTests/TestController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
using System.Reflection;
1313
using System.IO;
1414
using Microsoft.Azure.Management.Internal.Resources;
15-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
15+
using Microsoft.Azure.ServiceManagement.Common.Models;
1616

1717
namespace Commands.Aks.Test.ScenarioTests
1818
{

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/InMemoryTests/AddAzureASAccountTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
using System.Threading.Tasks;
2424
using Microsoft.Azure.Commands.AnalysisServices.Dataplane;
2525
using Microsoft.Azure.Commands.AnalysisServices.Test.ScenarioTests;
26-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
26+
using Microsoft.Azure.ServiceManagement.Common.Models;
2727
using Microsoft.WindowsAzure.Commands.Common;
2828
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2929
using Microsoft.WindowsAzure.Commands.Utilities.Common;

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/InMemoryTests/DataPlaneCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
using Microsoft.Azure.Commands.AnalysisServices.Dataplane;
2525
using Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models;
2626
using Microsoft.Azure.Commands.AnalysisServices.Test.ScenarioTests;
27-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
27+
using Microsoft.Azure.ServiceManagement.Common.Models;
2828
using Microsoft.IdentityModel.Clients.ActiveDirectory;
2929
using Microsoft.WindowsAzure.Commands.ScenarioTest;
3030
using Microsoft.WindowsAzure.Commands.Utilities.Common;

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/ScenarioTests/AsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace Microsoft.Azure.Commands.AnalysisServices.Test.ScenarioTests
1616
{
1717
using Microsoft.WindowsAzure.Commands.ScenarioTest;
18-
using ServiceManagemenet.Common.Models;
18+
using ServiceManagement.Common.Models;
1919
using Xunit;
2020

2121
public class AsTests : AsTestsBase

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/ScenarioTests/AsTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
using NewResourceManagementClient = Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient;
2626
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
2727
using System.IO;
28-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
28+
using Microsoft.Azure.ServiceManagement.Common.Models;
2929

3030
namespace Microsoft.Azure.Commands.AnalysisServices.Test.ScenarioTests
3131
{

src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/ScenarioTests/ApiManagementTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using System.Diagnostics;
1919
using System.IO;
2020
using Microsoft.Azure.Management.Storage;
21-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
21+
using Microsoft.Azure.ServiceManagement.Common.Models;
2222
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
2323
using Microsoft.Azure.Test.HttpRecorder;
2424
using Microsoft.WindowsAzure.Commands.ScenarioTest;

src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/UnitTests/PsApiManagementTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class PsApiManagementTests
1111
{
1212
public PsApiManagementTests(Xunit.Abstractions.ITestOutputHelper output)
1313
{
14-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
14+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
1515
}
1616
}
1717
}

src/ResourceManager/ApiManagement/Commands.SMAPI.Test/ScenarioTests/ApiManagementTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
namespace Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests
2727
{
28-
using ServiceManagemenet.Common.Models;
28+
using ServiceManagement.Common.Models;
2929
using ApiManagementClient = Management.ApiManagement.ApiManagementClient;
3030

3131
public class ApiManagementTests : RMTestBase

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights.Test/ScenarioTests/ApiKeyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ----------------------------------------------------------------------------------
1414

1515

16-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
16+
using Microsoft.Azure.ServiceManagement.Common.Models;
1717
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1818
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
1919
using Xunit;

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights.Test/ScenarioTests/ApplicationInsightsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ----------------------------------------------------------------------------------
1414

1515

16-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
16+
using Microsoft.Azure.ServiceManagement.Common.Models;
1717
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1818
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
1919
using Xunit;

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights.Test/ScenarioTests/ContinuousExportTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ----------------------------------------------------------------------------------
1414

1515

16-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
16+
using Microsoft.Azure.ServiceManagement.Common.Models;
1717
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1818
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
1919
using Xunit;

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights.Test/ScenarioTests/PricingAndDailyCapTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ----------------------------------------------------------------------------------
1414

1515

16-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
16+
using Microsoft.Azure.ServiceManagement.Common.Models;
1717
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1818
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
1919
using Xunit;

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights.Test/TestController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
using System.Linq;
2525
using Microsoft.Azure.Management.Internal.Resources;
2626
using TestEnvironmentFactory = Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestEnvironmentFactory;
27-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
27+
using Microsoft.Azure.ServiceManagement.Common.Models;
2828

2929
namespace Microsoft.Azure.Commands.ApplicationInsights.Test.ScenarioTests
3030
{

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AccountTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.Azure.Commands.Automation.Test;
16-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
16+
using Microsoft.Azure.ServiceManagement.Common.Models;
1717
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1818
using Xunit;
1919

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AutomationScenarioTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
using Microsoft.Azure.Management.Automation;
2121
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2222
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
23-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
23+
using Microsoft.Azure.ServiceManagement.Common.Models;
2424
using Microsoft.Azure.Test.HttpRecorder;
2525
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
2626
using ResourceManagementClient = Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient;

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AutomationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
15+
using Microsoft.Azure.ServiceManagement.Common.Models;
1616
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1717
using Xunit;
1818

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/CertificateTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Commands.Automation.Test
2020
using System.Text;
2121
using System.Threading.Tasks;
2222
using Microsoft.Azure.Commands.Automation.Test;
23-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
23+
using Microsoft.Azure.ServiceManagement.Common.Models;
2424
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2525
using Xunit;
2626
public class CertificateTests : AutomationScenarioTestsBase

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/ConnectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Commands.Automation.Test
2020
using System.Text;
2121
using System.Threading.Tasks;
2222
using Microsoft.Azure.Commands.Automation.Test;
23-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
23+
using Microsoft.Azure.ServiceManagement.Common.Models;
2424
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2525
using Xunit;
2626
public class ConnectionTests : AutomationScenarioTestsBase

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/CredentialTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Commands.Automation.Test
2020
using System.Text;
2121
using System.Threading.Tasks;
2222
using Microsoft.Azure.Commands.Automation.Test;
23-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
23+
using Microsoft.Azure.ServiceManagement.Common.Models;
2424
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2525
using Xunit;
2626

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/HybridWorkerGroupTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Commands.Automation.Test
1616
{
1717
using Microsoft.Azure.Commands.Automation.Test;
1818
using Microsoft.WindowsAzure.Commands.ScenarioTest;
19-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
19+
using Microsoft.Azure.ServiceManagement.Common.Models;
2020
using Xunit;
2121

2222
public class HybridWorkerGroupTests : AutomationScenarioTestsBase

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/JobScheduleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Commands.Automation.Test
2020
using System.Text;
2121
using System.Threading.Tasks;
2222
using Microsoft.Azure.Commands.Automation.Test;
23-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
23+
using Microsoft.Azure.ServiceManagement.Common.Models;
2424
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2525
using Xunit;
2626
public class JobScheduleTests : AutomationScenarioTestsBase

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/ModuleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Commands.Automation.Test
1616
{
1717
using Microsoft.Azure.Commands.Automation.Test;
1818
using Microsoft.WindowsAzure.Commands.ScenarioTest;
19-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
19+
using Microsoft.Azure.ServiceManagement.Common.Models;
2020
using Xunit;
2121

2222
public class ModuleTests : AutomationScenarioTestsBase

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/RunbookJobTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace Commands.Automation.Test
1616
{
1717
using Microsoft.Azure.Commands.Automation.Test;
18-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
18+
using Microsoft.Azure.ServiceManagement.Common.Models;
1919
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2020
using System.IO;
2121
using Xunit;

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/ScheduleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Commands.Automation.Test
2020
using System.Text;
2121
using System.Threading.Tasks;
2222
using Microsoft.Azure.Commands.Automation.Test;
23-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
23+
using Microsoft.Azure.ServiceManagement.Common.Models;
2424
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2525
using Xunit;
2626
public class ScheduleTests : AutomationScenarioTestsBase

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/SourceControlTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace Commands.Automation.Test
2828
{
2929
using Microsoft.Azure.Commands.Automation.Test;
3030
using Microsoft.WindowsAzure.Commands.ScenarioTest;
31-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
31+
using Microsoft.Azure.ServiceManagement.Common.Models;
3232
using Xunit;
3333

3434
public class SourceControlTests : AutomationScenarioTestsBase

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/UpdateManagementTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Commands.Automation.Test
1616
{
1717
using Microsoft.Azure.Commands.Automation.Test;
1818
using Microsoft.WindowsAzure.Commands.ScenarioTest;
19-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
19+
using Microsoft.Azure.ServiceManagement.Common.Models;
2020
using Xunit;
2121

2222
public class UpdateManagementTests : AutomationScenarioTestsBase

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/VariableTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace Commands.Automation.Test
1616
{
1717
using Microsoft.Azure.Commands.Automation.Test;
18-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
18+
using Microsoft.Azure.ServiceManagement.Common.Models;
1919
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2020
using Xunit;
2121

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/WebhookTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Commands.Automation.Test
1616
{
1717
using Microsoft.Azure.Commands.Automation.Test;
1818
using Microsoft.WindowsAzure.Commands.ScenarioTest;
19-
using Microsoft.Azure.ServiceManagemenet.Common.Models;
19+
using Microsoft.Azure.ServiceManagement.Common.Models;
2020
using Xunit;
2121

2222
public class WebhookTests : AutomationScenarioTestsBase

src/ResourceManager/AzureBatch/Commands.Batch.Test/BatchAccounts/GetBatchAccountCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class GetBatchAccountCommandTests : RMTestBase
3131

3232
public GetBatchAccountCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3333
{
34-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
34+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
3535
batchClientMock = new Mock<BatchClient>();
3636
commandRuntimeMock = new Mock<ICommandRuntime>();
3737
cmdlet = new GetBatchAccountCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/BatchAccounts/GetBatchAccountKeysCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class GetBatchAccountKeysCommandTests : WindowsAzure.Commands.Test.Utilit
2929

3030
public GetBatchAccountKeysCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3131
{
32-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
32+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
3333
batchClientMock = new Mock<BatchClient>();
3434
commandRuntimeMock = new Mock<ICommandRuntime>();
3535
cmdlet = new GetBatchAccountKeysCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/BatchAccounts/GetBatchNodeAgentSkusCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class GetBatchNodeAgentSkusCommandTests : WindowsAzure.Commands.Test.Util
3636

3737
public GetBatchNodeAgentSkusCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3838
{
39-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
39+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
4040
batchClientMock = new Mock<BatchClient>();
4141
commandRuntimeMock = new Mock<ICommandRuntime>();
4242
cmdlet = new GetBatchAccountNodeAgentSkuCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/BatchAccounts/NewBatchAccountCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class NewBatchAccountCommandTests : WindowsAzure.Commands.Test.Utilities.
3030

3131
public NewBatchAccountCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3232
{
33-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
33+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
3434
batchClientMock = new Mock<BatchClient>();
3535
commandRuntimeMock = new Mock<ICommandRuntime>();
3636
cmdlet = new NewBatchAccountCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/BatchAccounts/RegenBatchAccountKeyCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class RegenBatchAccountKeyCommandTests : WindowsAzure.Commands.Test.Utili
2929

3030
public RegenBatchAccountKeyCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3131
{
32-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
32+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
3333
batchClientMock = new Mock<BatchClient>();
3434
commandRuntimeMock = new Mock<ICommandRuntime>();
3535
cmdlet = new RegenBatchAccountKeyCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/BatchAccounts/RemoveBatchAccountCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class RemoveBatchAccountCommandTests : WindowsAzure.Commands.Test.Utiliti
2828

2929
public RemoveBatchAccountCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3030
{
31-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
31+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
3232
batchClientMock = new Mock<BatchClient>();
3333
commandRuntimeMock = new Mock<ICommandRuntime>();
3434
cmdlet = new RemoveBatchAccountCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/BatchAccounts/SetBatchAccountCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class SetBatchAccountCommandTests : WindowsAzure.Commands.Test.Utilities.
3030

3131
public SetBatchAccountCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3232
{
33-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
33+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
3434
batchClientMock = new Mock<BatchClient>();
3535
commandRuntimeMock = new Mock<ICommandRuntime>();
3636
cmdlet = new SetBatchAccountCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/Certificates/GetBatchCertificateCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class GetBatchCertificateCommandTests : WindowsAzure.Commands.Test.Utilit
3737

3838
public GetBatchCertificateCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3939
{
40-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
40+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
4141
batchClientMock = new Mock<BatchClient>();
4242
commandRuntimeMock = new Mock<ICommandRuntime>();
4343
cmdlet = new GetBatchCertificateCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/Certificates/NewBatchCertificateCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class NewBatchCertificateCommandTests : WindowsAzure.Commands.Test.Utilit
3838

3939
public NewBatchCertificateCommandTests(Xunit.Abstractions.ITestOutputHelper output)
4040
{
41-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
41+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
4242
batchClientMock = new Mock<BatchClient>();
4343
commandRuntimeMock = new Mock<ICommandRuntime>();
4444
cmdlet = new NewBatchCertificateCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/Certificates/RemoveBatchCertificateCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class RemoveBatchCertificateCommandTests : WindowsAzure.Commands.Test.Uti
3434

3535
public RemoveBatchCertificateCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3636
{
37-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
37+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
3838
batchClientMock = new Mock<BatchClient>();
3939
commandRuntimeMock = new Mock<ICommandRuntime>();
4040
cmdlet = new RemoveBatchCertificateCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/Certificates/StopBatchCertificateDeletionCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class StopBatchCertificateDeletionCommandTests : WindowsAzure.Commands.Te
3434

3535
public StopBatchCertificateDeletionCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3636
{
37-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
37+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
3838
batchClientMock = new Mock<BatchClient>();
3939
commandRuntimeMock = new Mock<ICommandRuntime>();
4040
cmdlet = new StopBatchCertificateDeletionCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/ComputeNodeUsers/NewBatchComputeNodeUserCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class NewBatchComputeNodeUserCommandTests : WindowsAzure.Commands.Test.Ut
3535

3636
public NewBatchComputeNodeUserCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3737
{
38-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
38+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
3939
batchClientMock = new Mock<BatchClient>();
4040
commandRuntimeMock = new Mock<ICommandRuntime>();
4141
cmdlet = new NewBatchComputeNodeUserCommand()

src/ResourceManager/AzureBatch/Commands.Batch.Test/ComputeNodeUsers/RemoveBatchComputeNodeUserCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class RemoveBatchComputeNodeUserCommandTests : WindowsAzure.Commands.Test
3434

3535
public RemoveBatchComputeNodeUserCommandTests(Xunit.Abstractions.ITestOutputHelper output)
3636
{
37-
ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
37+
ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output));
3838
batchClientMock = new Mock<BatchClient>();
3939
commandRuntimeMock = new Mock<ICommandRuntime>();
4040
cmdlet = new RemoveBatchComputeNodeUserCommand()

0 commit comments

Comments
 (0)