Remove load_yaml() & load_json() methods from BaseScript #11485

Closed
opened 2025-12-29 21:45:56 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Aug 14, 2025).

Originally assigned to: @jeremystretch on GitHub.

Proposed Changes

Remove the load_yaml() and load_json() methods from the BaseScript class.

Justification

These were deprecated in NetBox v4.3.0 under #18896.

Impact

Any custom scripts which utilize either of these methods will need to be updated.

Originally created by @jeremystretch on GitHub (Aug 14, 2025). Originally assigned to: @jeremystretch on GitHub. ### Proposed Changes Remove the `load_yaml()` and `load_json()` methods from the BaseScript class. ### Justification These were deprecated in NetBox v4.3.0 under #18896. ### Impact Any custom scripts which utilize either of these methods will need to be updated.
adam added the status: acceptedtype: deprecationbreaking change labels 2025-12-29 21:45:56 +01:00
adam closed this issue 2025-12-29 21:45:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11485