ChihweiLHBird opened a new issue, #2133:
URL: https://github.com/apache/libcloud/issues/2133

   ## Summary
   
   Most drivers `create_node` function is not compatible with the base class' 
function and causing some IDE warnings.
   For example, in `azure`:
   
   ```
   Method "create_node" overrides class "NodeDriver" in an incompatible manner
     Parameter 5 name mismatch: base parameter is named "location", override 
parameter is named "ex_cloud_service_name"
     Parameter 6 name mismatch: base parameter is named "auth", override 
parameter is named "ex_storage_service_name" Pylance 
(reportIncompatibleMethodOverride)
   ```
   
   Fixing all of them will definitely introduce breaking changes. So more 
discussion would be needed apparently.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to