@azure-tools/typespec-azure-core 0.29.0-dev.11 → 0.29.0-dev.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,11 +15,12 @@ using Azure.Core.Traits.Private;
15
15
  // RPC Operations
16
16
 
17
17
  @Foundations.Private.needsRoute
18
- op RpcOperation<TParams, TResponse, Traits extends object = {}> is Foundations.Operation<
18
+ op RpcOperation<
19
19
  TParams,
20
20
  TResponse,
21
- Traits
22
- >;
21
+ Traits extends object = {},
22
+ TErrorResponse = Azure.Core.Foundations.ErrorResponse
23
+ > is Foundations.Operation<TParams, TResponse, Traits, TErrorResponse>;
23
24
 
24
25
  // Standard Resource Lifecycle Operations
25
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.29.0-dev.11",
3
+ "version": "0.29.0-dev.12",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",