-
Notifications
You must be signed in to change notification settings - Fork 4k
[Storage] support StandardBlobtier and Rehydrate priority #9781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,9 @@ | |
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="0.10.1-preview" /> | ||
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="10.0.3" /> | ||
<PackageReference Include="Microsoft.Azure.Storage.File" Version="10.0.3" /> | ||
<PackageReference Include="Microsoft.Azure.Storage.Queue" Version="10.0.3" /> | ||
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.0.0" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Doesn't this require changes to the Storage.DataMovement library? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As we discussed before, since Az.Accounts reference a old DMlib, we will use a private signed DMlib with different name in PSH. And I have already updated the private signed DMlib to new build with this PR. (The last file in "Files Changed") |
||
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.0.0" /> | ||
<PackageReference Include="Microsoft.Azure.Storage.Queue" Version="11.0.0" /> | ||
<PackageReference Include="MSTest.TestAdapter" Version="1.2.1" /> | ||
<PackageReference Include="MSTest.TestFramework" Version="1.2.1" /> | ||
</ItemGroup> | ||
|
Uh oh!
There was an error while loading. Please reload this page.