Description
ACTION NEEDED: This version of pylint will be merged on 2025-04-14. The build will begin to fail for this library if errors are not fixed.
Library name: azure-synapse-managedprivateendpoints
Pylint version: 3.2.7
Pylint Build: Link to build (2025-04-06)
Pylint Errors:
2025-04-06T10:20:54.7377977Z ************* Module azure
2025-04-06T10:20:54.7378765Z azure/init.py:1: [C0304(missing-final-newline), ] Final newline missing
2025-04-06T10:20:54.7379288Z ************* Module azure.synapse.init
2025-04-06T10:20:54.7379787Z azure/synapse/init.py:1: [C0304(missing-final-newline), ] Final newline missing
2025-04-06T10:20:54.7380295Z ************* Module azure.synapse.managedprivateendpoints.models
2025-04-06T10:20:54.7380867Z azure/synapse/managedprivateendpoints/models.py:7: [W0401(wildcard-import), ] Wildcard import v2020_12_01.models
2025-04-06T10:20:54.7381678Z azure/synapse/managedprivateendpoints/models.py:7: [W0614(unused-wildcard-import), ] Unused import(s) ManagedPrivateEndpoint, ManagedPrivateEndpointConnectionState, ManagedPrivateEndpointListResponse and ManagedPrivateEndpointProperties from wildcard import of v2020_12_01.models
2025-04-06T10:20:54.7382461Z ************* Module azure.synapse.managedprivateendpoints._vnet_client
2025-04-06T10:20:54.7382983Z azure/synapse/managedprivateendpoints/_vnet_client.py:93: [C0301(line-too-long), ] Line too long (132/120)
2025-04-06T10:20:54.7383558Z azure/synapse/managedprivateendpoints/_vnet_client.py:107: [C0301(line-too-long), ] Line too long (163/120)
2025-04-06T10:20:54.7384472Z azure/synapse/managedprivateendpoints/_vnet_client.py:108: [C0301(line-too-long), ] Line too long (179/120)
2025-04-06T10:20:54.7385098Z azure/synapse/managedprivateendpoints/_vnet_client.py:116: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:54.7385675Z azure/synapse/managedprivateendpoints/_vnet_client.py:117: [C0301(line-too-long), ] Line too long (147/120)
2025-04-06T10:20:54.7386312Z azure/synapse/managedprivateendpoints/_vnet_client.py:23: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-04-06T10:20:54.7387017Z azure/synapse/managedprivateendpoints/_vnet_client.py:26: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-04-06T10:20:54.7387887Z azure/synapse/managedprivateendpoints/_vnet_client.py:28: [C4748(client-accepts-api-version-keyword), _SDKClient] The client constructor needs to take in an optional keyword-only api_version argument. See details: https://azure.github.io/azure-sdk/python_design.html#specifying-the-service-version
2025-04-06T10:20:54.7388892Z azure/synapse/managedprivateendpoints/_vnet_client.py:29: [C4717(missing-client-constructor-parameter-credential), _SDKClient.init] Client constructor is missing a credential parameter. See details: https://azure.github.io/azure-sdk/python_design.html#client-configuration
2025-04-06T10:20:54.7389969Z azure/synapse/managedprivateendpoints/_vnet_client.py:29: [C4722(client-method-missing-type-annotations), _SDKClient.init] Client method is missing type annotations/comments, return type annotations/comments, or mixing type annotations and comments. See details: https://azure.github.io/azure-sdk/python_implementation.html#types-or-not
2025-04-06T10:20:54.7390854Z azure/synapse/managedprivateendpoints/_vnet_client.py:33: [W0107(unnecessary-pass), _SDKClient.init] Unnecessary pass statement
2025-04-06T10:20:54.7391686Z azure/synapse/managedprivateendpoints/_vnet_client.py:35: [C4748(client-accepts-api-version-keyword), VnetClient] The client constructor needs to take in an optional keyword-only api_version argument. See details: https://azure.github.io/azure-sdk/python_design.html#specifying-the-service-version
2025-04-06T10:20:54.7393046Z azure/synapse/managedprivateendpoints/_vnet_client.py:65: [C4722(client-method-missing-type-annotations), VnetClient.init] Client method is missing type annotations/comments, return type annotations/comments, or mixing type annotations and comments. See details: https://azure.github.io/azure-sdk/python_implementation.html#types-or-not
2025-04-06T10:20:54.7394501Z azure/synapse/managedprivateendpoints/_vnet_client.py:73: [R1714(consider-using-in), VnetClient.init] Consider merging these comparisons with 'in' by using 'api_version in ('2020-12-01', '2021-06-01-preview')'. Use a set instead if elements are hashable.
2025-04-06T10:20:54.7395409Z azure/synapse/managedprivateendpoints/_vnet_client.py:89: [C4739(docstring-missing-param), VnetClient.models] Params missing in docstring: "api_version". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:54.7396275Z azure/synapse/managedprivateendpoints/_vnet_client.py:89: [C4741(docstring-missing-return), VnetClient.models] A return doc is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:54.7397175Z azure/synapse/managedprivateendpoints/_vnet_client.py:89: [C4742(docstring-missing-rtype), VnetClient.models] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:54.7398152Z azure/synapse/managedprivateendpoints/_vnet_client.py:89: [C4722(client-method-missing-type-annotations), VnetClient.models] Client method is missing type annotations/comments, return type annotations/comments, or mixing type annotations and comments. See details: https://azure.github.io/azure-sdk/python_implementation.html#types-or-not
2025-04-06T10:20:54.7399056Z azure/synapse/managedprivateendpoints/_vnet_client.py:95: [R1705(no-else-return), VnetClient.models] Unnecessary "elif" after "return", remove the leading "el" from "elif"
2025-04-06T10:20:54.7399869Z azure/synapse/managedprivateendpoints/_vnet_client.py:104: [C4742(docstring-missing-rtype), VnetClient.managed_private_endpoints] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:54.7400908Z azure/synapse/managedprivateendpoints/_vnet_client.py:104: [C4722(client-method-missing-type-annotations), VnetClient.managed_private_endpoints] Client method is missing type annotations/comments, return type annotations/comments, or mixing type annotations and comments. See details: https://azure.github.io/azure-sdk/python_implementation.html#types-or-not
2025-04-06T10:20:54.7402017Z azure/synapse/managedprivateendpoints/_vnet_client.py:119: [C4722(client-method-missing-type-annotations), VnetClient.close] Client method is missing type annotations/comments, return type annotations/comments, or mixing type annotations and comments. See details: https://azure.github.io/azure-sdk/python_implementation.html#types-or-not
2025-04-06T10:20:54.7403060Z azure/synapse/managedprivateendpoints/_vnet_client.py:17: [C0411(wrong-import-order), ] third party import "msrest.Deserializer" should be placed before first party imports "azure.core.PipelineClient", "azure.profiles.KnownProfiles", "azure.profiles.multiapiclient.MultiApiClientMixin"
2025-04-06T10:20:54.7404015Z ************* Module azure.synapse.managedprivateendpoints._configuration
2025-04-06T10:20:54.7404573Z azure/synapse/managedprivateendpoints/_configuration.py:70: [C0301(line-too-long), ] Line too long (129/120)
2025-04-06T10:20:54.7405203Z azure/synapse/managedprivateendpoints/_configuration.py:20: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-04-06T10:20:54.7405878Z azure/synapse/managedprivateendpoints/_configuration.py:24: [R0902(too-many-instance-attributes), VnetClientConfiguration] Too many instance attributes (12/10)
2025-04-06T10:20:54.7406785Z azure/synapse/managedprivateendpoints/_configuration.py:36: [C4761(do-not-use-legacy-typing), VnetClientConfiguration.init] Do not use legacy typing using comments.
2025-04-06T10:20:54.7407509Z azure/synapse/managedprivateendpoints/_configuration.py:55: [C4761(do-not-use-legacy-typing), VnetClientConfiguration._configure] Do not use legacy typing using comments.
2025-04-06T10:20:54.7408273Z ************* Module azure.synapse.managedprivateendpoints.aio._vnet_client
2025-04-06T10:20:54.7408804Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:91: [C0301(line-too-long), ] Line too long (132/120)
2025-04-06T10:20:54.7409379Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:105: [C0301(line-too-long), ] Line too long (167/120)
2025-04-06T10:20:54.7409958Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:106: [C0301(line-too-long), ] Line too long (183/120)
2025-04-06T10:20:54.7410532Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:114: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:54.7411097Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:115: [C0301(line-too-long), ] Line too long (147/120)
2025-04-06T10:20:54.7411763Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:15: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-04-06T10:20:54.7412660Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:26: [C4748(client-accepts-api-version-keyword), _SDKClient] The client constructor needs to take in an optional keyword-only api_version argument. See details: https://azure.github.io/azure-sdk/python_design.html#specifying-the-service-version
2025-04-06T10:20:54.9473497Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:27: [C4717(missing-client-constructor-parameter-credential), _SDKClient.init] Client constructor is missing a credential parameter. See details: https://azure.github.io/azure-sdk/python_design.html#client-configuration
2025-04-06T10:20:54.9477455Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:27: [C4722(client-method-missing-type-annotations), _SDKClient.init] Client method is missing type annotations/comments, return type annotations/comments, or mixing type annotations and comments. See details: https://azure.github.io/azure-sdk/python_implementation.html#types-or-not
2025-04-06T10:20:54.9478758Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:31: [W0107(unnecessary-pass), _SDKClient.init] Unnecessary pass statement
2025-04-06T10:20:54.9479832Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:33: [C4748(client-accepts-api-version-keyword), VnetClient] The client constructor needs to take in an optional keyword-only api_version argument. See details: https://azure.github.io/azure-sdk/python_design.html#specifying-the-service-version
2025-04-06T10:20:54.9481338Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:71: [R1714(consider-using-in), VnetClient.init] Consider merging these comparisons with 'in' by using 'api_version in ('2020-12-01', '2021-06-01-preview')'. Use a set instead if elements are hashable.
2025-04-06T10:20:54.9482626Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:87: [C4739(docstring-missing-param), VnetClient.models] Params missing in docstring: "api_version". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:54.9483860Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:87: [C4741(docstring-missing-return), VnetClient.models] A return doc is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:54.9484854Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:87: [C4742(docstring-missing-rtype), VnetClient.models] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:54.9486259Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:87: [C4722(client-method-missing-type-annotations), VnetClient.models] Client method is missing type annotations/comments, return type annotations/comments, or mixing type annotations and comments. See details: https://azure.github.io/azure-sdk/python_implementation.html#types-or-not
2025-04-06T10:20:54.9487479Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:93: [R1705(no-else-return), VnetClient.models] Unnecessary "elif" after "return", remove the leading "el" from "elif"
2025-04-06T10:20:54.9488358Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:102: [C4742(docstring-missing-rtype), VnetClient.managed_private_endpoints] A return type is missing in the docstring. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:54.9489456Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:102: [C4722(client-method-missing-type-annotations), VnetClient.managed_private_endpoints] Client method is missing type annotations/comments, return type annotations/comments, or mixing type annotations and comments. See details: https://azure.github.io/azure-sdk/python_implementation.html#types-or-not
2025-04-06T10:20:54.9490576Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:117: [C4722(client-method-missing-type-annotations), VnetClient.close] Client method is missing type annotations/comments, return type annotations/comments, or mixing type annotations and comments. See details: https://azure.github.io/azure-sdk/python_implementation.html#types-or-not
2025-04-06T10:20:54.9491324Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:18: [C0411(wrong-import-order), ] third party import "msrest.Deserializer" should be placed before first party imports "azure.core.AsyncPipelineClient", "azure.core.pipeline.transport.AsyncHttpResponse", "azure.profiles.KnownProfiles", "azure.profiles.multiapiclient.MultiApiClientMixin"
2025-04-06T10:20:54.9491890Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:12: [W0611(unused-import), ] Unused Any imported from typing
2025-04-06T10:20:54.9492348Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:15: [W0611(unused-import), ] Unused AsyncHttpResponse imported from azure.core.pipeline.transport
2025-04-06T10:20:54.9492905Z azure/synapse/managedprivateendpoints/aio/_vnet_client.py:15: [W0611(unused-import), ] Unused HttpRequest imported from azure.core.pipeline.transport
2025-04-06T10:20:54.9493361Z ************* Module azure.synapse.managedprivateendpoints.aio._configuration
2025-04-06T10:20:54.9493911Z azure/synapse/managedprivateendpoints/aio/_configuration.py:66: [C0301(line-too-long), ] Line too long (134/120)
2025-04-06T10:20:54.9494370Z azure/synapse/managedprivateendpoints/aio/_configuration.py:22: [R0902(too-many-instance-attributes), VnetClientConfiguration] Too many instance attributes (12/10)
2025-04-06T10:20:54.9494794Z ************* Module azure.synapse.managedprivateendpoints.v2020_12_01._vnet_client
2025-04-06T10:20:54.9495196Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:30: [C0301(line-too-long), ] Line too long (134/120)
2025-04-06T10:20:54.9495629Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:16: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-04-06T10:20:54.9496138Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:19: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-04-06T10:20:54.9496652Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:21: [C0413(wrong-import-position), ] Import "from ._configuration import VnetClientConfiguration" should be placed at the top of the module
2025-04-06T10:20:54.9497164Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:22: [C0413(wrong-import-position), ] Import "from .operations import ManagedPrivateEndpointsOperations" should be placed at the top of the module
2025-04-06T10:20:54.9497825Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:23: [C0413(wrong-import-position), ] Import "from . import models" should be placed at the top of the module
2025-04-06T10:20:54.9498372Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:26: [C4748(client-accepts-api-version-keyword), VnetClient] The client constructor needs to take in an optional keyword-only api_version argument. See details: https://azure.github.io/azure-sdk/python_design.html#specifying-the-service-version
2025-04-06T10:20:54.9499024Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:37: [C4761(do-not-use-legacy-typing), VnetClient.init] Do not use legacy typing using comments.
2025-04-06T10:20:54.9499651Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:56: [C4758(docstring-keyword-should-match-keyword-only), VnetClient._send_request] "stream" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:54.9500338Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:56: [C4761(do-not-use-legacy-typing), VnetClient._send_request] Do not use legacy typing using comments.
2025-04-06T10:20:54.9500824Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:71: [W0212(protected-access), VnetClient._send_request] Access to a protected member _pipeline of a client class
2025-04-06T10:20:54.9501289Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:74: [C4761(do-not-use-legacy-typing), VnetClient.close] Do not use legacy typing using comments.
2025-04-06T10:20:54.9501745Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:78: [C4761(do-not-use-legacy-typing), VnetClient.enter] Do not use legacy typing using comments.
2025-04-06T10:20:54.9502196Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:83: [C4761(do-not-use-legacy-typing), VnetClient.exit] Do not use legacy typing using comments.
2025-04-06T10:20:54.9502685Z azure/synapse/managedprivateendpoints/v2020_12_01/_vnet_client.py:12: [C0411(wrong-import-order), ] third party import "msrest.Deserializer" should be placed before first party import "azure.core.PipelineClient"
2025-04-06T10:20:54.9503142Z ************* Module azure.synapse.managedprivateendpoints.v2020_12_01._configuration
2025-04-06T10:20:54.9503536Z azure/synapse/managedprivateendpoints/v2020_12_01/_configuration.py:70: [C0301(line-too-long), ] Line too long (129/120)
2025-04-06T10:20:54.9504237Z azure/synapse/managedprivateendpoints/v2020_12_01/_configuration.py:18: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-04-06T10:20:55.2349039Z azure/synapse/managedprivateendpoints/v2020_12_01/_configuration.py:23: [R0902(too-many-instance-attributes), VnetClientConfiguration] Too many instance attributes (13/10)
2025-04-06T10:20:55.2350238Z azure/synapse/managedprivateendpoints/v2020_12_01/_configuration.py:35: [C4761(do-not-use-legacy-typing), VnetClientConfiguration.init] Do not use legacy typing using comments.
2025-04-06T10:20:55.2351082Z azure/synapse/managedprivateendpoints/v2020_12_01/_configuration.py:55: [C4761(do-not-use-legacy-typing), VnetClientConfiguration._configure] Do not use legacy typing using comments.
2025-04-06T10:20:55.2351792Z ************* Module azure.synapse.managedprivateendpoints.v2020_12_01.aio._vnet_client
2025-04-06T10:20:55.2352438Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/_vnet_client.py:28: [C0301(line-too-long), ] Line too long (138/120)
2025-04-06T10:20:55.2353202Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/_vnet_client.py:12: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-04-06T10:20:55.2355675Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/_vnet_client.py:19: [C0413(wrong-import-position), ] Import "from ._configuration import VnetClientConfiguration" should be placed at the top of the module
2025-04-06T10:20:55.2357784Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/_vnet_client.py:20: [C0413(wrong-import-position), ] Import "from .operations import ManagedPrivateEndpointsOperations" should be placed at the top of the module
2025-04-06T10:20:55.2359809Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/_vnet_client.py:21: [C0413(wrong-import-position), ] Import "from .. import models" should be placed at the top of the module
2025-04-06T10:20:55.2361693Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/_vnet_client.py:24: [C4748(client-accepts-api-version-keyword), VnetClient] The client constructor needs to take in an optional keyword-only api_version argument. See details: https://azure.github.io/azure-sdk/python_design.html#specifying-the-service-version
2025-04-06T10:20:55.2364111Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/_vnet_client.py:53: [C4758(docstring-keyword-should-match-keyword-only), VnetClient._send_request] "stream" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.2365346Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/_vnet_client.py:67: [W0212(protected-access), VnetClient._send_request] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.2366280Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/_vnet_client.py:13: [C0411(wrong-import-order), ] third party import "msrest.Deserializer" should be placed before first party imports "azure.core.AsyncPipelineClient", "azure.core.pipeline.transport.AsyncHttpResponse"
2025-04-06T10:20:55.2367085Z ************* Module azure.synapse.managedprivateendpoints.v2020_12_01.aio._configuration
2025-04-06T10:20:55.2367726Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/_configuration.py:66: [C0301(line-too-long), ] Line too long (134/120)
2025-04-06T10:20:55.2368463Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/_configuration.py:21: [R0902(too-many-instance-attributes), VnetClientConfiguration] Too many instance attributes (13/10)
2025-04-06T10:20:55.2369201Z ************* Module azure.synapse.managedprivateendpoints.v2020_12_01.aio.operations._managed_private_endpoints_operations
2025-04-06T10:20:55.2369922Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:12: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.2370740Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:72: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.2371528Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:73: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.2372316Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:99: [C0301(line-too-long), ] Line too long (150/120)
2025-04-06T10:20:55.2373085Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:136: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.2374042Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:137: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.2374844Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:167: [C0301(line-too-long), ] Line too long (153/120)
2025-04-06T10:20:55.2375620Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:197: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.2376378Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:198: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.2377313Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:220: [C0301(line-too-long), ] Line too long (153/120)
2025-04-06T10:20:55.2378193Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:233: [C0301(line-too-long), ] Line too long (149/120)
2025-04-06T10:20:55.2378972Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:253: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:55.2379738Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:254: [C0301(line-too-long), ] Line too long (138/120)
2025-04-06T10:20:55.2380509Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:266: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:55.2381309Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:267: [C0301(line-too-long), ] Line too long (138/120)
2025-04-06T10:20:55.2382071Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:295: [C0301(line-too-long), ] Line too long (122/120)
2025-04-06T10:20:55.2382953Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:14: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-04-06T10:20:55.2384464Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:43: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.get] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.2385795Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:86: [W0212(protected-access), ManagedPrivateEndpointsOperations.get] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.2387096Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:101: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.create] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.2388384Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:154: [W0212(protected-access), ManagedPrivateEndpointsOperations.create] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.2389679Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:169: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.delete] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.2390986Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:210: [W0212(protected-access), ManagedPrivateEndpointsOperations.delete] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.3932047Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:222: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.list] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.3934391Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:283: [W0212(protected-access), ManagedPrivateEndpointsOperations.list.get_next] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.3935264Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:8: [W0611(unused-import), ] Unused Generic imported from typing
2025-04-06T10:20:55.3937418Z azure/synapse/managedprivateendpoints/v2020_12_01/aio/operations/_managed_private_endpoints_operations.py:9: [W0611(unused-import), ] Unused import warnings
2025-04-06T10:20:55.3938568Z ************* Module azure.synapse.managedprivateendpoints.v2020_12_01.operations._managed_private_endpoints_operations
2025-04-06T10:20:55.3939594Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:11: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.3940708Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:77: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.3941650Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:78: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.3942399Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:104: [C0301(line-too-long), ] Line too long (150/120)
2025-04-06T10:20:55.3943095Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:142: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.3943946Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:143: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.3944725Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:173: [C0301(line-too-long), ] Line too long (153/120)
2025-04-06T10:20:55.3945562Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:204: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.3946391Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:205: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.3947162Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:227: [C0301(line-too-long), ] Line too long (153/120)
2025-04-06T10:20:55.3947897Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:241: [C0301(line-too-long), ] Line too long (138/120)
2025-04-06T10:20:55.3948677Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:261: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:55.3949407Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:262: [C0301(line-too-long), ] Line too long (138/120)
2025-04-06T10:20:55.3950109Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:274: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:55.3950810Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:275: [C0301(line-too-long), ] Line too long (138/120)
2025-04-06T10:20:55.3951509Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:303: [C0301(line-too-long), ] Line too long (122/120)
2025-04-06T10:20:55.3952341Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:14: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-04-06T10:20:55.3952917Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:20: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-04-06T10:20:55.3953511Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:47: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.get] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.3954351Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:47: [C4761(do-not-use-legacy-typing), ManagedPrivateEndpointsOperations.get] Do not use legacy typing using comments.
2025-04-06T10:20:55.3954799Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:91: [W0212(protected-access), ManagedPrivateEndpointsOperations.get] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.3955426Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:106: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.create] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.3956028Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:106: [C4761(do-not-use-legacy-typing), ManagedPrivateEndpointsOperations.create] Do not use legacy typing using comments.
2025-04-06T10:20:55.3956475Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:160: [W0212(protected-access), ManagedPrivateEndpointsOperations.create] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.3957081Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:175: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.delete] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.3957677Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:175: [C4761(do-not-use-legacy-typing), ManagedPrivateEndpointsOperations.delete] Do not use legacy typing using comments.
2025-04-06T10:20:55.3958118Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:217: [W0212(protected-access), ManagedPrivateEndpointsOperations.delete] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.3958591Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:175: [R1710(inconsistent-return-statements), ManagedPrivateEndpointsOperations.delete] Either all return statements in a function should return an expression, or none of them should.
2025-04-06T10:20:55.3959221Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:229: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.list] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.3959992Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:229: [C4761(do-not-use-legacy-typing), ManagedPrivateEndpointsOperations.list] Do not use legacy typing using comments.
2025-04-06T10:20:55.3960439Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:291: [W0212(protected-access), ManagedPrivateEndpointsOperations.list.get_next] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.6941520Z azure/synapse/managedprivateendpoints/v2020_12_01/operations/_managed_private_endpoints_operations.py:9: [W0611(unused-import), ] Unused import warnings
2025-04-06T10:20:55.6942888Z ************* Module azure.synapse.managedprivateendpoints.v2020_12_01.models._models
2025-04-06T10:20:55.6944370Z azure/synapse/managedprivateendpoints/v2020_12_01/models/_models.py:18: [C0301(line-too-long), ] Line too long (140/120)
2025-04-06T10:20:55.6945133Z ************* Module azure.synapse.managedprivateendpoints.v2020_12_01.models._models_py3
2025-04-06T10:20:55.6945975Z azure/synapse/managedprivateendpoints/v2020_12_01/models/_models_py3.py:20: [C0301(line-too-long), ] Line too long (140/120)
2025-04-06T10:20:55.6946781Z ************* Module azure.synapse.managedprivateendpoints.v2021_06_01_preview._vnet_client
2025-04-06T10:20:55.6947466Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:30: [C0301(line-too-long), ] Line too long (142/120)
2025-04-06T10:20:55.6948107Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:16: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-04-06T10:20:55.6948821Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:19: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-04-06T10:20:55.6949697Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:21: [C0413(wrong-import-position), ] Import "from ._configuration import VnetClientConfiguration" should be placed at the top of the module
2025-04-06T10:20:55.6950476Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:22: [C0413(wrong-import-position), ] Import "from .operations import ManagedPrivateEndpointsOperations" should be placed at the top of the module
2025-04-06T10:20:55.6951212Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:23: [C0413(wrong-import-position), ] Import "from . import models" should be placed at the top of the module
2025-04-06T10:20:55.6952132Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:26: [C4748(client-accepts-api-version-keyword), VnetClient] The client constructor needs to take in an optional keyword-only api_version argument. See details: https://azure.github.io/azure-sdk/python_design.html#specifying-the-service-version
2025-04-06T10:20:55.6953015Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:37: [C4761(do-not-use-legacy-typing), VnetClient.init] Do not use legacy typing using comments.
2025-04-06T10:20:55.6954266Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:56: [C4758(docstring-keyword-should-match-keyword-only), VnetClient._send_request] "stream" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.6955349Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:56: [C4761(do-not-use-legacy-typing), VnetClient._send_request] Do not use legacy typing using comments.
2025-04-06T10:20:55.6956433Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:71: [W0212(protected-access), VnetClient._send_request] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.6957326Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:74: [C4761(do-not-use-legacy-typing), VnetClient.close] Do not use legacy typing using comments.
2025-04-06T10:20:55.6958009Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:78: [C4761(do-not-use-legacy-typing), VnetClient.enter] Do not use legacy typing using comments.
2025-04-06T10:20:55.6958741Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:83: [C4761(do-not-use-legacy-typing), VnetClient.exit] Do not use legacy typing using comments.
2025-04-06T10:20:55.6959511Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_vnet_client.py:12: [C0411(wrong-import-order), ] third party import "msrest.Deserializer" should be placed before first party import "azure.core.PipelineClient"
2025-04-06T10:20:55.6960194Z ************* Module azure.synapse.managedprivateendpoints.v2021_06_01_preview._configuration
2025-04-06T10:20:55.6960751Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_configuration.py:70: [C0301(line-too-long), ] Line too long (129/120)
2025-04-06T10:20:55.6961418Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_configuration.py:18: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-04-06T10:20:55.6962117Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_configuration.py:23: [R0902(too-many-instance-attributes), VnetClientConfiguration] Too many instance attributes (13/10)
2025-04-06T10:20:55.6962817Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_configuration.py:35: [C4761(do-not-use-legacy-typing), VnetClientConfiguration.init] Do not use legacy typing using comments.
2025-04-06T10:20:55.6963244Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/_configuration.py:55: [C4761(do-not-use-legacy-typing), VnetClientConfiguration._configure] Do not use legacy typing using comments.
2025-04-06T10:20:55.6963772Z ************* Module azure.synapse.managedprivateendpoints.v2021_06_01_preview.aio._vnet_client
2025-04-06T10:20:55.6964146Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/_vnet_client.py:28: [C0301(line-too-long), ] Line too long (146/120)
2025-04-06T10:20:55.6964524Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/_vnet_client.py:12: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-04-06T10:20:55.6964939Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/_vnet_client.py:19: [C0413(wrong-import-position), ] Import "from ._configuration import VnetClientConfiguration" should be placed at the top of the module
2025-04-06T10:20:55.6965362Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/_vnet_client.py:20: [C0413(wrong-import-position), ] Import "from .operations import ManagedPrivateEndpointsOperations" should be placed at the top of the module
2025-04-06T10:20:55.6965766Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/_vnet_client.py:21: [C0413(wrong-import-position), ] Import "from .. import models" should be placed at the top of the module
2025-04-06T10:20:55.6966224Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/_vnet_client.py:24: [C4748(client-accepts-api-version-keyword), VnetClient] The client constructor needs to take in an optional keyword-only api_version argument. See details: https://azure.github.io/azure-sdk/python_design.html#specifying-the-service-version
2025-04-06T10:20:55.6966842Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/_vnet_client.py:53: [C4758(docstring-keyword-should-match-keyword-only), VnetClient._send_request] "stream" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.6967576Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/_vnet_client.py:67: [W0212(protected-access), VnetClient._send_request] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.6968019Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/_vnet_client.py:13: [C0411(wrong-import-order), ] third party import "msrest.Deserializer" should be placed before first party imports "azure.core.AsyncPipelineClient", "azure.core.pipeline.transport.AsyncHttpResponse"
2025-04-06T10:20:55.6968410Z ************* Module azure.synapse.managedprivateendpoints.v2021_06_01_preview.aio._configuration
2025-04-06T10:20:55.6968715Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/_configuration.py:66: [C0301(line-too-long), ] Line too long (134/120)
2025-04-06T10:20:55.6969076Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/_configuration.py:21: [R0902(too-many-instance-attributes), VnetClientConfiguration] Too many instance attributes (13/10)
2025-04-06T10:20:55.6969428Z ************* Module azure.synapse.managedprivateendpoints.v2021_06_01_preview.aio.operations._managed_private_endpoints_operations
2025-04-06T10:20:55.6969774Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:12: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.6970143Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:72: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.6970503Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:73: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.8179872Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:99: [C0301(line-too-long), ] Line too long (150/120)
2025-04-06T10:20:55.8180827Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:115: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:55.8181549Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:136: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.8182310Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:137: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.8183017Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:167: [C0301(line-too-long), ] Line too long (153/120)
2025-04-06T10:20:55.8184079Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:197: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.8184842Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:198: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.8185515Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:220: [C0301(line-too-long), ] Line too long (153/120)
2025-04-06T10:20:55.8186260Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:233: [C0301(line-too-long), ] Line too long (157/120)
2025-04-06T10:20:55.8186971Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:253: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:55.8187710Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:254: [C0301(line-too-long), ] Line too long (138/120)
2025-04-06T10:20:55.8188737Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:266: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:55.8189733Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:267: [C0301(line-too-long), ] Line too long (138/120)
2025-04-06T10:20:55.8190501Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:295: [C0301(line-too-long), ] Line too long (122/120)
2025-04-06T10:20:55.8191329Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:14: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-04-06T10:20:55.8192560Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:43: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.get] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.8194050Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:86: [W0212(protected-access), ManagedPrivateEndpointsOperations.get] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.8195280Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:101: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.create] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.8196539Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:154: [W0212(protected-access), ManagedPrivateEndpointsOperations.create] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.8197809Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:169: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.delete] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.8199011Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:210: [W0212(protected-access), ManagedPrivateEndpointsOperations.delete] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.8200188Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:222: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.list] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:55.8201352Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:283: [W0212(protected-access), ManagedPrivateEndpointsOperations.list.get_next] Access to a protected member _pipeline of a client class
2025-04-06T10:20:55.8202034Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:8: [W0611(unused-import), ] Unused Generic imported from typing
2025-04-06T10:20:55.8202526Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/aio/operations/_managed_private_endpoints_operations.py:9: [W0611(unused-import), ] Unused import warnings
2025-04-06T10:20:55.8202882Z ************* Module azure.synapse.managedprivateendpoints.v2021_06_01_preview.operations._managed_private_endpoints_operations
2025-04-06T10:20:55.8203235Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:11: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.8203796Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:77: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.8204323Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:78: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.8204704Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:104: [C0301(line-too-long), ] Line too long (150/120)
2025-04-06T10:20:55.8205077Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:121: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:55.8205442Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:142: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.8205800Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:143: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.8206185Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:173: [C0301(line-too-long), ] Line too long (153/120)
2025-04-06T10:20:55.8206559Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:204: [C0301(line-too-long), ] Line too long (130/120)
2025-04-06T10:20:55.8206925Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:205: [C0301(line-too-long), ] Line too long (133/120)
2025-04-06T10:20:55.8207286Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:227: [C0301(line-too-long), ] Line too long (153/120)
2025-04-06T10:20:55.8207651Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:241: [C0301(line-too-long), ] Line too long (146/120)
2025-04-06T10:20:55.8208015Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:261: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:56.0014754Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:262: [C0301(line-too-long), ] Line too long (138/120)
2025-04-06T10:20:56.0015732Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:274: [C0301(line-too-long), ] Line too long (124/120)
2025-04-06T10:20:56.0016415Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:275: [C0301(line-too-long), ] Line too long (138/120)
2025-04-06T10:20:56.0017026Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:303: [C0301(line-too-long), ] Line too long (122/120)
2025-04-06T10:20:56.0017745Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:14: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-04-06T10:20:56.0018912Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:20: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-04-06T10:20:56.0020100Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:47: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.get] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:56.0021174Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:47: [C4761(do-not-use-legacy-typing), ManagedPrivateEndpointsOperations.get] Do not use legacy typing using comments.
2025-04-06T10:20:56.0021964Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:91: [W0212(protected-access), ManagedPrivateEndpointsOperations.get] Access to a protected member _pipeline of a client class
2025-04-06T10:20:56.0023031Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:106: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.create] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:56.0024279Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:106: [C4761(do-not-use-legacy-typing), ManagedPrivateEndpointsOperations.create] Do not use legacy typing using comments.
2025-04-06T10:20:56.0025068Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:160: [W0212(protected-access), ManagedPrivateEndpointsOperations.create] Access to a protected member _pipeline of a client class
2025-04-06T10:20:56.0026209Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:175: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.delete] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:56.0027376Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:175: [C4761(do-not-use-legacy-typing), ManagedPrivateEndpointsOperations.delete] Do not use legacy typing using comments.
2025-04-06T10:20:56.0028273Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:217: [W0212(protected-access), ManagedPrivateEndpointsOperations.delete] Access to a protected member _pipeline of a client class
2025-04-06T10:20:56.0029309Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:175: [R1710(inconsistent-return-statements), ManagedPrivateEndpointsOperations.delete] Either all return statements in a function should return an expression, or none of them should.
2025-04-06T10:20:56.0030629Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:229: [C4758(docstring-keyword-should-match-keyword-only), ManagedPrivateEndpointsOperations.list] "cls" missing in docstring or in method signature. There should be a direct correlation between :keyword: arguments in the docstring and keyword-only arguments in method signature. See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings
2025-04-06T10:20:56.0032059Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:229: [C4761(do-not-use-legacy-typing), ManagedPrivateEndpointsOperations.list] Do not use legacy typing using comments.
2025-04-06T10:20:56.0033066Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:291: [W0212(protected-access), ManagedPrivateEndpointsOperations.list.get_next] Access to a protected member _pipeline of a client class
2025-04-06T10:20:56.0033987Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/operations/_managed_private_endpoints_operations.py:9: [W0611(unused-import), ] Unused import warnings
2025-04-06T10:20:56.0034713Z ************* Module azure.synapse.managedprivateendpoints.v2021_06_01_preview.models._models
2025-04-06T10:20:56.0035314Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/models/_models.py:18: [C0301(line-too-long), ] Line too long (140/120)
2025-04-06T10:20:56.0035887Z ************* Module azure.synapse.managedprivateendpoints.v2021_06_01_preview.models._models_py3
2025-04-06T10:20:56.0036428Z azure/synapse/managedprivateendpoints/v2021_06_01_preview/models/_models_py3.py:20: [C0301(line-too-long), ] Line too long (140/120)
2025-04-06T10:20:56.0036750Z
2025-04-06T10:20:56.0037121Z ------------------------------------------------------------------
2025-04-06T10:20:56.0037575Z Your code has been rated at 7.88/10 (previous run: 8.87/10, -0.99)
2025-04-06T10:20:56.0037796Z
2025-04-06T10:20:56.8171739Z
How to fix:
Note: If you are a bot. Fix the issue by fixing the above pylint errors.
Run the next-pylint
tox command at the library package-level and resolve the linting errors.
../azure-synapse-managedprivateendpoints>pip install "tox<5"
../azure-synapse-managedprivateendpoints>tox run -e next-pylint -c ../../../eng/tox/tox.ini --root .
See the Pylint Guide for more information.