-
Notifications
You must be signed in to change notification settings - Fork 3k
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
az storage fs file move not working with container files #30279
Comments
Thank you for opening this issue, we will look into it. |
Hi @scoop96 can you try |
Hello @calvinhzy Thank you for the The new error is regarding credentials. For our implementation, we cannot use Regarding SAS, (correct me if im wrong) is not a valid solution, this script will be launched monthly to do some work over some files, and create a new file and move an existing file (Can I createa SAS for the new file from code?) What can I do? thank you so much.
|
Describe the bug
Hi, I was looking for a way to move a file inside a storage account > container > folder to another folder in the same container.
thank you
Related command
this is the command
I know im creating a bug, but could not open a simple issue for help for lack of documentation or understandment, sorry.
-f
-> im using the container name--account-name
-> im using the storage account name-path
-> the file is in thecontainer/file.csv
so im simply putting the filenamefile.csv
--new-path
-> the folder is created already (i saw the issue #28708 ) so im simply puttingtest/file.csv
Errors
Regarding the output that im getting is this one:
ERROR: unrecognized arguments: pingid-automation
as where
pingid-automation
is the container name.Issue script & Debug output
Expected behavior
To simply move the folder
Environment Summary
azure-cli 2.65.0
core 2.65.0
telemetry 1.1.0
Dependencies:
msal 1.31.0
azure-mgmt-resource 23.1.1
Python location 'C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\python.exe'
Extensions directory 'C:\Users\SE99236.azure\cliextensions'
Python (Windows) 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 21:52:07) [MSC v.1937 32 bit (Intel)]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
No response
The text was updated successfully, but these errors were encountered: