diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ServiceTagsList.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ServiceTagsList.json index c5f4f1335410..e5cc50e5610b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ServiceTagsList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/ServiceTagsList.json @@ -81,7 +81,8 @@ ] } } - ] + ], + "nextLink": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Network/locations/centraluseuap/serviceTags?api-version=2020-06-01&changenumber=changenumber&$skipToken={skipToken}" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/serviceTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/serviceTags.json index d1c8bcc212fb..06abc2a9f12e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/serviceTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/serviceTags.json @@ -110,6 +110,11 @@ }, "readOnly": true, "description": "The list of service tag information resources." + }, + "nextLink": { + "type": "string", + "readOnly": true, + "description": "The URL to get next page of service tag information resources." } }, "description": "Response for the ListServiceTags API service call."