Skip to content

Commit

Permalink
Fixed ShareFileClient.StartCopy() IgnoreReadonly (Azure#27028)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft authored Feb 17, 2022
1 parent ab38726 commit b664682
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 226 deletions.
9 changes: 1 addition & 8 deletions sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Release History

## 12.9.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Fixed bug where ShareFileClient.StartCopy() and .StartCopyAsync() were not sending the ignoreReadonly parameter correctly.

## 12.9.0-beta.3 (2022-02-07)
- Added support for service version 2021-04-10.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Files.Shares/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Run `dotnet build /t:GenerateCode` to generate code.

``` yaml
input-file:
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/0eb469cc310ad03f1466eaf861bb01923b80f33f/specification/storage/data-plane/Microsoft.FileStorage/preview/2021-04-10/file.json
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/bbea558ac43d6ebec72455233c84b0158c89fcda/specification/storage/data-plane/Microsoft.FileStorage/preview/2021-04-10/file.json
# https://github.com/Azure/autorest/issues/4075
skip-semantics-validation: true
modelerfour:
Expand Down
Loading

0 comments on commit b664682

Please sign in to comment.