@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.
- package/lib/models.tsp +1 -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