@azure-tools/typespec-azure-core 0.40.0-dev.4 → 0.40.0-dev.5

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.
@@ -251,6 +251,7 @@ model CustomPage<
251
251
 
252
252
  @doc("The link to the next page of items")
253
253
  @nextLink
254
+ @visibility("read")
254
255
  nextLink?: ResourceLocation<Resource>;
255
256
 
256
257
  // Include custom response fields
package/lib/models.tsp CHANGED
@@ -21,6 +21,7 @@ model Page<Resource extends TypeSpec.Reflection.Model> {
21
21
 
22
22
  @doc("The link to the next page of items")
23
23
  @nextLink
24
+ @visibility("read")
24
25
  nextLink?: ResourceLocation<Resource>;
25
26
  }
26
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-core",
3
- "version": "0.40.0-dev.4",
3
+ "version": "0.40.0-dev.5",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Core library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",