diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props
index e26e33413d1a..dd7981b8e79f 100644
--- a/eng/Packages.Data.props
+++ b/eng/Packages.Data.props
@@ -457,7 +457,7 @@
1.0.0-dev.20250805.1
- 1.0.0-alpha.20250811.4
+ 1.0.0-alpha.20250811.6
1.0.0-alpha.20250729.4
diff --git a/eng/http-client-csharp-emitter-package-lock.json b/eng/http-client-csharp-emitter-package-lock.json
index ed496cd82583..531b91a0410b 100644
--- a/eng/http-client-csharp-emitter-package-lock.json
+++ b/eng/http-client-csharp-emitter-package-lock.json
@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
- "@typespec/http-client-csharp": "1.0.0-alpha.20250811.4",
+ "@typespec/http-client-csharp": "1.0.0-alpha.20250811.6",
"client-plugin": "file:../../../../eng/packages/plugins/client"
},
"devDependencies": {
@@ -576,9 +576,9 @@
}
},
"node_modules/@typespec/http-client-csharp": {
- "version": "1.0.0-alpha.20250811.4",
- "resolved": "https://registry.npmjs.org/@typespec/http-client-csharp/-/http-client-csharp-1.0.0-alpha.20250811.4.tgz",
- "integrity": "sha512-FFRNFiLnWQHbIOtWkqNBObcOeTwL7Ur6kpzafxao4X8ABTpqEaZF34oXk3LTAdJPczQdk8RGiKpEVoQEn6FP2g==",
+ "version": "1.0.0-alpha.20250811.6",
+ "resolved": "https://registry.npmjs.org/@typespec/http-client-csharp/-/http-client-csharp-1.0.0-alpha.20250811.6.tgz",
+ "integrity": "sha512-KgAsooPKemm/na7oJtkoHCvo8lj/G8GrvIP0z+1TleY7dZzRWkP7ZBqF6L+0FVgHEgQsXkFOyB9CTowOr0esOw==",
"license": "MIT",
"peerDependencies": {
"@azure-tools/typespec-azure-core": ">=0.59.0 <0.60.0 || ~0.60.0-0",
diff --git a/eng/http-client-csharp-emitter-package.json b/eng/http-client-csharp-emitter-package.json
index cf576ea43999..f996094911d3 100644
--- a/eng/http-client-csharp-emitter-package.json
+++ b/eng/http-client-csharp-emitter-package.json
@@ -2,7 +2,7 @@
"main": "dist/src/index.js",
"dependencies": {
"client-plugin": "file:../../../../eng/packages/plugins/client",
- "@typespec/http-client-csharp": "1.0.0-alpha.20250811.4"
+ "@typespec/http-client-csharp": "1.0.0-alpha.20250811.6"
},
"devDependencies": {
"@azure-tools/typespec-azure-core": "0.59.0",
diff --git a/eng/packages/http-client-csharp/generator/TestProjects/Spector/http/azure/core/basic/src/Generated/BasicClient.cs b/eng/packages/http-client-csharp/generator/TestProjects/Spector/http/azure/core/basic/src/Generated/BasicClient.cs
index 7793c531ab9e..a61dd5b36b28 100644
--- a/eng/packages/http-client-csharp/generator/TestProjects/Spector/http/azure/core/basic/src/Generated/BasicClient.cs
+++ b/eng/packages/http-client-csharp/generator/TestProjects/Spector/http/azure/core/basic/src/Generated/BasicClient.cs
@@ -43,13 +43,13 @@ public partial class BasicClient
public virtual Task> GetAsync(int id, CancellationToken cancellationToken = default) => throw null;
- public virtual Pageable Get(int? top, int? skip, int? maxpagesize, IEnumerable @orderby, string filter, IEnumerable @select, IEnumerable expand, RequestContext context) => throw null;
+ public virtual Pageable GetAll(int? top, int? skip, int? maxpagesize, IEnumerable @orderby, string filter, IEnumerable @select, IEnumerable expand, RequestContext context) => throw null;
- public virtual AsyncPageable GetAsync(int? top, int? skip, int? maxpagesize, IEnumerable @orderby, string filter, IEnumerable @select, IEnumerable expand, RequestContext context) => throw null;
+ public virtual AsyncPageable GetAllAsync(int? top, int? skip, int? maxpagesize, IEnumerable @orderby, string filter, IEnumerable @select, IEnumerable expand, RequestContext context) => throw null;
- public virtual Pageable Get(int? top = default, int? skip = default, int? maxpagesize = default, IEnumerable @orderby = default, string filter = default, IEnumerable @select = default, IEnumerable expand = default, CancellationToken cancellationToken = default) => throw null;
+ public virtual Pageable GetAll(int? top = default, int? skip = default, int? maxpagesize = default, IEnumerable @orderby = default, string filter = default, IEnumerable @select = default, IEnumerable expand = default, CancellationToken cancellationToken = default) => throw null;
- public virtual AsyncPageable GetAsync(int? top = default, int? skip = default, int? maxpagesize = default, IEnumerable @orderby = default, string filter = default, IEnumerable @select = default, IEnumerable expand = default, CancellationToken cancellationToken = default) => throw null;
+ public virtual AsyncPageable GetAllAsync(int? top = default, int? skip = default, int? maxpagesize = default, IEnumerable @orderby = default, string filter = default, IEnumerable @select = default, IEnumerable expand = default, CancellationToken cancellationToken = default) => throw null;
public virtual Response Delete(int id, RequestContext context) => throw null;
diff --git a/eng/packages/http-client-csharp/generator/TestProjects/Spector/http/client/overload/src/Generated/OverloadClient.cs b/eng/packages/http-client-csharp/generator/TestProjects/Spector/http/client/overload/src/Generated/OverloadClient.cs
index 39c35bb872b5..815bac0201d0 100644
--- a/eng/packages/http-client-csharp/generator/TestProjects/Spector/http/client/overload/src/Generated/OverloadClient.cs
+++ b/eng/packages/http-client-csharp/generator/TestProjects/Spector/http/client/overload/src/Generated/OverloadClient.cs
@@ -22,20 +22,20 @@ public partial class OverloadClient
public virtual HttpPipeline Pipeline => throw null;
- public virtual Response Get(RequestContext context) => throw null;
+ public virtual Response GetAll(RequestContext context) => throw null;
- public virtual Task GetAsync(RequestContext context) => throw null;
+ public virtual Task GetAllAsync(RequestContext context) => throw null;
- public virtual Response> Get(CancellationToken cancellationToken = default) => throw null;
+ public virtual Response> GetAll(CancellationToken cancellationToken = default) => throw null;
- public virtual Task>> GetAsync(CancellationToken cancellationToken = default) => throw null;
+ public virtual Task>> GetAllAsync(CancellationToken cancellationToken = default) => throw null;
- public virtual Response Get(string scope, RequestContext context) => throw null;
+ public virtual Response GetAll(string scope, RequestContext context) => throw null;
- public virtual Task GetAsync(string scope, RequestContext context) => throw null;
+ public virtual Task GetAllAsync(string scope, RequestContext context) => throw null;
- public virtual Response> Get(string scope, CancellationToken cancellationToken = default) => throw null;
+ public virtual Response> GetAll(string scope, CancellationToken cancellationToken = default) => throw null;
- public virtual Task>> GetAsync(string scope, CancellationToken cancellationToken = default) => throw null;
+ public virtual Task>> GetAllAsync(string scope, CancellationToken cancellationToken = default) => throw null;
}
}
diff --git a/eng/packages/http-client-csharp/package-lock.json b/eng/packages/http-client-csharp/package-lock.json
index 109a18fa7a4e..1daac86d37b1 100644
--- a/eng/packages/http-client-csharp/package-lock.json
+++ b/eng/packages/http-client-csharp/package-lock.json
@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
- "@typespec/http-client-csharp": "1.0.0-alpha.20250811.4"
+ "@typespec/http-client-csharp": "1.0.0-alpha.20250811.6"
},
"devDependencies": {
"@azure-tools/azure-http-specs": "0.1.0-alpha.25",
@@ -2797,9 +2797,9 @@
}
},
"node_modules/@typespec/http-client-csharp": {
- "version": "1.0.0-alpha.20250811.4",
- "resolved": "https://registry.npmjs.org/@typespec/http-client-csharp/-/http-client-csharp-1.0.0-alpha.20250811.4.tgz",
- "integrity": "sha512-FFRNFiLnWQHbIOtWkqNBObcOeTwL7Ur6kpzafxao4X8ABTpqEaZF34oXk3LTAdJPczQdk8RGiKpEVoQEn6FP2g==",
+ "version": "1.0.0-alpha.20250811.6",
+ "resolved": "https://registry.npmjs.org/@typespec/http-client-csharp/-/http-client-csharp-1.0.0-alpha.20250811.6.tgz",
+ "integrity": "sha512-KgAsooPKemm/na7oJtkoHCvo8lj/G8GrvIP0z+1TleY7dZzRWkP7ZBqF6L+0FVgHEgQsXkFOyB9CTowOr0esOw==",
"license": "MIT",
"peerDependencies": {
"@azure-tools/typespec-azure-core": ">=0.59.0 <0.60.0 || ~0.60.0-0",
diff --git a/eng/packages/http-client-csharp/package.json b/eng/packages/http-client-csharp/package.json
index 5cbdb11c1ce0..fbcc9bdb285f 100644
--- a/eng/packages/http-client-csharp/package.json
+++ b/eng/packages/http-client-csharp/package.json
@@ -38,7 +38,7 @@
"dist/generator/**"
],
"dependencies": {
- "@typespec/http-client-csharp": "1.0.0-alpha.20250811.4"
+ "@typespec/http-client-csharp": "1.0.0-alpha.20250811.6"
},
"devDependencies": {
"@azure-tools/azure-http-specs": "0.1.0-alpha.25",