Skip to content

Commit d98ecf6

Browse files
author
Jeffrey Robinson
committed
Fixed a bug
1 parent 5bbdf2b commit d98ecf6

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

src/StackAdmin/Azs.Commerce.Admin/Tests/Azs.Commerce.Admin.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<Prefer32Bit>false</Prefer32Bit>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="Microsoft.AzureStack.Management.Commerce.Admin, Version=0.1.0-preview">
44-
<HintPath>..\..\..\packages\Microsoft.AzureStack.Management.Commerce.Admin.0.1.0-preview\lib\net452\Microsoft.AzureStack.Management.Commerce.Admin.dll</HintPath>
43+
<Reference Include="Microsoft.AzureStack.Management.Commerce.Admin, Version=0.1.1-preview">
44+
<HintPath>..\..\..\packages\Microsoft.AzureStack.Management.Commerce.Admin.0.1.1-preview\lib\net452\Microsoft.AzureStack.Management.Commerce.Admin.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4747
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.TestFramework.1.6.0\lib\net45\Microsoft.Rest.ClientRuntime.Azure.TestFramework.dll</HintPath>

src/StackAdmin/Azs.Fabric.Admin/Tests/Azs.Fabric.Admin.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<Prefer32Bit>false</Prefer32Bit>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="Microsoft.AzureStack.Management.Fabric.Admin, Version=0.1.1-preview">
44-
<HintPath>..\..\..\packages\Microsoft.AzureStack.Management.Fabric.Admin.0.1.1-preview\lib\net452\Microsoft.AzureStack.Management.Fabric.Admin.dll</HintPath>
43+
<Reference Include="Microsoft.AzureStack.Management.Fabric.Admin, Version=0.2.0-preview">
44+
<HintPath>..\..\..\packages\Microsoft.AzureStack.Management.Fabric.Admin.0.2.0-preview\lib\net452\Microsoft.AzureStack.Management.Fabric.Admin.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework, Version=1.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4747
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.TestFramework.1.6.0\lib\net45\Microsoft.Rest.ClientRuntime.Azure.TestFramework.dll</HintPath>

src/StackAdmin/Azs.InfrastructureInsights.Admin/Tests/Azs.InfrastructureInsights.Admin.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<HintPath>..\..\..\packages\Microsoft.Azure.Test.HttpRecorder.1.7.0\lib\net45\Microsoft.Azure.Test.HttpRecorder.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
53-
<Reference Include="Microsoft.AzureStack.Management.InfrastructureInsights.Admin, Version=0.1.0-preview">
54-
<HintPath>..\..\..\packages\Microsoft.AzureStack.Management.InfrastructureInsights.Admin.0.1.0-preview\lib\net452\Microsoft.AzureStack.Management.InfrastructureInsights.Admin.dll</HintPath>
53+
<Reference Include="Microsoft.AzureStack.Management.InfrastructureInsights.Admin, Version=0.2.0-preview">
54+
<HintPath>..\..\..\packages\Microsoft.AzureStack.Management.InfrastructureInsights.Admin.0.2.0-preview\lib\net452\Microsoft.AzureStack.Management.InfrastructureInsights.Admin.dll</HintPath>
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>

src/StackAdmin/Azs.InfrastructureInsights.Admin/Tests/src/Alert.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ InModuleScope Azs.InfrastructureInsights.Admin {
212212
$Alert.State | Should not be $null
213213

214214
if ($Alert.State -eq "Active") {
215-
$Alert.GetType() | FL * | Out-File "output.txt"
216215
$Alert | Close-AzsAlert -Force
217216
return
218217
}

0 commit comments

Comments
 (0)