Skip to content

Commit

Permalink
Update Compute storage version (Azure#19691)
Browse files Browse the repository at this point in the history
* storage version update

* remove now unneeded changes

* update the exception file

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
  • Loading branch information
Sandido and wyunchi-ms authored Sep 30, 2022
1 parent dd197c1 commit 536930c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Compute/Compute.AlcWrapper/Compute.AlcWrapper.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PsModuleName>Compute</PsModuleName>
Expand All @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.1.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
</ItemGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"Directory","Assembly Name","Assembly Version","Referencing Assembly","Severity","ProblemId","Description","Remediation"
"Az.Compute","Microsoft.Win32.Registry","4.1.1.0","System.Management.Automation","0","3000","Missing assembly Microsoft.Win32.Registry referenced from System.Management.Automation","Ensure that the assembly is included in the Wix file or directory"
"Az.Compute","Microsoft.PowerShell.CoreCLR.Eventing","6.1.0.0","System.Management.Automation","0","3000","Missing assembly Microsoft.PowerShell.CoreCLR.Eventing referenced from System.Management.Automation","Ensure that the assembly is included in the Wix file or directory"
"Az.Compute","System.IO.Hashing","6.0.0.0","Azure.Storage.Blobs","0","3000","Missing ALC assembly System.IO.Hashing referenced from Azure.Storage.Blobs","Ensure that the assembly is included in the Wix file or directory"
"Az.Compute","System.Runtime.CompilerServices.Unsafe","4.0.6.0","Azure.Storage.Blobs","0","3000","Missing ALC assembly System.Runtime.CompilerServices.Unsafe referenced from Azure.Storage.Blobs","Ensure that the assembly is included in the Wix file or directory"
"Az.Compute","System.IO.Hashing","6.0.0.0","Azure.Storage.Common","0","3000","Missing ALC assembly System.IO.Hashing referenced from Azure.Storage.Common","Ensure that the assembly is included in the Wix file or directory"

0 comments on commit 536930c

Please sign in to comment.