Skip to content

Commit b4bb229

Browse files
Added ContentDisposition to ValidCloudBlobProperties
1 parent 533dfea commit b4bb229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceManagement/Storage/Commands.Storage/Blob/Cmdlet/SetAzureStorageBlobContent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ protected override void EndProcessing()
287287
new Dictionary<string, Action<StorageBlob.BlobProperties, string>>(StringComparer.OrdinalIgnoreCase)
288288
{
289289
{"CacheControl", (p, v) => p.CacheControl = v},
290+
{"ContentDisposition", (p, v) => p.ContentDisposition = v},
290291
{"ContentEncoding", (p, v) => p.ContentEncoding = v},
291292
{"ContentLanguage", (p, v) => p.ContentLanguage = v},
292293
{"ContentMD5", (p, v) => p.ContentMD5 = v},

0 commit comments

Comments
 (0)