[Storage] start_copy_from_url
updated route
#34359
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Example request from Python asset file: https://github.com/Azure/azure-sdk-assets/blob/python/storage/azure-storage-blob_6322eb5299/python/sdk/storage/azure-storage-blob/tests/recordings/test_common_blob.pyTestStorageCommonBlobtest_copy_blob_with_existing_blob.json#L121
"RequestUri": "https://storagename.blob.core.windows.net/utcontainer42162f06/blob1copy"
Seems to only apply narrowly to this operation, as abort_copy does have
comp=copy©id
as defined routes.tsp currently:Python example asset
"RequestUri": "https://storagename.blob.core.windows.net/utcontainerf2da299a/59466-0.txt?comp=copy\u0026copyid=1c072780-3ed4-446d-83fc-d8f9c875068a"
Addresses issue in Azure/azure-sdk-for-rust#2541 path-building logic