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

[Storage] Fix #27590: az storage fs directory download: Check user sytem PATH for azcopy and use CLI config directory for new install #27593

Merged
merged 8 commits into from
Oct 19, 2023

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    84bcf7f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. use exception

    calvinhzy committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a3c3a7e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. a better solution suggested by @jakevc is to have a more unique insta…

    …ll location for the pineed version azcopy used by cli
    calvinhzy committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    91f305d View commit details
    Browse the repository at this point in the history
  2. lint

    calvinhzy committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    219a85e View commit details
    Browse the repository at this point in the history
  3. lint

    calvinhzy committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e0bedef View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. check system PATH for existing azcopy and check if the version is new…

    …er than 10.13.0, use the cli config dir following the same convention as bicep
    calvinhzy committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d5399c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35bb69e View commit details
    Browse the repository at this point in the history
  3. fix

    calvinhzy committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b874928 View commit details
    Browse the repository at this point in the history