fix(hybridkubernetes): resolve pylint failures for mgmt package CI#46105
fix(hybridkubernetes): resolve pylint failures for mgmt package CI#46105varundataquest wants to merge 1 commit intoAzure:mainfrom
Conversation
- Move line-too-long pylint disables onto long URL string lines in sync operations - Add protected-access disables for stream_download _pipeline usage (sync and aio) - Add too-many-instance-attributes disable on ConnectedCluster model These align with patterns used elsewhere in generated clients and restore pylint 10/10 for azure-mgmt-hybridkubernetes Analyze job. Made-with: Cursor
|
Thank you for your contribution @varundataquest! We will review the pull request and get back to you soon. |
|
@varundataquest please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
1 similar comment
|
@varundataquest please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Summary
Pylint fixes for
azure-mgmt-hybridkubernetesso the Analyze job passes (10/10).line-too-longdisables onto long URL string lines in sync_connected_cluster_operations.pyprotected-accessdisables forstream_download(..., self._client._pipeline, ...)in sync and aio operationstoo-many-instance-attributesdisable onConnectedClustermodelValidation
Local:
azpysdk pylint .passes; verifywhl, verifysdist, bandit, import_all, verify_keywords passed.Related context: AutoRelease hybridkubernetes mgmt package CI.
Made with Cursor