Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure-purview-scanning needs linting updates for pylint version 3.2.7 #39304

Open
azure-sdk opened this issue Jan 19, 2025 · 1 comment
Open
Assignees
Labels
Purview pylint Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jan 19, 2025

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-purview-scanning
Pylint version: 3.2.7
Pylint Build: Link to build (2025-03-30)

Pylint Errors:

2025-03-30T10:49:40.6330616Z ************* Module azure
2025-03-30T10:49:40.6331363Z azure/init.py:1: [C0304(missing-final-newline), ] Final newline missing
2025-03-30T10:49:40.6331808Z ************* Module azure.purview.init
2025-03-30T10:49:40.6332163Z azure/purview/init.py:1: [C0304(missing-final-newline), ] Final newline missing
2025-03-30T10:49:40.6332640Z ************* Module azure.purview.scanning._vendor
2025-03-30T10:49:40.6334930Z azure/purview/scanning/_vendor.py:17: [R1710(inconsistent-return-statements), _format_url_section] Either all return statements in a function should return an expression, or none of them should.
2025-03-30T10:49:40.6335443Z ************* Module azure.purview.scanning._purview_scanning_client
2025-03-30T10:49:40.6335881Z azure/purview/scanning/_purview_scanning_client.py:16: [C0301(line-too-long), ] Line too long (239/120)
2025-03-30T10:49:40.6336383Z azure/purview/scanning/_purview_scanning_client.py:67: [C0301(line-too-long), ] Line too long (130/120)
2025-03-30T10:49:40.6338300Z azure/purview/scanning/_purview_scanning_client.py:68: [C0301(line-too-long), ] Line too long (129/120)
2025-03-30T10:49:40.6338755Z azure/purview/scanning/_purview_scanning_client.py:74: [C0301(line-too-long), ] Line too long (128/120)
2025-03-30T10:49:40.6339253Z azure/purview/scanning/_purview_scanning_client.py:20: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-03-30T10:49:40.6339728Z azure/purview/scanning/_purview_scanning_client.py:25: [R0902(too-many-instance-attributes), PurviewScanningClient] Too many instance attributes (13/10)
2025-03-30T10:49:40.6340249Z azure/purview/scanning/_purview_scanning_client.py:25: [C4748(client-accepts-api-version-keyword), PurviewScanningClient] 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-03-30T10:49:40.6341063Z azure/purview/scanning/_purview_scanning_client.py:53: [C4761(do-not-use-legacy-typing), PurviewScanningClient.init] Do not use legacy typing using comments.
2025-03-30T10:49:40.6341698Z azure/purview/scanning/_purview_scanning_client.py:78: [C4758(docstring-keyword-should-match-keyword-only), PurviewScanningClient.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-03-30T10:49:40.6342306Z azure/purview/scanning/_purview_scanning_client.py:78: [C4761(do-not-use-legacy-typing), PurviewScanningClient.send_request] Do not use legacy typing using comments.
2025-03-30T10:49:40.6342763Z azure/purview/scanning/_purview_scanning_client.py:109: [C4761(do-not-use-legacy-typing), PurviewScanningClient.close] Do not use legacy typing using comments.
2025-03-30T10:49:40.6343221Z azure/purview/scanning/_purview_scanning_client.py:113: [C4761(do-not-use-legacy-typing), PurviewScanningClient.enter] Do not use legacy typing using comments.
2025-03-30T10:49:40.6343651Z azure/purview/scanning/_purview_scanning_client.py:118: [C4761(do-not-use-legacy-typing), PurviewScanningClient.exit] Do not use legacy typing using comments.
2025-03-30T10:49:40.6344099Z azure/purview/scanning/_purview_scanning_client.py:13: [C0411(wrong-import-order), ] third party import "msrest.Deserializer" should be placed before first party import "azure.core.PipelineClient"
2025-03-30T10:49:40.6344492Z ************* Module azure.purview.scanning._configuration
2025-03-30T10:49:40.6348134Z azure/purview/scanning/_configuration.py:29: [C0301(line-too-long), ] Line too long (122/120)
2025-03-30T10:49:40.6348733Z azure/purview/scanning/_configuration.py:70: [C0301(line-too-long), ] Line too long (129/120)
2025-03-30T10:49:40.6349235Z azure/purview/scanning/_configuration.py:18: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-03-30T10:49:40.6349896Z azure/purview/scanning/_configuration.py:23: [R0902(too-many-instance-attributes), PurviewScanningClientConfiguration] Too many instance attributes (13/10)
2025-03-30T10:49:40.6350965Z azure/purview/scanning/_configuration.py:35: [C4761(do-not-use-legacy-typing), PurviewScanningClientConfiguration.init] Do not use legacy typing using comments.
2025-03-30T10:49:40.6351697Z azure/purview/scanning/_configuration.py:55: [C4761(do-not-use-legacy-typing), PurviewScanningClientConfiguration._configure] Do not use legacy typing using comments.
2025-03-30T10:49:40.6352314Z ************* Module azure.purview.scanning.aio._purview_scanning_client
2025-03-30T10:49:40.6352950Z azure/purview/scanning/aio/_purview_scanning_client.py:17: [C0301(line-too-long), ] Line too long (239/120)
2025-03-30T10:49:40.6353894Z azure/purview/scanning/aio/_purview_scanning_client.py:69: [C0301(line-too-long), ] Line too long (130/120)
2025-03-30T10:49:40.6354505Z azure/purview/scanning/aio/_purview_scanning_client.py:70: [C0301(line-too-long), ] Line too long (129/120)
2025-03-30T10:49:40.6355005Z azure/purview/scanning/aio/_purview_scanning_client.py:76: [C0301(line-too-long), ] Line too long (128/120)
2025-03-30T10:49:40.6355544Z azure/purview/scanning/aio/_purview_scanning_client.py:21: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-03-30T10:49:40.6356590Z azure/purview/scanning/aio/_purview_scanning_client.py:25: [R0902(too-many-instance-attributes), PurviewScanningClient] Too many instance attributes (13/10)
2025-03-30T10:49:40.6357454Z azure/purview/scanning/aio/_purview_scanning_client.py:25: [C4748(client-accepts-api-version-keyword), PurviewScanningClient] 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-03-30T10:49:40.6358752Z azure/purview/scanning/aio/_purview_scanning_client.py:80: [C4758(docstring-keyword-should-match-keyword-only), PurviewScanningClient.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-03-30T10:49:40.6359782Z azure/purview/scanning/aio/_purview_scanning_client.py:14: [C0411(wrong-import-order), ] third party import "msrest.Deserializer" should be placed before first party imports "azure.core.AsyncPipelineClient", "azure.core.rest.AsyncHttpResponse"
2025-03-30T10:49:40.6360443Z azure/purview/scanning/aio/_purview_scanning_client.py:10: [W0611(unused-import), ] Unused Optional imported from typing
2025-03-30T10:49:40.6360900Z ************* Module azure.purview.scanning.aio._configuration
2025-03-30T10:49:40.6361332Z azure/purview/scanning/aio/_configuration.py:27: [C0301(line-too-long), ] Line too long (122/120)
2025-03-30T10:49:40.6361794Z azure/purview/scanning/aio/_configuration.py:66: [C0301(line-too-long), ] Line too long (134/120)
2025-03-30T10:49:40.6362352Z azure/purview/scanning/aio/_configuration.py:21: [R0902(too-many-instance-attributes), PurviewScanningClientConfiguration] Too many instance attributes (13/10)
2025-03-30T10:49:40.6362865Z ************* Module azure.purview.scanning.aio.operations._operations
2025-03-30T10:49:40.6363138Z azure/purview/scanning/aio/operations/_operations.py:14: [C0301(line-too-long), ] Line too long (133/120)
2025-03-30T10:49:40.6363407Z azure/purview/scanning/aio/operations/_operations.py:22: [C0301(line-too-long), ] Line too long (1516/120)
2025-03-30T10:49:40.6363797Z azure/purview/scanning/aio/operations/_operations.py:78: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6364067Z azure/purview/scanning/aio/operations/_operations.py:88: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6364334Z azure/purview/scanning/aio/operations/_operations.py:169: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6364607Z azure/purview/scanning/aio/operations/_operations.py:222: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6364909Z azure/purview/scanning/aio/operations/_operations.py:232: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6365175Z azure/purview/scanning/aio/operations/_operations.py:291: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6365443Z azure/purview/scanning/aio/operations/_operations.py:297: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6365709Z azure/purview/scanning/aio/operations/_operations.py:302: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6365975Z azure/purview/scanning/aio/operations/_operations.py:308: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6366229Z azure/purview/scanning/aio/operations/_operations.py:313: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6366497Z azure/purview/scanning/aio/operations/_operations.py:390: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6366771Z azure/purview/scanning/aio/operations/_operations.py:400: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6367047Z azure/purview/scanning/aio/operations/_operations.py:480: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6367307Z azure/purview/scanning/aio/operations/_operations.py:537: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6367574Z azure/purview/scanning/aio/operations/_operations.py:547: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6615751Z azure/purview/scanning/aio/operations/_operations.py:603: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6616579Z azure/purview/scanning/aio/operations/_operations.py:609: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6617461Z azure/purview/scanning/aio/operations/_operations.py:614: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6618124Z azure/purview/scanning/aio/operations/_operations.py:620: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6618773Z azure/purview/scanning/aio/operations/_operations.py:625: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6619424Z azure/purview/scanning/aio/operations/_operations.py:692: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6620074Z azure/purview/scanning/aio/operations/_operations.py:699: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6620734Z azure/purview/scanning/aio/operations/_operations.py:704: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6621430Z azure/purview/scanning/aio/operations/_operations.py:711: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6622084Z azure/purview/scanning/aio/operations/_operations.py:716: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6622660Z azure/purview/scanning/aio/operations/_operations.py:744: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:49:40.6623228Z azure/purview/scanning/aio/operations/_operations.py:790: [C0301(line-too-long), ] Line too long (154/120)
2025-03-30T10:49:40.6623805Z azure/purview/scanning/aio/operations/_operations.py:799: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6624385Z azure/purview/scanning/aio/operations/_operations.py:811: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6624959Z azure/purview/scanning/aio/operations/_operations.py:828: [C0301(line-too-long), ] Line too long (156/120)
2025-03-30T10:49:40.6625661Z azure/purview/scanning/aio/operations/_operations.py:868: [C0301(line-too-long), ] Line too long (753/120)
2025-03-30T10:49:40.6626230Z azure/purview/scanning/aio/operations/_operations.py:882: [C0301(line-too-long), ] Line too long (540/120)
2025-03-30T10:49:40.6626804Z azure/purview/scanning/aio/operations/_operations.py:942: [C0301(line-too-long), ] Line too long (540/120)
2025-03-30T10:49:40.6627376Z azure/purview/scanning/aio/operations/_operations.py:1014: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6627948Z azure/purview/scanning/aio/operations/_operations.py:1070: [C0301(line-too-long), ] Line too long (540/120)
2025-03-30T10:49:40.6628529Z azure/purview/scanning/aio/operations/_operations.py:1124: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6629115Z azure/purview/scanning/aio/operations/_operations.py:1134: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6629696Z azure/purview/scanning/aio/operations/_operations.py:1183: [C0301(line-too-long), ] Line too long (540/120)
2025-03-30T10:49:40.6630269Z azure/purview/scanning/aio/operations/_operations.py:1237: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6630858Z azure/purview/scanning/aio/operations/_operations.py:1247: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6631446Z azure/purview/scanning/aio/operations/_operations.py:1299: [C0301(line-too-long), ] Line too long (548/120)
2025-03-30T10:49:40.6631996Z azure/purview/scanning/aio/operations/_operations.py:1334: [C0301(line-too-long), ] Line too long (128/120)
2025-03-30T10:49:40.6632466Z azure/purview/scanning/aio/operations/_operations.py:1335: [C0301(line-too-long), ] Line too long (127/120)
2025-03-30T10:49:40.6632973Z azure/purview/scanning/aio/operations/_operations.py:1356: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6633469Z azure/purview/scanning/aio/operations/_operations.py:1362: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6633953Z azure/purview/scanning/aio/operations/_operations.py:1367: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6634655Z azure/purview/scanning/aio/operations/_operations.py:1373: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6635305Z azure/purview/scanning/aio/operations/_operations.py:1378: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6635838Z azure/purview/scanning/aio/operations/_operations.py:1465: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6636393Z azure/purview/scanning/aio/operations/_operations.py:1476: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6636776Z azure/purview/scanning/aio/operations/_operations.py:1572: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6637075Z azure/purview/scanning/aio/operations/_operations.py:1639: [C0301(line-too-long), ] Line too long (1379/120)
2025-03-30T10:49:40.6637375Z azure/purview/scanning/aio/operations/_operations.py:1649: [C0301(line-too-long), ] Line too long (532/120)
2025-03-30T10:49:40.6637658Z azure/purview/scanning/aio/operations/_operations.py:1702: [C0301(line-too-long), ] Line too long (532/120)
2025-03-30T10:49:40.6637943Z azure/purview/scanning/aio/operations/_operations.py:1769: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6638220Z azure/purview/scanning/aio/operations/_operations.py:1824: [C0301(line-too-long), ] Line too long (532/120)
2025-03-30T10:49:40.6638504Z azure/purview/scanning/aio/operations/_operations.py:1875: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6638790Z azure/purview/scanning/aio/operations/_operations.py:1886: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6639069Z azure/purview/scanning/aio/operations/_operations.py:1934: [C0301(line-too-long), ] Line too long (532/120)
2025-03-30T10:49:40.6639349Z azure/purview/scanning/aio/operations/_operations.py:1985: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6639762Z azure/purview/scanning/aio/operations/_operations.py:1996: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6640046Z azure/purview/scanning/aio/operations/_operations.py:2047: [C0301(line-too-long), ] Line too long (540/120)
2025-03-30T10:49:40.6640334Z azure/purview/scanning/aio/operations/_operations.py:2101: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6640610Z azure/purview/scanning/aio/operations/_operations.py:2108: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6640897Z azure/purview/scanning/aio/operations/_operations.py:2113: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6641179Z azure/purview/scanning/aio/operations/_operations.py:2120: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6641464Z azure/purview/scanning/aio/operations/_operations.py:2125: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6641743Z azure/purview/scanning/aio/operations/_operations.py:2219: [C0301(line-too-long), ] Line too long (154/120)
2025-03-30T10:49:40.6642030Z azure/purview/scanning/aio/operations/_operations.py:2228: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6642319Z azure/purview/scanning/aio/operations/_operations.py:2241: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6642603Z azure/purview/scanning/aio/operations/_operations.py:2304: [C0301(line-too-long), ] Line too long (154/120)
2025-03-30T10:49:40.6642882Z azure/purview/scanning/aio/operations/_operations.py:2313: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6643167Z azure/purview/scanning/aio/operations/_operations.py:2325: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6643451Z azure/purview/scanning/aio/operations/_operations.py:2342: [C0301(line-too-long), ] Line too long (121/120)
2025-03-30T10:49:40.6643732Z azure/purview/scanning/aio/operations/_operations.py:2373: [C0301(line-too-long), ] Line too long (532/120)
2025-03-30T10:49:40.6644019Z azure/purview/scanning/aio/operations/_operations.py:2424: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6644313Z azure/purview/scanning/aio/operations/_operations.py:2432: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6644708Z azure/purview/scanning/aio/operations/_operations.py:2437: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6644997Z azure/purview/scanning/aio/operations/_operations.py:2445: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6645282Z azure/purview/scanning/aio/operations/_operations.py:2450: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6645561Z azure/purview/scanning/aio/operations/_operations.py:2530: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6645847Z azure/purview/scanning/aio/operations/_operations.py:2540: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6646134Z azure/purview/scanning/aio/operations/_operations.py:2580: [C0301(line-too-long), ] Line too long (778/120)
2025-03-30T10:49:40.6646415Z azure/purview/scanning/aio/operations/_operations.py:2626: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6646695Z azure/purview/scanning/aio/operations/_operations.py:2686: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6646979Z azure/purview/scanning/aio/operations/_operations.py:2696: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6647265Z azure/purview/scanning/aio/operations/_operations.py:2755: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6647553Z azure/purview/scanning/aio/operations/_operations.py:2761: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:40.6647835Z azure/purview/scanning/aio/operations/_operations.py:2766: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:40.6648205Z azure/purview/scanning/aio/operations/_operations.py:2772: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6896432Z azure/purview/scanning/aio/operations/_operations.py:2777: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6903099Z azure/purview/scanning/aio/operations/_operations.py:2861: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6903708Z azure/purview/scanning/aio/operations/_operations.py:2867: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6904215Z azure/purview/scanning/aio/operations/_operations.py:2872: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6904677Z azure/purview/scanning/aio/operations/_operations.py:2878: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6905119Z azure/purview/scanning/aio/operations/_operations.py:2883: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6905554Z azure/purview/scanning/aio/operations/_operations.py:2951: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6905990Z azure/purview/scanning/aio/operations/_operations.py:2961: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6906424Z azure/purview/scanning/aio/operations/_operations.py:3023: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6906861Z azure/purview/scanning/aio/operations/_operations.py:3034: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6907331Z azure/purview/scanning/aio/operations/_operations.py:3093: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6907778Z azure/purview/scanning/aio/operations/_operations.py:3103: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6908212Z azure/purview/scanning/aio/operations/_operations.py:3169: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6908646Z azure/purview/scanning/aio/operations/_operations.py:3176: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6909083Z azure/purview/scanning/aio/operations/_operations.py:3181: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6909509Z azure/purview/scanning/aio/operations/_operations.py:3188: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6909931Z azure/purview/scanning/aio/operations/_operations.py:3193: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6910640Z azure/purview/scanning/aio/operations/_operations.py:3285: [C0301(line-too-long), ] Line too long (169/120)
2025-03-30T10:49:41.6911081Z azure/purview/scanning/aio/operations/_operations.py:3307: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6911506Z azure/purview/scanning/aio/operations/_operations.py:3318: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6911941Z azure/purview/scanning/aio/operations/_operations.py:3386: [C0301(line-too-long), ] Line too long (169/120)
2025-03-30T10:49:41.6912333Z azure/purview/scanning/aio/operations/_operations.py:3427: [C0301(line-too-long), ] Line too long (169/120)
2025-03-30T10:49:41.6912728Z azure/purview/scanning/aio/operations/_operations.py:3465: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6913114Z azure/purview/scanning/aio/operations/_operations.py:3537: [C0301(line-too-long), ] Line too long (169/120)
2025-03-30T10:49:41.6913499Z azure/purview/scanning/aio/operations/_operations.py:3559: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6913888Z azure/purview/scanning/aio/operations/_operations.py:3570: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6914268Z azure/purview/scanning/aio/operations/_operations.py:3590: [C0305(trailing-newlines), ] Trailing newlines
2025-03-30T10:49:41.6914697Z azure/purview/scanning/aio/operations/_operations.py:16: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-03-30T10:49:41.6915204Z azure/purview/scanning/aio/operations/_operations.py:328: [W0212(protected-access), KeyVaultConnectionsOperations.list_all.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:41.6915843Z azure/purview/scanning/aio/operations/_operations.py:640: [W0212(protected-access), ClassificationRulesOperations.list_all.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:41.6916757Z azure/purview/scanning/aio/operations/_operations.py:656: [C4751(name-too-long), ClassificationRulesOperations.list_versions_by_classification_rule_name] Name is over standard character length of 40.
2025-03-30T10:49:41.6917442Z azure/purview/scanning/aio/operations/_operations.py:731: [W0212(protected-access), ClassificationRulesOperations.list_versions_by_classification_rule_name.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:41.6918479Z azure/purview/scanning/aio/operations/_operations.py:1393: [W0212(protected-access), DataSourcesOperations.list_all.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:41.6919264Z azure/purview/scanning/aio/operations/_operations.py:2140: [W0212(protected-access), ScansOperations.list_by_data_source.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:41.6919978Z azure/purview/scanning/aio/operations/_operations.py:2465: [W0212(protected-access), ScanResultOperations.list_scan_history.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:41.6920749Z azure/purview/scanning/aio/operations/_operations.py:2792: [W0212(protected-access), ScanRulesetsOperations.list_all.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:41.6921512Z azure/purview/scanning/aio/operations/_operations.py:2898: [W0212(protected-access), SystemScanRulesetsOperations.list_all.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:41.6922290Z azure/purview/scanning/aio/operations/_operations.py:3208: [W0212(protected-access), SystemScanRulesetsOperations.list_versions_by_data_source.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:41.6923018Z azure/purview/scanning/aio/operations/_operations.py:8: [W0611(unused-import), ] Unused import functools
2025-03-30T10:49:41.6923963Z azure/purview/scanning/aio/operations/_operations.py:10: [W0611(unused-import), ] Unused Generic imported from typing
2025-03-30T10:49:41.6924677Z azure/purview/scanning/aio/operations/_operations.py:10: [W0611(unused-import), ] Unused Union imported from typing
2025-03-30T10:49:41.6925345Z azure/purview/scanning/aio/operations/_operations.py:11: [W0611(unused-import), ] Unused import warnings
2025-03-30T10:49:41.6925795Z ************* Module azure.purview.scanning.operations._operations
2025-03-30T10:49:41.6926377Z azure/purview/scanning/operations/_operations.py:13: [C0301(line-too-long), ] Line too long (133/120)
2025-03-30T10:49:41.6926867Z azure/purview/scanning/operations/_operations.py:328: [C0301(line-too-long), ] Line too long (127/120)
2025-03-30T10:49:41.6927609Z azure/purview/scanning/operations/_operations.py:1238: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6928177Z azure/purview/scanning/operations/_operations.py:1384: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6928751Z azure/purview/scanning/operations/_operations.py:1454: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6929237Z azure/purview/scanning/operations/_operations.py:1460: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6929636Z azure/purview/scanning/operations/_operations.py:1465: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6930099Z azure/purview/scanning/operations/_operations.py:1471: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6930542Z azure/purview/scanning/operations/_operations.py:1476: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6930913Z azure/purview/scanning/operations/_operations.py:1554: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6931466Z azure/purview/scanning/operations/_operations.py:1703: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6931865Z azure/purview/scanning/operations/_operations.py:1770: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6932251Z azure/purview/scanning/operations/_operations.py:1776: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6932617Z azure/purview/scanning/operations/_operations.py:1781: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6932993Z azure/purview/scanning/operations/_operations.py:1787: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6933374Z azure/purview/scanning/operations/_operations.py:1792: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6933749Z azure/purview/scanning/operations/_operations.py:1860: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6934162Z azure/purview/scanning/operations/_operations.py:1867: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6934552Z azure/purview/scanning/operations/_operations.py:1872: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.6934940Z azure/purview/scanning/operations/_operations.py:1879: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6935313Z azure/purview/scanning/operations/_operations.py:1884: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.6935679Z azure/purview/scanning/operations/_operations.py:1912: [C0301(line-too-long), ] Line too long (138/120)
2025-03-30T10:49:41.6936057Z azure/purview/scanning/operations/_operations.py:1957: [C0301(line-too-long), ] Line too long (154/120)
2025-03-30T10:49:41.6936433Z azure/purview/scanning/operations/_operations.py:1968: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8400758Z azure/purview/scanning/operations/_operations.py:1997: [C0301(line-too-long), ] Line too long (156/120)
2025-03-30T10:49:41.8402687Z azure/purview/scanning/operations/_operations.py:2038: [C0301(line-too-long), ] Line too long (753/120)
2025-03-30T10:49:41.8403416Z azure/purview/scanning/operations/_operations.py:2052: [C0301(line-too-long), ] Line too long (540/120)
2025-03-30T10:49:41.8416827Z azure/purview/scanning/operations/_operations.py:2112: [C0301(line-too-long), ] Line too long (540/120)
2025-03-30T10:49:41.8417460Z azure/purview/scanning/operations/_operations.py:2241: [C0301(line-too-long), ] Line too long (540/120)
2025-03-30T10:49:41.8418087Z azure/purview/scanning/operations/_operations.py:2295: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8418707Z azure/purview/scanning/operations/_operations.py:2355: [C0301(line-too-long), ] Line too long (540/120)
2025-03-30T10:49:41.8419325Z azure/purview/scanning/operations/_operations.py:2409: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8419946Z azure/purview/scanning/operations/_operations.py:2472: [C0301(line-too-long), ] Line too long (548/120)
2025-03-30T10:49:41.8420572Z azure/purview/scanning/operations/_operations.py:2507: [C0301(line-too-long), ] Line too long (128/120)
2025-03-30T10:49:41.8421163Z azure/purview/scanning/operations/_operations.py:2508: [C0301(line-too-long), ] Line too long (127/120)
2025-03-30T10:49:41.8421783Z azure/purview/scanning/operations/_operations.py:2529: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8422377Z azure/purview/scanning/operations/_operations.py:2535: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8422968Z azure/purview/scanning/operations/_operations.py:2540: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8423566Z azure/purview/scanning/operations/_operations.py:2546: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8424165Z azure/purview/scanning/operations/_operations.py:2551: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8425009Z azure/purview/scanning/operations/_operations.py:2639: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8425602Z azure/purview/scanning/operations/_operations.py:2815: [C0301(line-too-long), ] Line too long (1379/120)
2025-03-30T10:49:41.8426185Z azure/purview/scanning/operations/_operations.py:2825: [C0301(line-too-long), ] Line too long (532/120)
2025-03-30T10:49:41.8426815Z azure/purview/scanning/operations/_operations.py:2878: [C0301(line-too-long), ] Line too long (532/120)
2025-03-30T10:49:41.8427421Z azure/purview/scanning/operations/_operations.py:3001: [C0301(line-too-long), ] Line too long (532/120)
2025-03-30T10:49:41.8428014Z azure/purview/scanning/operations/_operations.py:3052: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8428593Z azure/purview/scanning/operations/_operations.py:3112: [C0301(line-too-long), ] Line too long (532/120)
2025-03-30T10:49:41.8429146Z azure/purview/scanning/operations/_operations.py:3163: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8429750Z azure/purview/scanning/operations/_operations.py:3226: [C0301(line-too-long), ] Line too long (540/120)
2025-03-30T10:49:41.8430349Z azure/purview/scanning/operations/_operations.py:3280: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8430954Z azure/purview/scanning/operations/_operations.py:3287: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8431538Z azure/purview/scanning/operations/_operations.py:3292: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8432152Z azure/purview/scanning/operations/_operations.py:3299: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8432751Z azure/purview/scanning/operations/_operations.py:3304: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8433340Z azure/purview/scanning/operations/_operations.py:3397: [C0301(line-too-long), ] Line too long (154/120)
2025-03-30T10:49:41.8433936Z azure/purview/scanning/operations/_operations.py:3408: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8434537Z azure/purview/scanning/operations/_operations.py:3485: [C0301(line-too-long), ] Line too long (154/120)
2025-03-30T10:49:41.8435143Z azure/purview/scanning/operations/_operations.py:3494: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8435926Z azure/purview/scanning/operations/_operations.py:3523: [C0301(line-too-long), ] Line too long (121/120)
2025-03-30T10:49:41.8436833Z azure/purview/scanning/operations/_operations.py:3555: [C0301(line-too-long), ] Line too long (532/120)
2025-03-30T10:49:41.8437423Z azure/purview/scanning/operations/_operations.py:3606: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8438003Z azure/purview/scanning/operations/_operations.py:3614: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8438591Z azure/purview/scanning/operations/_operations.py:3619: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8439173Z azure/purview/scanning/operations/_operations.py:3627: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8439740Z azure/purview/scanning/operations/_operations.py:3632: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8440333Z azure/purview/scanning/operations/_operations.py:3713: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8440930Z azure/purview/scanning/operations/_operations.py:3764: [C0301(line-too-long), ] Line too long (778/120)
2025-03-30T10:49:41.8441528Z azure/purview/scanning/operations/_operations.py:3871: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8442129Z azure/purview/scanning/operations/_operations.py:3941: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8442717Z azure/purview/scanning/operations/_operations.py:3947: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8443314Z azure/purview/scanning/operations/_operations.py:3952: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8444112Z azure/purview/scanning/operations/_operations.py:3958: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8444720Z azure/purview/scanning/operations/_operations.py:3963: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8445321Z azure/purview/scanning/operations/_operations.py:4048: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8445910Z azure/purview/scanning/operations/_operations.py:4054: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8446500Z azure/purview/scanning/operations/_operations.py:4059: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8447089Z azure/purview/scanning/operations/_operations.py:4065: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8447659Z azure/purview/scanning/operations/_operations.py:4070: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8448256Z azure/purview/scanning/operations/_operations.py:4139: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8448855Z azure/purview/scanning/operations/_operations.py:4212: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8449465Z azure/purview/scanning/operations/_operations.py:4283: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8450080Z azure/purview/scanning/operations/_operations.py:4360: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8450645Z azure/purview/scanning/operations/_operations.py:4367: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8451207Z azure/purview/scanning/operations/_operations.py:4372: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8451766Z azure/purview/scanning/operations/_operations.py:4379: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8452304Z azure/purview/scanning/operations/_operations.py:4384: [C0301(line-too-long), ] Line too long (124/120)
2025-03-30T10:49:41.8452862Z azure/purview/scanning/operations/_operations.py:4477: [C0301(line-too-long), ] Line too long (169/120)
2025-03-30T10:49:41.8453463Z azure/purview/scanning/operations/_operations.py:4499: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8454273Z azure/purview/scanning/operations/_operations.py:4579: [C0301(line-too-long), ] Line too long (169/120)
2025-03-30T10:49:41.8454862Z azure/purview/scanning/operations/_operations.py:4620: [C0301(line-too-long), ] Line too long (169/120)
2025-03-30T10:49:41.8455435Z azure/purview/scanning/operations/_operations.py:4731: [C0301(line-too-long), ] Line too long (169/120)
2025-03-30T10:49:41.8455985Z azure/purview/scanning/operations/_operations.py:4753: [C0303(trailing-whitespace), ] Trailing whitespace
2025-03-30T10:49:41.8456574Z azure/purview/scanning/operations/_operations.py:4784: [C0305(trailing-newlines), ] Trailing newlines
2025-03-30T10:49:41.8457278Z azure/purview/scanning/operations/_operations.py:16: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core.
2025-03-30T10:49:41.8458126Z azure/purview/scanning/operations/_operations.py:25: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of TYPE_CHECKING.
2025-03-30T10:49:41.8458863Z azure/purview/scanning/operations/_operations.py:33: [C4761(do-not-use-legacy-typing), build_key_vault_connections_get_request] Do not use legacy typing using comments.
2025-03-30T10:49:41.8459610Z azure/purview/scanning/operations/_operations.py:65: [C4761(do-not-use-legacy-typing), build_key_vault_connections_create_request] Do not use legacy typing using comments.
2025-03-30T10:49:41.8460377Z azure/purview/scanning/operations/_operations.py:65: [C4751(name-too-long), build_key_vault_connections_create_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1009409Z azure/purview/scanning/operations/_operations.py:101: [C4761(do-not-use-legacy-typing), build_key_vault_connections_delete_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1011002Z azure/purview/scanning/operations/_operations.py:101: [C4751(name-too-long), build_key_vault_connections_delete_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1012687Z azure/purview/scanning/operations/_operations.py:133: [C4761(do-not-use-legacy-typing), build_key_vault_connections_list_all_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1014167Z azure/purview/scanning/operations/_operations.py:133: [C4751(name-too-long), build_key_vault_connections_list_all_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1015166Z azure/purview/scanning/operations/_operations.py:159: [C4761(do-not-use-legacy-typing), build_classification_rules_get_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1016754Z azure/purview/scanning/operations/_operations.py:191: [C4761(do-not-use-legacy-typing), build_classification_rules_create_or_update_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1018385Z azure/purview/scanning/operations/_operations.py:191: [C4751(name-too-long), build_classification_rules_create_or_update_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1019252Z azure/purview/scanning/operations/_operations.py:227: [C4761(do-not-use-legacy-typing), build_classification_rules_delete_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1020325Z azure/purview/scanning/operations/_operations.py:227: [C4751(name-too-long), build_classification_rules_delete_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1021065Z azure/purview/scanning/operations/_operations.py:259: [C4761(do-not-use-legacy-typing), build_classification_rules_list_all_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1021853Z azure/purview/scanning/operations/_operations.py:259: [C4751(name-too-long), build_classification_rules_list_all_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1022741Z azure/purview/scanning/operations/_operations.py:285: [C4761(do-not-use-legacy-typing), build_classification_rules_list_versions_by_classification_rule_name_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1023654Z azure/purview/scanning/operations/_operations.py:285: [C4751(name-too-long), build_classification_rules_list_versions_by_classification_rule_name_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1024114Z azure/purview/scanning/operations/_operations.py:317: [C4761(do-not-use-legacy-typing), build_classification_rules_tag_classification_version_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1024541Z azure/purview/scanning/operations/_operations.py:317: [C4751(name-too-long), build_classification_rules_tag_classification_version_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1024946Z azure/purview/scanning/operations/_operations.py:354: [C4761(do-not-use-legacy-typing), build_data_sources_create_or_update_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1025343Z azure/purview/scanning/operations/_operations.py:354: [C4751(name-too-long), build_data_sources_create_or_update_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1025727Z azure/purview/scanning/operations/_operations.py:390: [C4761(do-not-use-legacy-typing), build_data_sources_get_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1026109Z azure/purview/scanning/operations/_operations.py:422: [C4761(do-not-use-legacy-typing), build_data_sources_delete_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1026494Z azure/purview/scanning/operations/_operations.py:454: [C4761(do-not-use-legacy-typing), build_data_sources_list_all_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1026875Z azure/purview/scanning/operations/_operations.py:480: [C4761(do-not-use-legacy-typing), build_filters_get_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1027369Z azure/purview/scanning/operations/_operations.py:514: [C4761(do-not-use-legacy-typing), build_filters_create_or_update_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1027757Z azure/purview/scanning/operations/_operations.py:552: [C4761(do-not-use-legacy-typing), build_scans_create_or_update_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1028138Z azure/purview/scanning/operations/_operations.py:590: [C4761(do-not-use-legacy-typing), build_scans_get_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1028513Z azure/purview/scanning/operations/_operations.py:624: [C4761(do-not-use-legacy-typing), build_scans_delete_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1028896Z azure/purview/scanning/operations/_operations.py:658: [C4761(do-not-use-legacy-typing), build_scans_list_by_data_source_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1029275Z azure/purview/scanning/operations/_operations.py:690: [C4761(do-not-use-legacy-typing), build_scan_result_run_scan_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1029624Z azure/purview/scanning/operations/_operations.py:730: [C4761(do-not-use-legacy-typing), build_scan_result_cancel_scan_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1029989Z azure/purview/scanning/operations/_operations.py:766: [C4761(do-not-use-legacy-typing), build_scan_result_list_scan_history_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1030347Z azure/purview/scanning/operations/_operations.py:766: [C4751(name-too-long), build_scan_result_list_scan_history_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1030700Z azure/purview/scanning/operations/_operations.py:800: [C4761(do-not-use-legacy-typing), build_scan_rulesets_get_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1031060Z azure/purview/scanning/operations/_operations.py:832: [C4761(do-not-use-legacy-typing), build_scan_rulesets_create_or_update_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1031417Z azure/purview/scanning/operations/_operations.py:832: [C4751(name-too-long), build_scan_rulesets_create_or_update_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1031850Z azure/purview/scanning/operations/_operations.py:868: [C4761(do-not-use-legacy-typing), build_scan_rulesets_delete_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1032205Z azure/purview/scanning/operations/_operations.py:900: [C4761(do-not-use-legacy-typing), build_scan_rulesets_list_all_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1032563Z azure/purview/scanning/operations/_operations.py:926: [C4761(do-not-use-legacy-typing), build_system_scan_rulesets_list_all_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1032925Z azure/purview/scanning/operations/_operations.py:926: [C4751(name-too-long), build_system_scan_rulesets_list_all_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1033280Z azure/purview/scanning/operations/_operations.py:952: [C4761(do-not-use-legacy-typing), build_system_scan_rulesets_get_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1033636Z azure/purview/scanning/operations/_operations.py:984: [C4761(do-not-use-legacy-typing), build_system_scan_rulesets_get_by_version_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1033997Z azure/purview/scanning/operations/_operations.py:984: [C4751(name-too-long), build_system_scan_rulesets_get_by_version_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1034353Z azure/purview/scanning/operations/_operations.py:1020: [C4761(do-not-use-legacy-typing), build_system_scan_rulesets_get_latest_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1034708Z azure/purview/scanning/operations/_operations.py:1020: [C4751(name-too-long), build_system_scan_rulesets_get_latest_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1035238Z azure/purview/scanning/operations/_operations.py:1050: [C4761(do-not-use-legacy-typing), build_system_scan_rulesets_list_versions_by_data_source_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1035626Z azure/purview/scanning/operations/_operations.py:1050: [C4751(name-too-long), build_system_scan_rulesets_list_versions_by_data_source_request] Name is over standard character length of 40.
2025-03-30T10:49:42.1035981Z azure/purview/scanning/operations/_operations.py:1080: [C4761(do-not-use-legacy-typing), build_triggers_get_trigger_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1036559Z azure/purview/scanning/operations/_operations.py:1114: [C4761(do-not-use-legacy-typing), build_triggers_create_trigger_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.1037029Z azure/purview/scanning/operations/_operations.py:1152: [C4761(do-not-use-legacy-typing), build_triggers_delete_trigger_request] Do not use legacy typing using comments.
2025-03-30T10:49:42.6512976Z azure/purview/scanning/operations/_operations.py:1205: [C4761(do-not-use-legacy-typing), KeyVaultConnectionsOperations.get] Do not use legacy typing using comments.
2025-03-30T10:49:42.6514318Z azure/purview/scanning/operations/_operations.py:1269: [C4761(do-not-use-legacy-typing), KeyVaultConnectionsOperations.create] Do not use legacy typing using comments.
2025-03-30T10:49:42.6515162Z azure/purview/scanning/operations/_operations.py:1351: [C4761(do-not-use-legacy-typing), KeyVaultConnectionsOperations.delete] Do not use legacy typing using comments.
2025-03-30T10:49:42.6515926Z azure/purview/scanning/operations/_operations.py:1417: [C4761(do-not-use-legacy-typing), KeyVaultConnectionsOperations.list_all] Do not use legacy typing using comments.
2025-03-30T10:49:42.6518126Z azure/purview/scanning/operations/_operations.py:1491: [W0212(protected-access), KeyVaultConnectionsOperations.list_all.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:42.6518908Z azure/purview/scanning/operations/_operations.py:1524: [C4761(do-not-use-legacy-typing), ClassificationRulesOperations.get] Do not use legacy typing using comments.
2025-03-30T10:49:42.6520142Z azure/purview/scanning/operations/_operations.py:1585: [C4761(do-not-use-legacy-typing), ClassificationRulesOperations.create_or_update] Do not use legacy typing using comments.
2025-03-30T10:49:42.6520936Z azure/purview/scanning/operations/_operations.py:1673: [C4761(do-not-use-legacy-typing), ClassificationRulesOperations.delete] Do not use legacy typing using comments.
2025-03-30T10:49:42.6521661Z azure/purview/scanning/operations/_operations.py:1736: [C4761(do-not-use-legacy-typing), ClassificationRulesOperations.list_all] Do not use legacy typing using comments.
2025-03-30T10:49:42.6522441Z azure/purview/scanning/operations/_operations.py:1807: [W0212(protected-access), ClassificationRulesOperations.list_all.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:42.6523351Z azure/purview/scanning/operations/_operations.py:1823: [C4761(do-not-use-legacy-typing), ClassificationRulesOperations.list_versions_by_classification_rule_name] Do not use legacy typing using comments.
2025-03-30T10:49:42.6525145Z azure/purview/scanning/operations/_operations.py:1823: [C4751(name-too-long), ClassificationRulesOperations.list_versions_by_classification_rule_name] Name is over standard character length of 40.
2025-03-30T10:49:42.6526211Z azure/purview/scanning/operations/_operations.py:1899: [W0212(protected-access), ClassificationRulesOperations.list_versions_by_classification_rule_name.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:42.6527564Z azure/purview/scanning/operations/_operations.py:1915: [C4758(docstring-keyword-should-match-keyword-only), ClassificationRulesOperations.tag_classification_version] "action" 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-03-30T10:49:42.6529424Z azure/purview/scanning/operations/_operations.py:1915: [C4761(do-not-use-legacy-typing), ClassificationRulesOperations.tag_classification_version] Do not use legacy typing using comments.
2025-03-30T10:49:42.6530450Z azure/purview/scanning/operations/_operations.py:2018: [C4761(do-not-use-legacy-typing), DataSourcesOperations.create_or_update] Do not use legacy typing using comments.
2025-03-30T10:49:42.6531301Z azure/purview/scanning/operations/_operations.py:2212: [C4761(do-not-use-legacy-typing), DataSourcesOperations.get] Do not use legacy typing using comments.
2025-03-30T10:49:42.6532080Z azure/purview/scanning/operations/_operations.py:2326: [C4761(do-not-use-legacy-typing), DataSourcesOperations.delete] Do not use legacy typing using comments.
2025-03-30T10:49:42.6532903Z azure/purview/scanning/operations/_operations.py:2442: [C4761(do-not-use-legacy-typing), DataSourcesOperations.list_all] Do not use legacy typing using comments.
2025-03-30T10:49:42.6533721Z azure/purview/scanning/operations/_operations.py:2566: [W0212(protected-access), DataSourcesOperations.list_all.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:42.6534595Z azure/purview/scanning/operations/_operations.py:2599: [C4761(do-not-use-legacy-typing), FiltersOperations.get] Do not use legacy typing using comments.
2025-03-30T10:49:42.6535301Z azure/purview/scanning/operations/_operations.py:2671: [C4761(do-not-use-legacy-typing), FiltersOperations.create_or_update] Do not use legacy typing using comments.
2025-03-30T10:49:42.6535994Z azure/purview/scanning/operations/_operations.py:2792: [C4761(do-not-use-legacy-typing), ScansOperations.create_or_update] Do not use legacy typing using comments.
2025-03-30T10:49:42.6536523Z azure/purview/scanning/operations/_operations.py:2973: [C4761(do-not-use-legacy-typing), ScansOperations.get] Do not use legacy typing using comments.
2025-03-30T10:49:42.6536992Z azure/purview/scanning/operations/_operations.py:3084: [C4761(do-not-use-legacy-typing), ScansOperations.delete] Do not use legacy typing using comments.
2025-03-30T10:49:42.6537613Z azure/purview/scanning/operations/_operations.py:3197: [C4761(do-not-use-legacy-typing), ScansOperations.list_by_data_source] Do not use legacy typing using comments.
2025-03-30T10:49:42.6538075Z azure/purview/scanning/operations/_operations.py:3319: [W0212(protected-access), ScansOperations.list_by_data_source.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:42.6538731Z azure/purview/scanning/operations/_operations.py:3352: [C4758(docstring-keyword-should-match-keyword-only), ScanResultOperations.run_scan] "scan_level" 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-03-30T10:49:42.6539390Z azure/purview/scanning/operations/_operations.py:3352: [C4761(do-not-use-legacy-typing), ScanResultOperations.run_scan] Do not use legacy typing using comments.
2025-03-30T10:49:42.6539852Z azure/purview/scanning/operations/_operations.py:3442: [C4761(do-not-use-legacy-typing), ScanResultOperations.cancel_scan] Do not use legacy typing using comments.
2025-03-30T10:49:42.6540298Z azure/purview/scanning/operations/_operations.py:3527: [C4761(do-not-use-legacy-typing), ScanResultOperations.list_scan_history] Do not use legacy typing using comments.
2025-03-30T10:49:42.6540759Z azure/purview/scanning/operations/_operations.py:3647: [W0212(protected-access), ScanResultOperations.list_scan_history.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:42.6541217Z azure/purview/scanning/operations/_operations.py:3680: [C4761(do-not-use-legacy-typing), ScanRulesetsOperations.get] Do not use legacy typing using comments.
2025-03-30T10:49:42.6541787Z azure/purview/scanning/operations/_operations.py:3744: [C4761(do-not-use-legacy-typing), ScanRulesetsOperations.create_or_update] Do not use legacy typing using comments.
2025-03-30T10:49:42.6542247Z azure/purview/scanning/operations/_operations.py:3838: [C4761(do-not-use-legacy-typing), ScanRulesetsOperations.delete] Do not use legacy typing using comments.
2025-03-30T10:49:42.6542691Z azure/purview/scanning/operations/_operations.py:3904: [C4761(do-not-use-legacy-typing), ScanRulesetsOperations.list_all] Do not use legacy typing using comments.
2025-03-30T10:49:42.6543145Z azure/purview/scanning/operations/_operations.py:3978: [W0212(protected-access), ScanRulesetsOperations.list_all.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:42.6543603Z azure/purview/scanning/operations/_operations.py:4011: [C4761(do-not-use-legacy-typing), SystemScanRulesetsOperations.list_all] Do not use legacy typing using comments.
2025-03-30T10:49:42.6544065Z azure/purview/scanning/operations/_operations.py:4085: [W0212(protected-access), SystemScanRulesetsOperations.list_all.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:42.6544517Z azure/purview/scanning/operations/_operations.py:4101: [C4761(do-not-use-legacy-typing), SystemScanRulesetsOperations.get] Do not use legacy typing using comments.
2025-03-30T10:49:42.6545143Z azure/purview/scanning/operations/_operations.py:4170: [C4758(docstring-keyword-should-match-keyword-only), SystemScanRulesetsOperations.get_by_version] "data_source_type" 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-03-30T10:49:42.6545812Z azure/purview/scanning/operations/_operations.py:4170: [C4761(do-not-use-legacy-typing), SystemScanRulesetsOperations.get_by_version] Do not use legacy typing using comments.
2025-03-30T10:49:42.7582285Z azure/purview/scanning/operations/_operations.py:4244: [C4758(docstring-keyword-should-match-keyword-only), SystemScanRulesetsOperations.get_latest] "data_source_type" 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-03-30T10:49:42.7584114Z azure/purview/scanning/operations/_operations.py:4244: [C4761(do-not-use-legacy-typing), SystemScanRulesetsOperations.get_latest] Do not use legacy typing using comments.
2025-03-30T10:49:42.7585370Z azure/purview/scanning/operations/_operations.py:4314: [C4758(docstring-keyword-should-match-keyword-only), SystemScanRulesetsOperations.list_versions_by_data_source] "data_source_type" 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-03-30T10:49:42.7586552Z azure/purview/scanning/operations/_operations.py:4314: [C4761(do-not-use-legacy-typing), SystemScanRulesetsOperations.list_versions_by_data_source] Do not use legacy typing using comments.
2025-03-30T10:49:42.7587377Z azure/purview/scanning/operations/_operations.py:4399: [W0212(protected-access), SystemScanRulesetsOperations.list_versions_by_data_source.get_next] Access to a protected member _pipeline of a client class
2025-03-30T10:49:42.7588004Z azure/purview/scanning/operations/_operations.py:4432: [C4761(do-not-use-legacy-typing), TriggersOperations.get_trigger] Do not use legacy typing using comments.
2025-03-30T10:49:42.7588544Z azure/purview/scanning/operations/_operations.py:4531: [C4761(do-not-use-legacy-typing), TriggersOperations.create_trigger] Do not use legacy typing using comments.
2025-03-30T10:49:42.7589264Z azure/purview/scanning/operations/_operations.py:4686: [C4761(do-not-use-legacy-typing), TriggersOperations.delete_trigger] Do not use legacy typing using comments.
2025-03-30T10:49:42.7589988Z azure/purview/scanning/operations/_operations.py:19: [C0411(wrong-import-order), ] third party import "msrest.Serializer" should be placed before first party imports "azure.core.exceptions.ClientAuthenticationError", "azure.core.paging.ItemPaged", "azure.core.pipeline.PipelineResponse", "azure.core.pipeline.transport.HttpResponse", "azure.core.rest.HttpRequest", "azure.core.tracing.decorator.distributed_trace"
2025-03-30T10:49:42.7590691Z azure/purview/scanning/operations/_operations.py:8: [W0611(unused-import), ] Unused import functools
2025-03-30T10:49:42.7591138Z azure/purview/scanning/operations/_operations.py:11: [W0611(unused-import), ] Unused import warnings
2025-03-30T10:49:42.7591339Z
2025-03-30T10:49:42.7591689Z ------------------------------------------------------------------
2025-03-30T10:49:42.7592033Z Your code has been rated at 8.50/10 (previous run: 5.59/10, +2.91)
2025-03-30T10:49:42.7592191Z
2025-03-30T10:49:43.6399433Z

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.

  1. ../azure-purview-scanning>pip install "tox<5"
  2. ../azure-purview-scanning>tox run -e next-pylint -c ../../../eng/tox/tox.ini --root .

See the Pylint Guide for more information.

@kristapratico kristapratico added the Service Attention Workflow: This issue is responsible by Azure service team. label Jan 21, 2025
Copy link

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @yifan-zhou922.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Purview pylint Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

3 participants