[PR #84] [MERGED] feat: Create/update Admin Profile #85

Closed
opened 2026-02-27 23:18:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sophos/sophos-firewall-sdk/pull/84
Author: @mamullen13316
Created: 10/4/2024
Status: Merged
Merged: 10/4/2024
Merged by: @mamullen13316

Base: mainHead: admin_profile


📝 Commits (2)

  • d0f10e0 feat: create and update admin profile
  • 7442fd7 version: update to v0.1.55

📊 Changes

5 files changed (+514 additions, -9 deletions)

View changed files

📝 pyproject.toml (+1 -1)
📝 sophosfirewall_python/firewallapi.py (+151 -7)
📝 sophosfirewall_python/profile.py (+212 -1)
sophosfirewall_python/templates/createadminprofile.j2 (+78 -0)
sophosfirewall_python/templates/updateadminprofile.j2 (+72 -0)

📄 Description

  • added create_admin_profile()
  • added update_admin_profile()

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sophos/sophos-firewall-sdk/pull/84 **Author:** [@mamullen13316](https://github.com/mamullen13316) **Created:** 10/4/2024 **Status:** ✅ Merged **Merged:** 10/4/2024 **Merged by:** [@mamullen13316](https://github.com/mamullen13316) **Base:** `main` ← **Head:** `admin_profile` --- ### 📝 Commits (2) - [`d0f10e0`](https://github.com/sophos/sophos-firewall-sdk/commit/d0f10e0c5303e126ecb0bd23dd4e545046a366ee) feat: create and update admin profile - [`7442fd7`](https://github.com/sophos/sophos-firewall-sdk/commit/7442fd7d292818451383c0f14e254faf31a263b0) version: update to v0.1.55 ### 📊 Changes **5 files changed** (+514 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+1 -1) 📝 `sophosfirewall_python/firewallapi.py` (+151 -7) 📝 `sophosfirewall_python/profile.py` (+212 -1) ➕ `sophosfirewall_python/templates/createadminprofile.j2` (+78 -0) ➕ `sophosfirewall_python/templates/updateadminprofile.j2` (+72 -0) </details> ### 📄 Description - added `create_admin_profile()` - added `update_admin_profile()` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:18:59 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sophos-firewall-sdk#85
No description provided.