@azure-tools/typespec-azure-core 0.35.0-dev.1 → 0.35.0-dev.3

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.
@@ -318,11 +318,11 @@ op GetOperationStatus<
318
318
  Traits extends TypeSpec.Reflection.Model = {},
319
319
  TErrorResponse = Azure.Core.Foundations.ErrorResponse
320
320
  > is Foundations.Operation<
321
- {
321
+ TParams & {
322
322
  @doc("The unique ID of the operation.")
323
323
  @path
324
324
  operationId: string;
325
- } & TParams,
325
+ },
326
326
  OperationStatus<TStatusResult, TStatusError>,
327
327
  Traits,
328
328
  TErrorResponse
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.35.0-dev.1",
3
+ "version": "0.35.0-dev.3",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",
@@ -42,12 +42,12 @@
42
42
  "!dist/test/**"
43
43
  ],
44
44
  "peerDependencies": {
45
- "@typespec/compiler": "~0.48.0 || >=0.49.0-dev <0.49.0",
45
+ "@typespec/compiler": "~0.48.1 || >=0.49.0-dev <0.49.0",
46
46
  "@typespec/http": "~0.48.0 || >=0.49.0-dev <0.49.0",
47
47
  "@typespec/rest": "~0.48.0 || >=0.49.0-dev <0.49.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@typespec/compiler": "~0.48.0 || >=0.49.0-dev <0.49.0",
50
+ "@typespec/compiler": "~0.48.1 || >=0.49.0-dev <0.49.0",
51
51
  "@typespec/http": "~0.48.0 || >=0.49.0-dev <0.49.0",
52
52
  "@typespec/rest": "~0.48.0 || >=0.49.0-dev <0.49.0",
53
53
  "@typespec/eslint-config-typespec": "~0.48.0 || >=0.49.0-dev <0.49.0",