Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 7973 - Call SubResource correctly in list comprehension #7974

Merged
merged 1 commit into from
Dec 4, 2018
Merged

Fix 7973 - Call SubResource correctly in list comprehension #7974

merged 1 commit into from
Dec 4, 2018

Conversation

justenwalker
Copy link
Contributor

Call SubResource(id=x) instead of SubResource(x) in list comprehension, since the latter introduced a TypeError and prevented az network lb outbound-rule update from being used with the --frontend-ip-configs flag

This fixes GH-7973

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
@tjprescott
Copy link
Member

@justenwalker thanks for the contribution!

@tjprescott tjprescott merged commit 33e9b94 into Azure:dev Dec 4, 2018
@justenwalker justenwalker deleted the gh-7973 branch December 4, 2018 20:47
williexu pushed a commit to williexu/azure-cli that referenced this pull request Dec 4, 2018
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 AzureGH-7973
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants