Skip to content

Commit 204e67b

Browse files
committed
Reduced the folder path size
1 parent 9081063 commit 204e67b

File tree

9 files changed

+35119
-39579
lines changed

9 files changed

+35119
-39579
lines changed

src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/Commands.NotificationHubs.Test.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectGuid>{EA66BF2C-4E5F-42FE-912C-B62AEB588308}</ProjectGuid>
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
12-
<RootNamespace>Microsoft.Azure.Commands.NotificationHubs.Test</RootNamespace>
12+
<RootNamespace>Commands.NotificationHubs.Test</RootNamespace>
1313
<AssemblyName>Microsoft.Azure.Commands.NotificationHubs.Test</AssemblyName>
1414
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1515
<FileAlignment>512</FileAlignment>
@@ -169,7 +169,7 @@
169169
</ItemGroup>
170170
<ItemGroup>
171171
<Compile Include="Properties\AssemblyInfo.cs" />
172-
<Compile Include="ScenarioTests\NotificationHubServiceTests.cs" />
172+
<Compile Include="ScenarioTests\NHServiceTests.cs" />
173173
<Compile Include="ScenarioTests\TestBaseClass.cs" />
174174
</ItemGroup>
175175
<ItemGroup>
@@ -182,19 +182,19 @@
182182
<None Include="Resources\NewAuthorizationRule.json">
183183
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
184184
</None>
185-
<None Include="ScenarioTests\NotificationHubServiceTests.ps1">
185+
<None Include="ScenarioTests\NHServiceTests.ps1">
186186
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
187187
</None>
188-
<None Include="SessionRecords\Microsoft.Azure.Commands.NotificationHubs.Test.ScenarioTests.NotificationHubServiceTests\TestCRUDNamespace.json">
188+
<None Include="SessionRecords\Commands.NotificationHubs.Test.NHServiceTests\TestCRUDNamespace.json">
189189
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
190190
</None>
191-
<None Include="SessionRecords\Microsoft.Azure.Commands.NotificationHubs.Test.ScenarioTests.NotificationHubServiceTests\TestCRUDNamespaceAuth.json">
191+
<None Include="SessionRecords\Commands.NotificationHubs.Test.NHServiceTests\TestCRUDNamespaceAuth.json">
192192
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
193193
</None>
194-
<None Include="SessionRecords\Microsoft.Azure.Commands.NotificationHubs.Test.ScenarioTests.NotificationHubServiceTests\TestCRUDNHAuth.json">
194+
<None Include="SessionRecords\Commands.NotificationHubs.Test.NHServiceTests\TestCRUDNHAuth.json">
195195
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
196196
</None>
197-
<None Include="SessionRecords\Microsoft.Azure.Commands.NotificationHubs.Test.ScenarioTests.NotificationHubServiceTests\TestCRUDNotificationHub.json">
197+
<None Include="SessionRecords\Commands.NotificationHubs.Test.NHServiceTests\TestCRUDNotificationHub.json">
198198
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
199199
</None>
200200
</ItemGroup>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.NotificationHubs.Test.ScenarioTests
15+
namespace Commands.NotificationHubs.Test
1616
{
1717
using Microsoft.WindowsAzure.Commands.ScenarioTest;
18-
using ServiceManagemenet.Common.Models;
18+
using Microsoft.Azure.ServiceManagemenet.Common.Models;
1919
using Xunit;
2020
using Xunit.Abstractions;
21-
public class NotificationHubServiceTests : TestBaseClass
21+
public class NHServiceTests : TestBaseClass
2222
{
23-
public NotificationHubServiceTests(ITestOutputHelper output)
23+
public NHServiceTests(ITestOutputHelper output)
2424
{
2525
XunitTracingInterceptor.AddToContext(new XunitTracingInterceptor(output));
2626
}

src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/ScenarioTests/TestBaseClass.cs

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

15-
namespace Microsoft.Azure.Commands.NotificationHubs.Test.ScenarioTests
15+
namespace Commands.NotificationHubs.Test
1616
{
1717
using Microsoft.Azure.Commands.Common.Authentication;
1818
using Microsoft.Azure.Gallery;
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.NotificationHubs.Test.ScenarioTests
2525
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
2626
using Microsoft.WindowsAzure.Management;
2727
using System.Collections.Generic;
28-
using Rest.ClientRuntime.Azure.TestFramework;
28+
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
2929
using System;
3030
using System.Linq;
3131

Lines changed: 2374 additions & 5175 deletions
Large diffs are not rendered by default.
Lines changed: 4935 additions & 16044 deletions
Large diffs are not rendered by default.
Lines changed: 5191 additions & 2934 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)