Skip to content

Commit

Permalink
Merge pull request #50 from alvintang/terraform-provider-azure-10888
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Aug 2, 2021
2 parents 9de4e97 + 334cbe7 commit 638457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/2019-12-12/file/files/properties_get.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (client Client) GetPropertiesResponder(resp *http.Response) (result GetResu
result.ContentDisposition = resp.Header.Get("Content-Disposition")
result.ContentEncoding = resp.Header.Get("Content-Encoding")
result.ContentLanguage = resp.Header.Get("Content-Language")
result.ContentMD5 = resp.Header.Get("x-ms-content-md5")
result.ContentMD5 = resp.Header.Get("Content-MD5")
result.ContentType = resp.Header.Get("Content-Type")
result.CopyID = resp.Header.Get("x-ms-copy-id")
result.CopyProgress = resp.Header.Get("x-ms-copy-progress")
Expand Down

0 comments on commit 638457f

Please sign in to comment.