From aa9429c09d23656ee4b18aa536f88e89f1775ef4 Mon Sep 17 00:00:00 2001 From: "Wei Wei (AZURE)" Date: Wed, 1 Nov 2017 17:26:20 +0800 Subject: [PATCH] Revise Start_AzureStorageBlobCopy help Example #3 title to make it more accurate. --- src/Storage/Commands.Storage/help/Start-AzureStorageBlobCopy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storage/Commands.Storage/help/Start-AzureStorageBlobCopy.md b/src/Storage/Commands.Storage/help/Start-AzureStorageBlobCopy.md index 428d1a702e40..de4c591654b0 100644 --- a/src/Storage/Commands.Storage/help/Start-AzureStorageBlobCopy.md +++ b/src/Storage/Commands.Storage/help/Start-AzureStorageBlobCopy.md @@ -111,7 +111,7 @@ That cmdlet starts the copy operation of the blob named ContosoPlanning2015. The previous cmdlet provides the source container. The *DestContainer* parameter specifies ContosoArchives as the destination container. -### Example 3: Get a blob to copy +### Example 3: Get all blobs in a container and copy them ``` C:\PS>Get-AzureStorageBlob -Container "ContosoUploads" | Start-AzureStorageBlobCopy -DestContainer "ContosoArchives" ```