@azure-tools/typespec-azure-core 0.30.0-dev.19 → 0.30.0-dev.20

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 -1
  2. package/package.json +1 -1
package/lib/models.tsp CHANGED
@@ -70,7 +70,7 @@ model TopQueryParameter {
70
70
  model SkipQueryParameter {
71
71
  @query
72
72
  @doc("The number of result items to skip.")
73
- skip?: int32;
73
+ skip?: int32 = 0;
74
74
  }
75
75
 
76
76
  @doc("Provides the standard 'maxpagesize' query parameter for list operations.")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.30.0-dev.19",
3
+ "version": "0.30.0-dev.20",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",