-
Notifications
You must be signed in to change notification settings - Fork 231
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
Restore missing dryrun values that were removed in 10.27 #2923
base: main
Are you sure you want to change the base?
Conversation
Source string | ||
Destination string | ||
}{ | ||
derefString := func(str *string) string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use common.IffNotNil here instead of this?
|
||
var aTier blob.AccessTier | ||
var srcSize int64 | ||
if d.SourceSize != nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for this, I think we can just use common.IffNotNil here and for AccessTier
@adreed-msft , can you sync this branch with main. After that we can proceed with merging this. |
Description
Feature / Bug Fix: In 10.27.0, the dryrun output was reworked to output more "useful" information to interop with the testing framework. In the process, unintentionally, several values were removed from most outputs which some customers relied upon. This PR restores the missing values, providing feature parity with 10.27.0
Related Links:
Issue
Type of Change
How Has This Been Tested?
A test has been added to validate the output of all new fields.