Skip to content

Commit 4ca28a3

Browse files
authored
Merge pull request #3 from markcowl/storage-location
Updating storage management in test projects
2 parents d8fa946 + f0bfd10 commit 4ca28a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TestPrerequisites/Common.Test.Prerequisites/Common.TestPrerequisites.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<PackageReference Include="Microsoft.Azure.Management.Redis" Version="3.1.1-preview" PrivateAssets="All" />
4444
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.9.0-preview" PrivateAssets="All" />
4545
<PackageReference Include="Microsoft.Azure.Management.Sql" Version="1.18.0-preview" PrivateAssets="All" />
46-
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="8.1.0-preview" PrivateAssets="All" />
46+
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="9.0.0-preview" PrivateAssets="All" />
4747
<PackageReference Include="Microsoft.Azure.Management.Websites" Version="2.0.0-preview" PrivateAssets="All" />
4848
<PackageReference Include="YamlDotNet.Signed" Version="4.2.4" PrivateAssets="All" />
4949
<PackageReference Include="Moq" Version="4.7.145" />

tools/Common.Netcore.Dependencies.Test.targets

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

5353
<ItemGroup>
5454
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
55-
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="8.1.0-preview" />
55+
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="9.0.0-preview" />
5656
</ItemGroup>
5757
<PropertyGroup>
5858
<ScenarioTestToolsPath>$(NugetPackageRoot)microsoft.azure.powershell.scenariotest.resourcemanager\1.1.2-preview\tools\</ScenarioTestToolsPath>

0 commit comments

Comments
 (0)