Uh oh!
There was an error while loading. Please reload this page.
Correct Netscaler parser slug - #340
Conversation
…ko driver To align with the other slugs used for platforms I've corrected it to use netscaler instead of citrix_netscaler.
jeffkala
commented
Aug 10, 2023
This would require major version bump correct? As its a breaking change? Maybe we have to keep both for now and have a deprecation warning of sorts for the |
jdrew82
commented
Aug 10, 2023
This could be considered a breaking change, yes. If we want to keep the original and just have two entries for the same platform I'm fine with that though I wonder how the tests would handle it. |
jeffkala
commented
Aug 11, 2023
Think i'm good with this. I was researching for a decent way to do a deprecation warning on dictionary key, but doesn't seem there's a easy way. |
* refactor: 🚚 Rename slug used for Citrix Netscaler to align with netmiko driver To align with the other slugs used for platforms I've corrected it to use netscaler instead of citrix_netscaler. * test: Fix docs slug ordering for pytest * revert: ⏪️ Restore citrix_netscaler entry in parser_map
This PR is to correct the slug used for Citrix Netscaler to align with netmiko driver that the other platforms use.
The tests have also been updated to match.