Skip to content

Commit b72ffb5

Browse files
azure-sdkarcherzz
andauthored
Update AutoRest C# version to 3.0.0-beta.20230824.1 (Azure#38348)
* Update Generator Version 3.0.0-beta.20230824.1 * Update SDK codes * keep existing behavior of `Azure.Storage.Files.DataLake` --------- Co-authored-by: archerzz <archerzz@gmail.com>
1 parent fec4b08 commit b72ffb5

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
All should have PrivateAssets="All" set so they don't become package dependencies
175175
-->
176176
<ItemGroup>
177-
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20230823.3" PrivateAssets="All" />
177+
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20230824.1" PrivateAssets="All" />
178178
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20230822.1" PrivateAssets="All" />
179179
<PackageReference Update="coverlet.collector" Version="3.2.0" PrivateAssets="All" />
180180
<PackageReference Update="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.1" PrivateAssets="All" />

eng/emitter-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-csharp": "0.2.0-beta.20230823.3"
4+
"@azure-tools/typespec-csharp": "0.2.0-beta.20230824.1"
55
}
66
}

sdk/storage/Azure.Storage.Files.DataLake/src/DataLakeFileSystemClient.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3334,6 +3334,7 @@ internal async Task<Response<PathDeletedSegment>> GetDeletedPathsInternal(
33343334
marker: continuation,
33353335
maxResults: maxResults,
33363336
include: null,
3337+
showonly: ListBlobsShowOnly.Deleted,
33373338
timeout: null,
33383339
cancellationToken: cancellationToken)
33393340
.ConfigureAwait(false);
@@ -3346,6 +3347,7 @@ internal async Task<Response<PathDeletedSegment>> GetDeletedPathsInternal(
33463347
marker: continuation,
33473348
maxResults: maxResults,
33483349
include: null,
3350+
showonly: ListBlobsShowOnly.Deleted,
33493351
timeout: null,
33503352
cancellationToken: cancellationToken);
33513353
}

sdk/storage/Azure.Storage.Files.DataLake/src/Generated/FileSystemRestClient.cs

Lines changed: 18 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)