@azure-tools/typespec-azure-core 0.41.0-dev.6 → 0.41.0-dev.7

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