You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by having a skipToken = 50 in the default examlpe many testing the code will find themselves with an empty result set. Lower it to 0 in the default example would ensure that everyone will get an result of there is anything to find. Afterwards people can start tweaking it for their needs.
Expected behavior
SMB users will expect to see entries in their first test of the example code.
Actual behavior
Many will get an empty result set.
Reproduction Steps
Runs this against any tenant that hasn't 50 non archived Reserved Instances.
Environment
N/A
The text was updated successfully, but these errors were encountered:
Link to sample
https://github.com/Azure/azure-sdk-for-js/blob/%40azure/arm-reservations_9.0.0/sdk/reservations/arm-reservations/samples-dev/reservationListAllSample.ts
Library name and version
azure/arm-reservations@9.0.0
Language of the Sample
Sample Issue Type
Issue details
by having a skipToken = 50 in the default examlpe many testing the code will find themselves with an empty result set. Lower it to 0 in the default example would ensure that everyone will get an result of there is anything to find. Afterwards people can start tweaking it for their needs.
Expected behavior
SMB users will expect to see entries in their first test of the example code.
Actual behavior
Many will get an empty result set.
Reproduction Steps
Runs this against any tenant that hasn't 50 non archived Reserved Instances.
Environment
N/A
The text was updated successfully, but these errors were encountered: