@azure-tools/typespec-azure-core 0.34.0-dev.2 → 0.34.0-dev.4

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.
@@ -145,7 +145,7 @@ interface ResourceOperations<
145
145
  TraitLocation.Response,
146
146
  TraitContext.Create | TraitContext.Update
147
147
  > &
148
- Foundations.LongRunningStatusLocation<TResource>>,
148
+ Foundations.LongRunningStatusLocation>,
149
149
  Traits & InterfaceTraits,
150
150
  TErrorResponse
151
151
  >;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.34.0-dev.2",
3
+ "version": "0.34.0-dev.4",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",