02a8121dea
* FTD modules: upsert functionality and bug fixes (#47747)
* FTD modules: bug fixes and upsert functionality
* Fix sanity checks
* Fix unit tests for Python 2.6
* Log status code for login/logout
* Use string formatting in logging
(cherry picked from commit 9770ac70f9
)
* Add changelog entry
4 lines
230 B
YAML
4 lines
230 B
YAML
bugfixes:
|
|
- Fix the issue that FTD HTTP API retries authentication-related HTTP requests.
|
|
- Fix the issue that module fails when the Swagger model does not have required fields.
|
|
- Fix the issue with comparing string-like objects.
|