Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Fix typo in parameter name and set default value to true. #3085

Merged
merged 3 commits into from
May 4, 2023

Conversation

mgreisen
Copy link
Contributor

@mgreisen mgreisen commented May 4, 2023

Summary of the Pull Request

Closes #3071

Fix the typo in the azcopy parameter name and set the default value to true.

PR Checklist

  • Applies to work item: #xxx
  • CLA signed. If not, go over here and sign the CLI.
  • Tests added/passed
  • Requires documentation to be updated
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Info on Pull Request

What does this include?

Validation Steps Performed

How does someone test & validate?

@mgreisen mgreisen requested a review from chkeita May 4, 2023 15:17
@mgreisen mgreisen changed the title Fix type in parameter name and set default value to true. Fix typo in parameter name and set default value to true. May 4, 2023
@codecov-commenter
Copy link

codecov-commenter commented May 4, 2023

Codecov Report

Merging #3085 (796deeb) into main (bb1a544) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main    #3085   +/-   ##
=======================================
  Coverage   31.75%   31.75%           
=======================================
  Files         307      307           
  Lines       36770    36770           
=======================================
  Hits        11678    11678           
  Misses      25092    25092           
Impacted Files Coverage Δ
src/agent/onefuzz/src/az_copy.rs 0.00% <0.00%> (ø)

@mgreisen mgreisen merged commit 4044e5c into microsoft:main May 4, 2023
AdamL-Microsoft added a commit that referenced this pull request May 5, 2023
@AdamL-Microsoft AdamL-Microsoft mentioned this pull request May 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A typo in a flag passed to azcopy by the Rust agent causes azcopy to display an error and the job to fail
3 participants