Skip to content

Commit 5cba5f1

Browse files
Adjust route for start_copy_from_url (#34359)
1 parent 8e055e2 commit 5cba5f1

File tree

1 file changed

+1
-1
lines changed
  • specification/storage/Microsoft.BlobStorage

1 file changed

+1
-1
lines changed

specification/storage/Microsoft.BlobStorage/routes.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ namespace Storage.Blob {
11121112
#suppress "@azure-tools/typespec-azure-core/use-standard-operations" "Existing API"
11131113
#suppress "@azure-tools/typespec-azure-core/no-response-body" "Existing API"
11141114
@put
1115-
@route("{blobName}?comp=copy")
1115+
@route("{blobName}")
11161116
op startCopyFromUrl is StorageOperation<
11171117
{
11181118
...ContainerNamePathParameter;

0 commit comments

Comments
 (0)