Skip to content

Commit d48c00b

Browse files
committed
Actually remove the networkservice usage since it was deleted
1 parent 57e639b commit d48c00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/docs/Docs-ToC.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function Get-python-UpdatedDocsMsToc($toc) {
253253
# (e.g. "Functions"), sorting the resulting list, then re-adding the ultimate
254254
# item to the end. This ensures that the "Other" service is at the bottom as
255255
# intended.
256-
$sortableServices = $services[0..($services.Length - 2)] + $functionService + $networkService
256+
$sortableServices = $services[0..($services.Length - 2)] + $functionService
257257
$toc[0].items = ($sortableServices | Sort-Object -Property name) + $services[-1]
258258

259259
# PowerShell outputs a single object if the output is an array with only one

0 commit comments

Comments
 (0)