Azure / autorest.powershell

AutoRest PowerShell Generator
MIT License
111 stars 76 forks source link

v4 - stop getting next page if nextlink is an empty string #1166

Closed dolauli closed 1 year ago

dolauli commented 1 year ago

Sometimes service will return an empty string instead of null, which it should be. And this enhancement is added for the case like this. Related issue is https://github.com/Azure/autorest.powershell/issues/982.