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 provider windowsfirewall #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ralfbosz
Copy link

@ralfbosz ralfbosz commented Dec 13, 2022

The command Get-NetFirewallProfile shows the variable DisabledInterfaceAliases with curly brackets, causing every run to change this parameter. Delete all curly brackets from value to solve this.

Pull Request (PR) description

The output of DisabledInterfaceAliases gives curly brackets around the interface-name. Added a delete to the provider to delete these.

This Pull Request (PR) fixes the following issues

Fixes #126

@kenyon
Copy link
Member

kenyon commented Dec 14, 2022

Since the title of this pull request would be used in the changelog, could you come up with a better title that says something about the bug that is being fixed?

@ralfbosz ralfbosz changed the title This commit deletes curly brackets from output Fix provider windowsfirewall Dec 16, 2022
The command Get-NetFirewallProfile shows the
variable DisabledInterfaceAliases with curly
brackets, causing every run to change this
parameter. Delete the curly brackets from
value to solve this.
@ralfbosz
Copy link
Author

Seems new checks are present, which have nothing to do with my PR. I hope my commit message is a bit better now.

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.

downcase domain_excluded_interfaces
2 participants