You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add zone export functionality
- Add export() method to REST API and Zone class
- Add unit test for zone export
- Add simple usage example
Allows customers to export zones in BIND format for backup/migration.
* zone name
* ruff formatting
* Fix black formatting for zone export code
* Add put and get endpoints in sdk
* Address PR review feedback - rename methods, consolidate export logic, update docs and version to 0.28.0
* Fix black formatting for zones.py
* Update unit tests to use renamed zone export methods
* add error handling, update status check to COMPLETED, update copyright
* fixed the api endpoint
* lint format
* black format
* fix err messages
* copyright update
* err handling
* Removed unused ResourceException import
* remove irrelevant commnds
0 commit comments