Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adreed-msft
Copy link
Member

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

  • Bug fix
  • New feature
  • Documentation update required
  • Code quality improvement
  • Other (describe):

How Has This Been Tested?

A test has been added to validate the output of all new fields.

Source string
Destination string
}{
derefString := func(str *string) string {
Copy link
Member

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 {
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants