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

Adds ability to check Network Watcher flow logs. #222

Merged
1 commit merged into from
Nov 21, 2019
Merged

Adds ability to check Network Watcher flow logs. #222

1 commit merged into from
Nov 21, 2019

Conversation

ghost
Copy link

@ghost ghost commented Nov 21, 2019

Signed-off-by: Ruairi Fennell rfennell@chef.io

Signed-off-by: Ruairi Fennell <rfennell@chef.io>
@ghost ghost self-requested a review November 21, 2019 15:57
@exists = true
end

def to_s
"'#{name}' Network Watcher"
end

def flow_logs
return nil if @nsg.nil?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be changed to !!@nsg. Have seen elsewhere that this preferred over .nil?

Copy link
Contributor

@rmoles rmoles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to approve without changing to !!

@ghost ghost merged commit 785ee74 into master Nov 21, 2019
@ghost ghost deleted the nw-flow-logs branch November 21, 2019 16:25
This pull request was closed.
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.

1 participant