Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Fix test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Oct 20, 2022
1 parent 214c093 commit 546e073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public Task<IDictionary<Guid, string>> ListInstanceIds(Guid name) {
throw new NotImplementedException();
}

public Task<List<string>?> ListVmss(Guid name, Func<VirtualMachineScaleSetVmResource, bool>? filter) {
public IAsyncEnumerable<string> ListVmss(Guid name, Func<VirtualMachineScaleSetVmResource, bool>? filter) {
throw new NotImplementedException();
}

Expand Down

0 comments on commit 546e073

Please sign in to comment.