@azure-tools/typespec-azure-core 0.28.0-dev.2 → 0.28.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.
Files changed (2) hide show
  1. package/lib/models.tsp +1 -2
  2. package/package.json +1 -1
package/lib/models.tsp CHANGED
@@ -39,8 +39,7 @@ alias ResourceOperationStatusResponse<
39
39
  TResource,
40
40
  TStatusResult,
41
41
  TStatusError
42
- > = ResourceOperationStatus<TResource, TStatusResult, TStatusError> &
43
- Foundations.ItemKeysOf<TResource>;
42
+ > = ResourceOperationStatus<TResource, TStatusResult, TStatusError>;
44
43
 
45
44
  @doc("Provides the standard 'top' query parameter for list operations.")
46
45
  model TopQueryParameter {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.28.0-dev.2",
3
+ "version": "0.28.0-dev.3",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",