From 4b28f5b325d061286f86ebe47205647107915369 Mon Sep 17 00:00:00 2001 From: rickle-msft Date: Mon, 8 Jan 2018 13:51:09 -0800 Subject: [PATCH] Doc updates --- 2017-07-29/azblob/url_blob.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2017-07-29/azblob/url_blob.go b/2017-07-29/azblob/url_blob.go index 47d74be..c4f46aa 100644 --- a/2017-07-29/azblob/url_blob.go +++ b/2017-07-29/azblob/url_blob.go @@ -223,8 +223,8 @@ func leasePeriodPointer(period int32) (p *int32) { return nil } -// Undelete undeletes the blob. -// For more information, see https://docs.microsoft.com/rest/api/storageservices/lease-blob. +// Undelete restores the contents and metadata of a soft-deleted blob and any associated soft-deleted snapshots. +// For more information, see https://docs.microsoft.com/rest/api/storageservices/undelete-blob. func (b BlobURL) Undelete(ctx context.Context) (*BlobsUndeleteResponse, error) { return b.blobClient.Undelete(ctx, nil, nil) }