PaloAltoNetworks / pan-os-python

The PAN-OS SDK for Python is a package to help interact with Palo Alto Networks devices (including physical and virtualized Next-generation Firewalls and Panorama). The pan-os-python SDK is object oriented and mimics the traditional interaction with the device via the GUI or CLI/API.
https://pan-os-python.readthedocs.io
ISC License
347 stars 172 forks source link

incorrect path name fix #525

Closed cdot65 closed 9 months ago

cdot65 commented 1 year ago

This simple misspelling causes the creation of AuthenticationProfile objects to fail

PanXapiError:  authentication-profile -> MyRADIUS -> locakout unexpected here
welcome-to-palo-alto-networks[bot] commented 1 year ago

:tada: Thanks for opening this pull request! We really appreciate contributors like you! :raised_hands:

cdot65 commented 1 year ago

Addresses #526

cdot65 commented 1 year ago

Formatter had a field day, will remove anything unrelated to the actual PR

shinmog commented 10 months ago

The code is fine, but the CI is still failing on the docs task. There's another PR open for that.

paulmnguyen commented 9 months ago

The PR to fix the CI/CD was merged to develop. Please rebase develop into your branch and push it.