Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call SubResource correctly in list comprehension (#7974)
Call SubResource(id=x) instead of SubResource(x) in list comprehension since the latter introduced a type error and prevented az network lb outbound-rule update from being used with the --frontend-ip-configs flag This fixes GH-7973
- Loading branch information