8000 Update win_xml.ps1 by owadestig · Pull Request #632 · ansible-collections/community.windows · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update win_xml.ps1 #632

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

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

Conversation

owadestig
Copy link

Bugfix for removing win_xml attribute.

SUMMARY

See issue #631

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

win_xml

ADDITIONAL INFORMATION

See issue.

Bugfix for removing win_xml attribute.
@@ -265,7 +265,7 @@ elseif ($type -eq "attribute") {
}
else {
# element node processing
if ($node.Name -eq $attribute ) {
if ($node.HasAttribute($attribute)) {
Copy link
Member

Choose a reason for hiding this comment

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

Please create a changelog fragment. See this fragment as an example. Could you please add a test for this change? Thanks in advance

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
0