Skip to content

Commit 624f82f

Browse files
committed
Reverting common file changes.
1 parent e6098cf commit 624f82f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/Common/Commands.Common.Storage/Adapters/ARM.Storage.4/ARMStorageProvider.cs

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

15+
using Microsoft.Azure.Management.Storage;
1516
using Microsoft.WindowsAzure.Commands.Common.Storage;
1617
using Microsoft.Azure.Commands.Compute;
17-
using Microsoft.Azure.Management.Storage;
1818

1919
namespace Microsoft.Azure.Commands.Management.Storage.Models
2020
{

src/Common/Commands.Common.Storage/Adapters/ARM.Storage.4/ARMStorageService.cs

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

15-
using Microsoft.Azure.Management.Storage;
1615
using Microsoft.WindowsAzure.Commands.Common.Storage;
1716
using System;
1817
using System.Collections.Generic;
@@ -21,9 +20,9 @@ namespace Microsoft.Azure.Commands.Management.Storage.Models
2120
{
2221
public class ARMStorageService : IStorageService
2322
{
24-
StorageAccount _account;
23+
Azure.Management.Storage.Models.StorageAccount _account;
2524
List<string> _authenticationKeys = new List<string>();
26-
public ARMStorageService(StorageAccount account,
25+
public ARMStorageService(Azure.Management.Storage.Models.StorageAccount account,
2726
params string[] authenticationKeys)
2827
{
2928
_account = account;

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/Common.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,4 +627,4 @@ function Normalize-Location
627627
$outputLocation = $outputLocation -replace '\s', ''
628628
$outputLocation = $outputLocation -replace '-', ''
629629
$outputLocation = $outputLocation -replace '_', ''
630-
}
630+
}

0 commit comments

Comments
 (0)