mirror of
https://github.com/sophos/sophos-firewall-sdk.git
synced 2026-04-27 00:25:49 +03:00
[PR #86] [MERGED] Fix: Submit XML method update #84
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sophos-firewall-sdk#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sophos/sophos-firewall-sdk/pull/86
Author: @mamullen13316
Created: 11/13/2024
Status: ✅ Merged
Merged: 11/13/2024
Merged by: @mamullen13316
Base:
main← Head:submit_xml_fix📝 Commits (2)
3342f58fix: allow exclusion of set operation in submit_xml methode4f4f42version: update to v0.1.57📊 Changes
2 files changed (+6 additions, -2 deletions)
View changed files
📝
pyproject.toml(+1 -1)📝
sophosfirewall_python/api_client.py(+5 -1)📄 Description
set operationin the XML payload of thesubmit_xmlmethod. This is to solve a specific problem where theremovemethod doesn't work because the content to be removed is nested deeper than the first level. With this fix, theset_operationargument can be set to None so that the set operation is excluded from the XML payload. Then the payload of the object to be removed can be included, for example🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.