Skip to content

[Storage] Fix #10620 in azure cli to support ADLS#1038

Merged
Juliehzl merged 46 commits intoAzure:masterfrom
Juliehzl:ADLS
Oct 31, 2019
Merged

[Storage] Fix #10620 in azure cli to support ADLS#1038
Juliehzl merged 46 commits intoAzure:masterfrom
Juliehzl:ADLS

Conversation

@Juliehzl
Copy link
Contributor


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

@azuresdkci
Copy link

If this PR is for a new extension or change to an existing extension, use the following to try out the changes in this PR:

docker run -it microsoft/azure-cli:latest
export EXT=<NAME>
pip install --upgrade --target ~/.azure/cliextensions/$EXT "git+https://github.com/Juliehzl/azure-cli-extensions.git@ADLS#subdirectory=src/$EXT&egg=$EXT"

@Juliehzl Juliehzl requested a review from zikalino October 31, 2019 01:25
Copy link

@zikalino zikalino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i am ok with merging it, couldn't check every single detail though.
anyway the ux and tests look good.
just left a few comments.

@Juliehzl Juliehzl merged commit ca7400c into Azure:master Oct 31, 2019
ManuInNZ pushed a commit to ManuInNZ/azure-cli-extensions that referenced this pull request Apr 11, 2020
* add az storage blob directory and enable _help in extension

* add access in blob directory

* update params.py

* add some test

* update help and test

* update test

* add upload

* upgrade azcopy to v10.3.1 and refine download command

* add test for upload

* add download command

* fix bug for 'az storage blob directory -h'

* change the api version name and re-record test

* remoce useless azcopy package

* update version and re-record test

* add az storage blob directory and enable _help in extension

* add access in blob directory

* update params.py

* add some test

* update help and test

* update test

* add upload

* upgrade azcopy to v10.3.1 and refine download command

* add test for upload

* add download command

* fix bug for 'az storage blob directory -h'

* change the api version name and re-record test

* remoce useless azcopy package

* update version and re-record test

* fix style

* remove conflicts sign in _params.py

* remove conflicts sign in _help.py

* remove conflicts sign in blob.py

* remove conflict sign in test_storage_adls_scenariods.py

* remove unuseless comment

* remove useless function and fix style

* remove useless transform_url

* remove useless upload_blob() and guess_content_type()

* fix style to remove unused import
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.

3 participants