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
Describe the bug
This issue involves a regression caused by a change in the API function name that was not handled in the latest SDK's alias function. The issue directly impacts the functionality of the inventory_workflow_manager module. this behavior is observed in the latest version of dnacentersdk version - 2.10.3 and 2.8.2 (public version)
The API function download_a_file_by_fileid was renamed to download_a_file_by_file_id starting from SDK version v2_3_7_6. However, this change introduced a regression because the updated function name was not reflected in the alias function of the latest SDK, leading to broken functionality.
Expected behavior
To ensure backward compatibility, the SDK should support both download_a_file_by_fileid and download_a_file_by_file_id function names. This approach would prevent existing modules from breaking when the SDK is updated.
Screenshots
Latest function:
Environment (please complete the following information):
Cisco DNA Center Version and patch:
Python version: 3.9.19
SDK version: 2.10.3, 2.8.2(public version)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Prerequisites
Describe the bug
This issue involves a regression caused by a change in the API function name that was not handled in the latest SDK's alias function. The issue directly impacts the functionality of the inventory_workflow_manager module. this behavior is observed in the latest version of dnacentersdk version - 2.10.3 and 2.8.2 (public version)
The API function download_a_file_by_fileid was renamed to download_a_file_by_file_id starting from SDK version v2_3_7_6. However, this change introduced a regression because the updated function name was not reflected in the alias function of the latest SDK, leading to broken functionality.
Expected behavior
To ensure backward compatibility, the SDK should support both download_a_file_by_fileid and download_a_file_by_file_id function names. This approach would prevent existing modules from breaking when the SDK is updated.
Screenshots
Latest function:
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: