Skip to content

Commit b664682

Browse files
authored
Fixed ShareFileClient.StartCopy() IgnoreReadonly (Azure#27028)
1 parent ab38726 commit b664682

File tree

5 files changed

+219
-226
lines changed

5 files changed

+219
-226
lines changed

sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
# Release History
22

33
## 12.9.0-beta.4 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
4+
- Fixed bug where ShareFileClient.StartCopy() and .StartCopyAsync() were not sending the ignoreReadonly parameter correctly.
125

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

sdk/storage/Azure.Storage.Files.Shares/src/Generated/FileRestClient.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/Azure.Storage.Files.Shares/src/autorest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Run `dotnet build /t:GenerateCode` to generate code.
44

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

0 commit comments

Comments
 (0)