azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

azure-agrifood-farming needs linting updates for pylint version 3.3.6

Open azure-sdk opened this issue 10 months ago • 1 comments

ACTION NEEDED: This version of pylint will be merged on 2025-07-14. The build will begin to fail for this library if errors are not fixed.

Library name: azure-agrifood-farming Pylint version: 3.3.6 Pylint Build: Link to build (2025-06-21)

Pylint Errors:

2025-06-21T09:48:14.3280308Z ************* Module azure 2025-06-21T09:48:14.3281461Z azure/init.py:1: [C0304(missing-final-newline), ] Final newline missing 2025-06-21T09:48:14.3282783Z ************* Module azure.agrifood.init 2025-06-21T09:48:14.3283724Z azure/agrifood/init.py:1: [C0304(missing-final-newline), ] Final newline missing 2025-06-21T09:48:14.3284622Z ************* Module azure.agrifood.farming._client 2025-06-21T09:48:14.3285490Z azure/agrifood/farming/_client.py:59: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of if TYPE_CHECKING block. You can import modules from typing outside of TYPE_CHECKING. 2025-06-21T09:48:14.3286982Z azure/agrifood/farming/_client.py:222: [C4758(docstring-keyword-should-match-keyword-only), FarmBeatsClient.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-06-21T09:48:14.3288042Z azure/agrifood/farming/_client.py:244: [C4761(do-not-use-legacy-typing), FarmBeatsClient.close] Do not use legacy typing using comments. 2025-06-21T09:48:14.3288694Z azure/agrifood/farming/_client.py:248: [C4761(do-not-use-legacy-typing), FarmBeatsClient.enter] Do not use legacy typing using comments. 2025-06-21T09:48:14.3289315Z azure/agrifood/farming/_client.py:253: [C4761(do-not-use-legacy-typing), FarmBeatsClient.exit] Do not use legacy typing using comments. 2025-06-21T09:48:14.3290127Z ************* Module azure.agrifood.farming._configuration 2025-06-21T09:48:14.3290674Z azure/agrifood/farming/_configuration.py:47: [C4761(do-not-use-legacy-typing), FarmBeatsClientConfiguration._configure] Do not use legacy typing using comments. 2025-06-21T09:48:14.3291222Z ************* Module azure.agrifood.farming._vendor 2025-06-21T09:48:14.3291796Z azure/agrifood/farming/_vendor.py:9: [R1710(inconsistent-return-statements), _format_url_section] Either all return statements in a function should return an expression, or none of them should. 2025-06-21T09:48:14.3292561Z ************* Module azure.agrifood.farming.operations._patch 2025-06-21T09:48:14.3293039Z azure/agrifood/farming/operations/_patch.py:84: [C0301(line-too-long), ] Line too long (159/120) 2025-06-21T09:48:14.3293544Z azure/agrifood/farming/operations/_patch.py:197: [C0301(line-too-long), ] Line too long (158/120) 2025-06-21T09:48:14.3294057Z azure/agrifood/farming/operations/_patch.py:268: [C0301(line-too-long), ] Line too long (147/120) 2025-06-21T09:48:14.3294621Z azure/agrifood/farming/operations/_patch.py:19: [C0413(wrong-import-position), ] Import "import datetime" should be placed at the top of the module 2025-06-21T09:48:14.3295202Z azure/agrifood/farming/operations/_patch.py:20: [W0404(reimported), ] Reimport 'sys' (imported line 9) 2025-06-21T09:48:14.3295910Z azure/agrifood/farming/operations/_patch.py:20: [C0413(wrong-import-position), ] Import "import sys" should be placed at the top of the module 2025-06-21T09:48:14.3296447Z azure/agrifood/farming/operations/_patch.py:21: [W0404(reimported), ] Reimport 'Any' (imported line 11) 2025-06-21T09:48:14.3296941Z azure/agrifood/farming/operations/_patch.py:21: [W0404(reimported), ] Reimport 'List' (imported line 11) 2025-06-21T09:48:14.3297581Z azure/agrifood/farming/operations/_patch.py:21: [C0413(wrong-import-position), ] Import "from typing import Any, Callable, Dict, IO, Iterable, Iterator, List, Optional, TypeVar, Union, cast, overload" should be placed at the top of the module 2025-06-21T09:48:14.3298277Z azure/agrifood/farming/operations/_patch.py:22: [C0413(wrong-import-position), ] Import "import urllib.parse" should be placed at the top of the module 2025-06-21T09:48:14.3299031Z azure/agrifood/farming/operations/_patch.py:24: [C0413(wrong-import-position), ] Import "from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, ResourceNotModifiedError, map_error" should be placed at the top of the module 2025-06-21T09:48:14.3299891Z azure/agrifood/farming/operations/_patch.py:32: [C0413(wrong-import-position), ] Import "from azure.core.paging import ItemPaged" should be placed at the top of the module 2025-06-21T09:48:14.3300748Z azure/agrifood/farming/operations/_patch.py:33: [C0413(wrong-import-position), ] Import "from azure.core.pipeline import PipelineResponse" should be placed at the top of the module 2025-06-21T09:48:14.3301154Z azure/agrifood/farming/operations/_patch.py:34: [C0413(wrong-import-position), ] Import "from azure.core.pipeline.transport import HttpResponse" should be placed at the top of the module 2025-06-21T09:48:14.3301563Z azure/agrifood/farming/operations/_patch.py:34: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core. 2025-06-21T09:48:14.3301953Z azure/agrifood/farming/operations/_patch.py:35: [C0413(wrong-import-position), ] Import "from azure.core.polling import LROPoller, NoPolling, PollingMethod" should be placed at the top of the module 2025-06-21T09:48:14.3302564Z azure/agrifood/farming/operations/_patch.py:36: [C0413(wrong-import-position), ] Import "from azure.core.polling.base_polling import LROBasePolling" should be placed at the top of the module 2025-06-21T09:48:14.3302950Z azure/agrifood/farming/operations/_patch.py:37: [C0413(wrong-import-position), ] Import "from azure.core.rest import HttpRequest" should be placed at the top of the module 2025-06-21T09:48:14.3303438Z azure/agrifood/farming/operations/_patch.py:38: [C0413(wrong-import-position), ] Import "from azure.core.tracing.decorator import distributed_trace" should be placed at the top of the module 2025-06-21T09:48:14.3303811Z azure/agrifood/farming/operations/_patch.py:39: [C0413(wrong-import-position), ] Import "from azure.core.utils import case_insensitive_dict" should be placed at the top of the module 2025-06-21T09:48:14.3304179Z azure/agrifood/farming/operations/_patch.py:41: [C0413(wrong-import-position), ] Import "from .._serialization import Serializer" should be placed at the top of the module 2025-06-21T09:48:14.3304556Z azure/agrifood/farming/operations/_patch.py:42: [C0413(wrong-import-position), ] Import "from .._vendor import _format_url_section, raise_if_not_implemented" should be placed at the top of the module 2025-06-21T09:48:14.3304985Z azure/agrifood/farming/operations/_patch.py:64: [C4739(docstring-missing-param), AttachmentsOperations.create_or_update] Params missing in docstring: "file". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings 2025-06-21T09:48:14.3305440Z azure/agrifood/farming/operations/_patch.py:179: [C4739(docstring-missing-param), InsightAttachmentsOperations.create_or_update] Params missing in docstring: "file". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings 2025-06-21T09:48:14.3306122Z azure/agrifood/farming/operations/_patch.py:19: [C0411(wrong-import-order), ] standard import "datetime" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:14.3306639Z azure/agrifood/farming/operations/_patch.py:20: [C0411(wrong-import-order), ] standard import "sys" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:14.3307061Z azure/agrifood/farming/operations/_patch.py:21: [C0411(wrong-import-order), ] standard import "typing.Any" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:14.3307486Z azure/agrifood/farming/operations/_patch.py:22: [C0411(wrong-import-order), ] standard import "urllib.parse" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:14.3307931Z azure/agrifood/farming/operations/_patch.py:24: [C0411(wrong-import-order), ] first party import "azure.core.exceptions.ClientAuthenticationError" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:14.3308382Z azure/agrifood/farming/operations/_patch.py:32: [C0411(wrong-import-order), ] first party import "azure.core.paging.ItemPaged" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:14.3308833Z azure/agrifood/farming/operations/_patch.py:33: [C0411(wrong-import-order), ] first party import "azure.core.pipeline.PipelineResponse" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:14.3309290Z azure/agrifood/farming/operations/_patch.py:34: [C0411(wrong-import-order), ] first party import "azure.core.pipeline.transport.HttpResponse" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:14.3309741Z azure/agrifood/farming/operations/_patch.py:35: [C0411(wrong-import-order), ] first party import "azure.core.polling.LROPoller" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:47.8154487Z azure/agrifood/farming/operations/_patch.py:36: [C0411(wrong-import-order), ] first party import "azure.core.polling.base_polling.LROBasePolling" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:47.8156435Z azure/agrifood/farming/operations/_patch.py:37: [C0411(wrong-import-order), ] first party import "azure.core.rest.HttpRequest" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:47.8157492Z azure/agrifood/farming/operations/_patch.py:38: [C0411(wrong-import-order), ] first party import "azure.core.tracing.decorator.distributed_trace" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:47.8158548Z azure/agrifood/farming/operations/_patch.py:39: [C0411(wrong-import-order), ] first party import "azure.core.utils.case_insensitive_dict" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:48:47.8159436Z azure/agrifood/farming/operations/_patch.py:20: [C0412(ungrouped-imports), ] Imports from package sys are not grouped 2025-06-21T09:48:47.8160131Z azure/agrifood/farming/operations/_patch.py:21: [C0412(ungrouped-imports), ] Imports from package typing are not grouped 2025-06-21T09:48:47.8160770Z azure/agrifood/farming/operations/_patch.py:10: [W0611(unused-import), ] Unused import os 2025-06-21T09:48:47.8161349Z azure/agrifood/farming/operations/_patch.py:19: [W0611(unused-import), ] Unused import datetime 2025-06-21T09:48:47.8162077Z azure/agrifood/farming/operations/_patch.py:21: [W0611(unused-import), ] Unused Iterable imported from typing 2025-06-21T09:48:47.8163238Z azure/agrifood/farming/operations/_patch.py:21: [W0611(unused-import), ] Unused Iterator imported from typing 2025-06-21T09:48:47.8163929Z azure/agrifood/farming/operations/_patch.py:21: [W0611(unused-import), ] Unused Union imported from typing 2025-06-21T09:48:47.8164607Z azure/agrifood/farming/operations/_patch.py:21: [W0611(unused-import), ] Unused overload imported from typing 2025-06-21T09:48:47.8165379Z azure/agrifood/farming/operations/_patch.py:22: [W0611(unused-import), ] Unused import urllib.parse 2025-06-21T09:48:47.8166287Z azure/agrifood/farming/operations/_patch.py:32: [W0611(unused-import), ] Unused ItemPaged imported from azure.core.paging 2025-06-21T09:48:47.8167033Z azure/agrifood/farming/operations/_patch.py:35: [W0611(unused-import), ] Unused LROPoller imported from azure.core.polling 2025-06-21T09:48:47.8167678Z azure/agrifood/farming/operations/_patch.py:35: [W0611(unused-import), ] Unused NoPolling imported from azure.core.polling 2025-06-21T09:48:47.8168216Z azure/agrifood/farming/operations/_patch.py:35: [W0611(unused-import), ] Unused PollingMethod imported from azure.core.polling 2025-06-21T09:48:47.8168773Z azure/agrifood/farming/operations/_patch.py:36: [W0611(unused-import), ] Unused LROBasePolling imported from azure.core.polling.base_polling 2025-06-21T09:48:47.8169346Z azure/agrifood/farming/operations/_patch.py:42: [W0611(unused-import), ] Unused raise_if_not_implemented imported from _vendor 2025-06-21T09:48:47.8169829Z ************* Module azure.agrifood.farming.operations._operations 2025-06-21T09:48:47.8170386Z azure/agrifood/farming/operations/_operations.py:24: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core. 2025-06-21T09:48:47.8171032Z azure/agrifood/farming/operations/_operations.py:46: [R0914(too-many-locals), build_application_data_list_request] Too many local variables (29/25) 2025-06-21T09:48:47.8171618Z azure/agrifood/farming/operations/_operations.py:46: [R0912(too-many-branches), build_application_data_list_request] Too many branches (23/20) 2025-06-21T09:48:47.8172399Z azure/agrifood/farming/operations/_operations.py:46: [R0915(too-many-statements), build_application_data_list_request] Too many statements (54/50) 2025-06-21T09:48:47.8173070Z azure/agrifood/farming/operations/_operations.py:158: [C4751(name-too-long), build_application_data_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8173918Z azure/agrifood/farming/operations/_operations.py:186: [C4751(name-too-long), build_application_data_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8174571Z azure/agrifood/farming/operations/_operations.py:210: [R0914(too-many-locals), build_application_data_list_by_party_id_request] Too many local variables (31/25) 2025-06-21T09:48:47.8175228Z azure/agrifood/farming/operations/_operations.py:210: [C4751(name-too-long), build_application_data_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8175859Z azure/agrifood/farming/operations/_operations.py:210: [R0912(too-many-branches), build_application_data_list_by_party_id_request] Too many branches (23/20) 2025-06-21T09:48:47.8176493Z azure/agrifood/farming/operations/_operations.py:210: [R0915(too-many-statements), build_application_data_list_by_party_id_request] Too many statements (56/50) 2025-06-21T09:48:47.8177132Z azure/agrifood/farming/operations/_operations.py:353: [C4751(name-too-long), build_application_data_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8177768Z azure/agrifood/farming/operations/_operations.py:408: [C4751(name-too-long), build_attachments_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8178533Z azure/agrifood/farming/operations/_operations.py:646: [C4751(name-too-long), build_boundaries_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8179196Z azure/agrifood/farming/operations/_operations.py:674: [C4751(name-too-long), build_boundaries_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8179842Z azure/agrifood/farming/operations/_operations.py:698: [C4751(name-too-long), build_boundaries_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8180494Z azure/agrifood/farming/operations/_operations.py:774: [C4751(name-too-long), build_boundaries_search_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8181254Z azure/agrifood/farming/operations/_operations.py:801: [C4751(name-too-long), build_boundaries_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8181896Z azure/agrifood/farming/operations/_operations.py:999: [C4751(name-too-long), build_crop_products_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8182671Z azure/agrifood/farming/operations/_operations.py:1249: [C4751(name-too-long), build_device_data_models_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8183080Z azure/agrifood/farming/operations/_operations.py:1482: [C4751(name-too-long), build_farm_operations_create_data_ingestion_job_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8183466Z azure/agrifood/farming/operations/_operations.py:1509: [C4751(name-too-long), build_farm_operations_get_data_ingestion_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8183848Z azure/agrifood/farming/operations/_operations.py:1588: [C4751(name-too-long), build_farms_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8184221Z azure/agrifood/farming/operations/_operations.py:1616: [C4751(name-too-long), build_farms_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8184598Z azure/agrifood/farming/operations/_operations.py:1837: [C4751(name-too-long), build_fields_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8184969Z azure/agrifood/farming/operations/_operations.py:1861: [C4751(name-too-long), build_fields_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8185324Z azure/agrifood/farming/operations/_operations.py:2031: [R0914(too-many-locals), build_harvest_data_list_request] Too many local variables (37/25) 2025-06-21T09:48:47.8185779Z azure/agrifood/farming/operations/_operations.py:2031: [R0912(too-many-branches), build_harvest_data_list_request] Too many branches (31/20) 2025-06-21T09:48:47.8186122Z azure/agrifood/farming/operations/_operations.py:2031: [R0915(too-many-statements), build_harvest_data_list_request] Too many statements (70/50) 2025-06-21T09:48:47.8186488Z azure/agrifood/farming/operations/_operations.py:2167: [C4751(name-too-long), build_harvest_data_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8186868Z azure/agrifood/farming/operations/_operations.py:2195: [C4751(name-too-long), build_harvest_data_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:47.8187239Z azure/agrifood/farming/operations/_operations.py:2219: [R0914(too-many-locals), build_harvest_data_list_by_party_id_request] Too many local variables (39/25) 2025-06-21T09:48:47.8187604Z azure/agrifood/farming/operations/_operations.py:2219: [C4751(name-too-long), build_harvest_data_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3200035Z azure/agrifood/farming/operations/_operations.py:2219: [R0912(too-many-branches), build_harvest_data_list_by_party_id_request] Too many branches (31/20) 2025-06-21T09:48:49.3201484Z azure/agrifood/farming/operations/_operations.py:2219: [R0915(too-many-statements), build_harvest_data_list_by_party_id_request] Too many statements (72/50) 2025-06-21T09:48:49.3202472Z azure/agrifood/farming/operations/_operations.py:2386: [C4751(name-too-long), build_harvest_data_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3203313Z azure/agrifood/farming/operations/_operations.py:2439: [C4751(name-too-long), build_image_processing_create_rasterize_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3204148Z azure/agrifood/farming/operations/_operations.py:2466: [C4751(name-too-long), build_image_processing_get_rasterize_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3206804Z azure/agrifood/farming/operations/_operations.py:2490: [C4751(name-too-long), build_insight_attachments_list_by_party_id_model_id_and_resource_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3208352Z azure/agrifood/farming/operations/_operations.py:2624: [C4751(name-too-long), build_insight_attachments_download_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3209687Z azure/agrifood/farming/operations/_operations.py:2654: [C4751(name-too-long), build_insights_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3210496Z azure/agrifood/farming/operations/_operations.py:2685: [C4751(name-too-long), build_insights_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3211276Z azure/agrifood/farming/operations/_operations.py:2709: [C4751(name-too-long), build_insights_list_by_party_id_model_id_and_resource_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3212042Z azure/agrifood/farming/operations/_operations.py:2970: [C4751(name-too-long), build_management_zones_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3213016Z azure/agrifood/farming/operations/_operations.py:2994: [C4751(name-too-long), build_management_zones_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3213731Z azure/agrifood/farming/operations/_operations.py:3022: [C4751(name-too-long), build_management_zones_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3214426Z azure/agrifood/farming/operations/_operations.py:3123: [C4751(name-too-long), build_management_zones_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3215323Z azure/agrifood/farming/operations/_operations.py:3178: [C4751(name-too-long), build_model_inference_create_biomass_model_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3216044Z azure/agrifood/farming/operations/_operations.py:3205: [C4751(name-too-long), build_model_inference_get_biomass_model_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3216812Z azure/agrifood/farming/operations/_operations.py:3229: [C4751(name-too-long), build_model_inference_create_sensor_placement_model_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3217613Z azure/agrifood/farming/operations/_operations.py:3256: [C4751(name-too-long), build_model_inference_get_sensor_placement_model_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3218362Z azure/agrifood/farming/operations/_operations.py:3280: [C4751(name-too-long), build_model_inference_create_soil_moisture_model_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3219130Z azure/agrifood/farming/operations/_operations.py:3307: [C4751(name-too-long), build_model_inference_get_soil_moisture_model_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3219867Z azure/agrifood/farming/operations/_operations.py:3397: [C4751(name-too-long), build_nutrient_analyses_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3220753Z azure/agrifood/farming/operations/_operations.py:3494: [C4751(name-too-long), build_nutrient_analyses_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3221479Z azure/agrifood/farming/operations/_operations.py:3628: [C4751(name-too-long), build_oauth_providers_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3222472Z azure/agrifood/farming/operations/_operations.py:3679: [C4751(name-too-long), build_oauth_providers_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3223345Z azure/agrifood/farming/operations/_operations.py:3703: [C4751(name-too-long), build_oauth_providers_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3224164Z azure/agrifood/farming/operations/_operations.py:3782: [C4751(name-too-long), build_oauth_tokens_get_o_auth_connection_link_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3224984Z azure/agrifood/farming/operations/_operations.py:3804: [C4751(name-too-long), build_oauth_tokens_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3225780Z azure/agrifood/farming/operations/_operations.py:3828: [C4751(name-too-long), build_oauth_tokens_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3226579Z azure/agrifood/farming/operations/_operations.py:3986: [C4751(name-too-long), build_parties_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3227376Z azure/agrifood/farming/operations/_operations.py:4010: [C4751(name-too-long), build_parties_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3228141Z azure/agrifood/farming/operations/_operations.py:4035: [R0914(too-many-locals), build_planting_data_list_by_party_id_request] Too many local variables (33/25) 2025-06-21T09:48:49.3228927Z azure/agrifood/farming/operations/_operations.py:4035: [C4751(name-too-long), build_planting_data_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3229705Z azure/agrifood/farming/operations/_operations.py:4035: [R0912(too-many-branches), build_planting_data_list_by_party_id_request] Too many branches (25/20) 2025-06-21T09:48:49.3230463Z azure/agrifood/farming/operations/_operations.py:4035: [R0915(too-many-statements), build_planting_data_list_by_party_id_request] Too many statements (60/50) 2025-06-21T09:48:49.3231400Z azure/agrifood/farming/operations/_operations.py:4184: [C4751(name-too-long), build_planting_data_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3232332Z azure/agrifood/farming/operations/_operations.py:4237: [R0914(too-many-locals), build_planting_data_list_request] Too many local variables (31/25) 2025-06-21T09:48:49.3233089Z azure/agrifood/farming/operations/_operations.py:4237: [R0912(too-many-branches), build_planting_data_list_request] Too many branches (25/20) 2025-06-21T09:48:49.3233801Z azure/agrifood/farming/operations/_operations.py:4237: [R0915(too-many-statements), build_planting_data_list_request] Too many statements (58/50) 2025-06-21T09:48:49.3234558Z azure/agrifood/farming/operations/_operations.py:4355: [C4751(name-too-long), build_planting_data_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3235380Z azure/agrifood/farming/operations/_operations.py:4383: [C4751(name-too-long), build_planting_data_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3236194Z azure/agrifood/farming/operations/_operations.py:4407: [C4751(name-too-long), build_plant_tissue_analyses_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3237199Z azure/agrifood/farming/operations/_operations.py:4507: [C4751(name-too-long), build_plant_tissue_analyses_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3237998Z azure/agrifood/farming/operations/_operations.py:4537: [C4751(name-too-long), build_plant_tissue_analyses_delete_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3238807Z azure/agrifood/farming/operations/_operations.py:4633: [C4751(name-too-long), build_plant_tissue_analyses_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3239626Z azure/agrifood/farming/operations/_operations.py:4661: [C4751(name-too-long), build_plant_tissue_analyses_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3240433Z azure/agrifood/farming/operations/_operations.py:4685: [C4751(name-too-long), build_prescription_maps_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:49.3241235Z azure/agrifood/farming/operations/_operations.py:4786: [C4751(name-too-long), build_prescription_maps_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4480249Z azure/agrifood/farming/operations/_operations.py:4911: [C4751(name-too-long), build_prescription_maps_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4481695Z azure/agrifood/farming/operations/_operations.py:4935: [C4751(name-too-long), build_prescription_maps_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4483132Z azure/agrifood/farming/operations/_operations.py:4963: [C4751(name-too-long), build_prescriptions_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4484127Z azure/agrifood/farming/operations/_operations.py:5070: [C4751(name-too-long), build_prescriptions_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4485037Z azure/agrifood/farming/operations/_operations.py:5199: [C4751(name-too-long), build_prescriptions_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4485996Z azure/agrifood/farming/operations/_operations.py:5223: [C4751(name-too-long), build_prescriptions_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4486771Z azure/agrifood/farming/operations/_operations.py:5335: [C4751(name-too-long), build_scenes_create_satellite_data_ingestion_job_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4488026Z azure/agrifood/farming/operations/_operations.py:5362: [C4751(name-too-long), build_scenes_get_satellite_data_ingestion_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4488843Z azure/agrifood/farming/operations/_operations.py:5444: [C4751(name-too-long), build_seasonal_fields_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4489704Z azure/agrifood/farming/operations/_operations.py:5547: [C4751(name-too-long), build_seasonal_fields_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4490514Z azure/agrifood/farming/operations/_operations.py:5672: [C4751(name-too-long), build_seasonal_fields_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4491360Z azure/agrifood/farming/operations/_operations.py:5696: [C4751(name-too-long), build_seasonal_fields_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4492289Z azure/agrifood/farming/operations/_operations.py:5930: [C4751(name-too-long), build_sensor_data_models_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4493087Z azure/agrifood/farming/operations/_operations.py:6122: [C4751(name-too-long), build_sensor_mappings_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4494252Z azure/agrifood/farming/operations/_operations.py:6197: [C4751(name-too-long), build_sensor_partner_integrations_list_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4495156Z azure/agrifood/farming/operations/_operations.py:6266: [C4751(name-too-long), build_sensor_partner_integrations_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4496081Z azure/agrifood/farming/operations/_operations.py:6296: [C4751(name-too-long), build_sensor_partner_integrations_get_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4497255Z azure/agrifood/farming/operations/_operations.py:6323: [C4751(name-too-long), build_sensor_partner_integrations_delete_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4498087Z azure/agrifood/farming/operations/_operations.py:6350: [C4751(name-too-long), build_sensor_partner_integrations_check_consent_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4498703Z azure/agrifood/farming/operations/_operations.py:6378: [C4751(name-too-long), build_sensor_partner_integrations_generate_consent_link_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4499255Z azure/agrifood/farming/operations/_operations.py:6557: [C4751(name-too-long), build_sensors_get_connection_string_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4499772Z azure/agrifood/farming/operations/_operations.py:6582: [C4751(name-too-long), build_sensors_renew_connection_string_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4500308Z azure/agrifood/farming/operations/_operations.py:6637: [C4751(name-too-long), build_solution_inference_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4500811Z azure/agrifood/farming/operations/_operations.py:6691: [R0914(too-many-locals), build_tillage_data_list_by_party_id_request] Too many local variables (31/25) 2025-06-21T09:48:51.4501349Z azure/agrifood/farming/operations/_operations.py:6691: [C4751(name-too-long), build_tillage_data_list_by_party_id_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4501865Z azure/agrifood/farming/operations/_operations.py:6691: [R0912(too-many-branches), build_tillage_data_list_by_party_id_request] Too many branches (23/20) 2025-06-21T09:48:51.4502579Z azure/agrifood/farming/operations/_operations.py:6691: [R0915(too-many-statements), build_tillage_data_list_by_party_id_request] Too many statements (56/50) 2025-06-21T09:48:51.4503118Z azure/agrifood/farming/operations/_operations.py:6834: [C4751(name-too-long), build_tillage_data_create_or_update_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4503835Z azure/agrifood/farming/operations/_operations.py:6887: [R0914(too-many-locals), build_tillage_data_list_request] Too many local variables (29/25) 2025-06-21T09:48:51.4504334Z azure/agrifood/farming/operations/_operations.py:6887: [R0912(too-many-branches), build_tillage_data_list_request] Too many branches (23/20) 2025-06-21T09:48:51.4504841Z azure/agrifood/farming/operations/_operations.py:6887: [R0915(too-many-statements), build_tillage_data_list_request] Too many statements (54/50) 2025-06-21T09:48:51.4505366Z azure/agrifood/farming/operations/_operations.py:6999: [C4751(name-too-long), build_tillage_data_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4505922Z azure/agrifood/farming/operations/_operations.py:7027: [C4751(name-too-long), build_tillage_data_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4506470Z azure/agrifood/farming/operations/_operations.py:7094: [C4751(name-too-long), build_weather_get_data_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4506982Z azure/agrifood/farming/operations/_operations.py:7118: [C4751(name-too-long), build_weather_create_data_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4507660Z azure/agrifood/farming/operations/_operations.py:7145: [C4751(name-too-long), build_weather_get_data_ingestion_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4508182Z azure/agrifood/farming/operations/_operations.py:7169: [C4751(name-too-long), build_weather_create_data_ingestion_job_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4508738Z azure/agrifood/farming/operations/_operations.py:7434: [C4751(name-too-long), build_zones_get_cascade_delete_job_details_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4509295Z azure/agrifood/farming/operations/_operations.py:7458: [C4751(name-too-long), build_zones_create_cascade_delete_job_request] Name is over standard character length of 40. 2025-06-21T09:48:51.4509814Z azure/agrifood/farming/operations/_operations.py:7504: [R0914(too-many-locals), ApplicationDataOperations.list] Too many local variables (32/25) 2025-06-21T09:48:51.4510540Z azure/agrifood/farming/operations/_operations.py:7794: [C4758(docstring-keyword-should-match-keyword-only), ApplicationDataOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:51.4511298Z azure/agrifood/farming/operations/_operations.py:7966: [R0914(too-many-locals), ApplicationDataOperations.list_by_party_id] Too many local variables (33/25) 2025-06-21T09:48:51.4512007Z azure/agrifood/farming/operations/_operations.py:8581: [C4758(docstring-keyword-should-match-keyword-only), ApplicationDataOperations.create_or_update] "content_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-06-21T09:48:52.7037918Z azure/agrifood/farming/operations/_operations.py:9511: [C4758(docstring-keyword-should-match-keyword-only), BoundariesOperations.search] "content_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-06-21T09:48:52.7040644Z azure/agrifood/farming/operations/_operations.py:9675: [C4758(docstring-keyword-should-match-keyword-only), BoundariesOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:52.7042531Z azure/agrifood/farming/operations/_operations.py:10214: [C4758(docstring-keyword-should-match-keyword-only), BoundariesOperations.search_by_party_id] "content_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-06-21T09:48:52.7044047Z azure/agrifood/farming/operations/_operations.py:10740: [C4758(docstring-keyword-should-match-keyword-only), BoundariesOperations.create_or_update] "content_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-06-21T09:48:52.7045715Z azure/agrifood/farming/operations/_operations.py:11658: [C4758(docstring-keyword-should-match-keyword-only), CropProductsOperations.create_or_update] "content_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-06-21T09:48:52.7047169Z azure/agrifood/farming/operations/_operations.py:12218: [C4758(docstring-keyword-should-match-keyword-only), CropsOperations.create_or_update] "content_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-06-21T09:48:52.7048557Z azure/agrifood/farming/operations/_operations.py:12698: [C4758(docstring-keyword-should-match-keyword-only), DeviceDataModelsOperations.create_or_update] "content_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-06-21T09:48:52.7050028Z azure/agrifood/farming/operations/_operations.py:13302: [C4758(docstring-keyword-should-match-keyword-only), DevicesOperations.create_or_update] "content_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-06-21T09:48:52.7051546Z azure/agrifood/farming/operations/_operations.py:13635: [C4758(docstring-keyword-should-match-keyword-only), FarmOperationsOperations.begin_create_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:52.7053380Z azure/agrifood/farming/operations/_operations.py:13745: [C4758(docstring-keyword-should-match-keyword-only), FarmOperationsOperations.begin_create_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:52.7055208Z azure/agrifood/farming/operations/_operations.py:13814: [C4758(docstring-keyword-should-match-keyword-only), FarmOperationsOperations.begin_create_data_ingestion_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:48:52.7056949Z azure/agrifood/farming/operations/_operations.py:14221: [C4758(docstring-keyword-should-match-keyword-only), FarmsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:52.7058516Z azure/agrifood/farming/operations/_operations.py:14749: [C4758(docstring-keyword-should-match-keyword-only), FarmsOperations.create_or_update] "content_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-06-21T09:48:52.7060196Z azure/agrifood/farming/operations/_operations.py:15186: [C4758(docstring-keyword-should-match-keyword-only), FieldsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:52.7061698Z azure/agrifood/farming/operations/_operations.py:15646: [C4758(docstring-keyword-should-match-keyword-only), FieldsOperations.create_or_update] "content_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-06-21T09:48:52.7062987Z azure/agrifood/farming/operations/_operations.py:15821: [R0914(too-many-locals), HarvestDataOperations.list] Too many local variables (40/25) 2025-06-21T09:48:52.7064183Z azure/agrifood/farming/operations/_operations.py:16168: [C4758(docstring-keyword-should-match-keyword-only), HarvestDataOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:52.7065372Z azure/agrifood/farming/operations/_operations.py:16340: [R0914(too-many-locals), HarvestDataOperations.list_by_party_id] Too many local variables (41/25) 2025-06-21T09:48:52.7066443Z azure/agrifood/farming/operations/_operations.py:17128: [C4758(docstring-keyword-should-match-keyword-only), HarvestDataOperations.create_or_update] "content_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-06-21T09:48:53.5678614Z azure/agrifood/farming/operations/_operations.py:17425: [C4758(docstring-keyword-should-match-keyword-only), ImageProcessingOperations.begin_create_rasterize_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:53.5681640Z azure/agrifood/farming/operations/_operations.py:17525: [C4758(docstring-keyword-should-match-keyword-only), ImageProcessingOperations.begin_create_rasterize_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:53.5684919Z azure/agrifood/farming/operations/_operations.py:17589: [C4758(docstring-keyword-should-match-keyword-only), ImageProcessingOperations.begin_create_rasterize_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:48:53.5686677Z azure/agrifood/farming/operations/_operations.py:18282: [C4758(docstring-keyword-should-match-keyword-only), InsightsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:53.5688090Z azure/agrifood/farming/operations/_operations.py:18471: [R0914(too-many-locals), InsightsOperations.list_by_party_id_model_id_and_resource] Too many local variables (27/25) 2025-06-21T09:48:53.5689197Z azure/agrifood/farming/operations/_operations.py:18866: [C4758(docstring-keyword-should-match-keyword-only), InsightsOperations.create_or_update] "content_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-06-21T09:48:53.5690761Z azure/agrifood/farming/operations/_operations.py:19479: [C4758(docstring-keyword-should-match-keyword-only), ManagementZonesOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:53.5692573Z azure/agrifood/farming/operations/_operations.py:19970: [C4758(docstring-keyword-should-match-keyword-only), ManagementZonesOperations.create_or_update] "content_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-06-21T09:48:53.5694132Z azure/agrifood/farming/operations/_operations.py:20204: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_biomass_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:53.5695756Z azure/agrifood/farming/operations/_operations.py:20334: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_biomass_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:53.5697589Z azure/agrifood/farming/operations/_operations.py:20413: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_biomass_model_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:48:53.5699412Z azure/agrifood/farming/operations/_operations.py:20695: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_sensor_placement_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:53.5701138Z azure/agrifood/farming/operations/_operations.py:20821: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_sensor_placement_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:53.5703172Z azure/agrifood/farming/operations/_operations.py:20898: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_sensor_placement_model_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:48:53.5704958Z azure/agrifood/farming/operations/_operations.py:21178: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_soil_moisture_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:53.5706683Z azure/agrifood/farming/operations/_operations.py:21320: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_soil_moisture_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:53.5708387Z azure/agrifood/farming/operations/_operations.py:21405: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_soil_moisture_model_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:48:53.5710037Z azure/agrifood/farming/operations/_operations.py:22308: [C4758(docstring-keyword-should-match-keyword-only), NutrientAnalysesOperations.create_or_update] "content_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-06-21T09:48:54.7471091Z azure/agrifood/farming/operations/_operations.py:22878: [C4758(docstring-keyword-should-match-keyword-only), OAuthProvidersOperations.create_or_update] "content_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-06-21T09:48:54.7474065Z azure/agrifood/farming/operations/_operations.py:23160: [C4758(docstring-keyword-should-match-keyword-only), OAuthProvidersOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:54.7475706Z azure/agrifood/farming/operations/_operations.py:23443: [C4758(docstring-keyword-should-match-keyword-only), OAuthTokensOperations.get_o_auth_connection_link] "content_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-06-21T09:48:54.7478110Z azure/agrifood/farming/operations/_operations.py:23632: [C4758(docstring-keyword-should-match-keyword-only), OAuthTokensOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:54.7480116Z azure/agrifood/farming/operations/_operations.py:24073: [C4758(docstring-keyword-should-match-keyword-only), PartiesOperations.create_or_update] "content_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-06-21T09:48:54.7482080Z azure/agrifood/farming/operations/_operations.py:24340: [C4758(docstring-keyword-should-match-keyword-only), PartiesOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:54.7483831Z azure/agrifood/farming/operations/_operations.py:24443: [R0914(too-many-locals), PlantingDataOperations.list_by_party_id] Too many local variables (35/25) 2025-06-21T09:48:54.7484992Z azure/agrifood/farming/operations/_operations.py:25089: [C4758(docstring-keyword-should-match-keyword-only), PlantingDataOperations.create_or_update] "content_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-06-21T09:48:54.7486062Z azure/agrifood/farming/operations/_operations.py:25290: [R0914(too-many-locals), PlantingDataOperations.list] Too many local variables (34/25) 2025-06-21T09:48:54.7487190Z azure/agrifood/farming/operations/_operations.py:25591: [C4758(docstring-keyword-should-match-keyword-only), PlantingDataOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:54.7488984Z azure/agrifood/farming/operations/_operations.py:26296: [C4758(docstring-keyword-should-match-keyword-only), PlantTissueAnalysesOperations.create_or_update] "content_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-06-21T09:48:54.7490658Z azure/agrifood/farming/operations/_operations.py:26710: [C4758(docstring-keyword-should-match-keyword-only), PlantTissueAnalysesOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:54.7492500Z azure/agrifood/farming/operations/_operations.py:27296: [C4758(docstring-keyword-should-match-keyword-only), PrescriptionMapsOperations.create_or_update] "content_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-06-21T09:48:54.7494249Z azure/agrifood/farming/operations/_operations.py:27742: [C4758(docstring-keyword-should-match-keyword-only), PrescriptionMapsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:54.7495862Z azure/agrifood/farming/operations/_operations.py:28281: [C4758(docstring-keyword-should-match-keyword-only), PrescriptionsOperations.create_or_update] "content_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-06-21T09:48:54.7497518Z azure/agrifood/farming/operations/_operations.py:28739: [C4758(docstring-keyword-should-match-keyword-only), PrescriptionsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:54.7499226Z azure/agrifood/farming/operations/_operations.py:29107: [C4758(docstring-keyword-should-match-keyword-only), ScenesOperations.begin_create_satellite_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:54.7500504Z azure/agrifood/farming/operations/_operations.py:29107: [C4751(name-too-long), ScenesOperations.begin_create_satellite_data_ingestion_job] Name is over standard character length of 40. 2025-06-21T09:48:54.7501803Z azure/agrifood/farming/operations/_operations.py:29241: [C4758(docstring-keyword-should-match-keyword-only), ScenesOperations.begin_create_satellite_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:54.7503459Z azure/agrifood/farming/operations/_operations.py:29241: [C4751(name-too-long), ScenesOperations.begin_create_satellite_data_ingestion_job] Name is over standard character length of 40. 2025-06-21T09:48:55.9529013Z azure/agrifood/farming/operations/_operations.py:29322: [C4758(docstring-keyword-should-match-keyword-only), ScenesOperations.begin_create_satellite_data_ingestion_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:48:55.9531183Z azure/agrifood/farming/operations/_operations.py:29322: [C4751(name-too-long), ScenesOperations.begin_create_satellite_data_ingestion_job] Name is over standard character length of 40. 2025-06-21T09:48:55.9533414Z azure/agrifood/farming/operations/_operations.py:29802: [C4758(docstring-keyword-should-match-keyword-only), ScenesOperations.search_features] "content_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-06-21T09:48:55.9535991Z azure/agrifood/farming/operations/_operations.py:30481: [C4758(docstring-keyword-should-match-keyword-only), SeasonalFieldsOperations.create_or_update] "content_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-06-21T09:48:55.9538285Z azure/agrifood/farming/operations/_operations.py:30933: [C4758(docstring-keyword-should-match-keyword-only), SeasonalFieldsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:55.9540795Z azure/agrifood/farming/operations/_operations.py:31428: [C4758(docstring-keyword-should-match-keyword-only), SeasonsOperations.create_or_update] "content_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-06-21T09:48:55.9543096Z azure/agrifood/farming/operations/_operations.py:31953: [C4758(docstring-keyword-should-match-keyword-only), SensorDataModelsOperations.create_or_update] "content_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-06-21T09:48:55.9544956Z azure/agrifood/farming/operations/_operations.py:32667: [C4758(docstring-keyword-should-match-keyword-only), SensorMappingsOperations.create_or_update] "content_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-06-21T09:48:55.9546643Z azure/agrifood/farming/operations/_operations.py:33202: [C4758(docstring-keyword-should-match-keyword-only), SensorPartnerIntegrationsOperations.create_or_update] "content_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-06-21T09:48:55.9548646Z azure/agrifood/farming/operations/_operations.py:33952: [C4758(docstring-keyword-should-match-keyword-only), SensorsOperations.create_or_update] "content_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-06-21T09:48:55.9550415Z azure/agrifood/farming/operations/_operations.py:34371: [C4758(docstring-keyword-should-match-keyword-only), SensorsOperations.renew_connection_string] "content_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-06-21T09:48:55.9551430Z azure/agrifood/farming/operations/_operations.py:34545: [C4758(docstring-keyword-should-match-keyword-only), SolutionInferenceOperations.cancel] "content_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-06-21T09:48:55.9552679Z azure/agrifood/farming/operations/_operations.py:34678: [C4758(docstring-keyword-should-match-keyword-only), SolutionInferenceOperations.begin_create_or_update] "polling_interval, polling, continuation_token" 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-06-21T09:48:55.9553659Z azure/agrifood/farming/operations/_operations.py:34729: [C4758(docstring-keyword-should-match-keyword-only), SolutionInferenceOperations.begin_create_or_update] "polling_interval, polling, continuation_token" 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-06-21T09:48:55.9554609Z azure/agrifood/farming/operations/_operations.py:34763: [C4758(docstring-keyword-should-match-keyword-only), SolutionInferenceOperations.begin_create_or_update] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:48:55.9555529Z azure/agrifood/farming/operations/_operations.py:34914: [C4758(docstring-keyword-should-match-keyword-only), SolutionInferenceOperations.fetch] "content_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-06-21T09:48:55.9556219Z azure/agrifood/farming/operations/_operations.py:35009: [R0914(too-many-locals), TillageDataOperations.list_by_party_id] Too many local variables (33/25) 2025-06-21T09:48:55.9556914Z azure/agrifood/farming/operations/_operations.py:35542: [C4758(docstring-keyword-should-match-keyword-only), TillageDataOperations.create_or_update] "content_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-06-21T09:48:55.9557727Z azure/agrifood/farming/operations/_operations.py:35722: [R0914(too-many-locals), TillageDataOperations.list] Too many local variables (32/25) 2025-06-21T09:48:55.9558450Z azure/agrifood/farming/operations/_operations.py:35994: [C4758(docstring-keyword-should-match-keyword-only), TillageDataOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:56.6555491Z azure/agrifood/farming/operations/_operations.py:36535: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_delete_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:56.6559376Z azure/agrifood/farming/operations/_operations.py:36651: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_delete_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:56.6561115Z azure/agrifood/farming/operations/_operations.py:36723: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_delete_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:48:56.6563011Z azure/agrifood/farming/operations/_operations.py:36993: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:56.6564722Z azure/agrifood/farming/operations/_operations.py:37113: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:48:56.6566441Z azure/agrifood/farming/operations/_operations.py:37187: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_ingestion_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:48:56.6568322Z azure/agrifood/farming/operations/_operations.py:37821: [C4758(docstring-keyword-should-match-keyword-only), WeatherDataOperations.get] "content_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-06-21T09:48:56.6570190Z azure/agrifood/farming/operations/_operations.py:38509: [C4758(docstring-keyword-should-match-keyword-only), ZonesOperations.create_or_update] "content_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-06-21T09:48:56.6571917Z azure/agrifood/farming/operations/_operations.py:38941: [C4758(docstring-keyword-should-match-keyword-only), ZonesOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:48:56.6573381Z ************* Module azure.agrifood.farming.aio._client 2025-06-21T09:48:56.6574196Z azure/agrifood/farming/aio/_client.py:59: [C4760(no-typing-import-in-type-check), ] Do not import from typing inside of if TYPE_CHECKING block. You can import modules from typing outside of TYPE_CHECKING. 2025-06-21T09:48:56.6575647Z azure/agrifood/farming/aio/_client.py:224: [C4758(docstring-keyword-should-match-keyword-only), FarmBeatsClient.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-06-21T09:48:56.6576809Z ************* Module azure.agrifood.farming.aio.operations._patch 2025-06-21T09:48:56.6577534Z azure/agrifood/farming/aio/operations/_patch.py:86: [C0301(line-too-long), ] Line too long (159/120) 2025-06-21T09:48:56.6578267Z azure/agrifood/farming/aio/operations/_patch.py:199: [C0301(line-too-long), ] Line too long (158/120) 2025-06-21T09:48:56.6579023Z azure/agrifood/farming/aio/operations/_patch.py:270: [C0301(line-too-long), ] Line too long (147/120) 2025-06-21T09:48:56.6579808Z azure/agrifood/farming/aio/operations/_patch.py:19: [C0413(wrong-import-position), ] Import "import datetime" should be placed at the top of the module 2025-06-21T09:48:56.6580594Z azure/agrifood/farming/aio/operations/_patch.py:20: [W0404(reimported), ] Reimport 'sys' (imported line 9) 2025-06-21T09:48:56.6581386Z azure/agrifood/farming/aio/operations/_patch.py:20: [C0413(wrong-import-position), ] Import "import sys" should be placed at the top of the module 2025-06-21T09:48:56.6582338Z azure/agrifood/farming/aio/operations/_patch.py:21: [W0404(reimported), ] Reimport 'Any' (imported line 11) 2025-06-21T09:48:56.6583135Z azure/agrifood/farming/aio/operations/_patch.py:21: [W0404(reimported), ] Reimport 'List' (imported line 11) 2025-06-21T09:48:56.6584016Z azure/agrifood/farming/aio/operations/_patch.py:21: [C0413(wrong-import-position), ] Import "from typing import Any, Callable, Dict, IO, Iterable, Iterator, List, Optional, TypeVar, Union, cast, overload" should be placed at the top of the module 2025-06-21T09:48:56.6584994Z azure/agrifood/farming/aio/operations/_patch.py:22: [C0413(wrong-import-position), ] Import "import urllib.parse" should be placed at the top of the module 2025-06-21T09:48:56.6586003Z azure/agrifood/farming/aio/operations/_patch.py:24: [C0413(wrong-import-position), ] Import "from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, ResourceNotModifiedError, map_error" should be placed at the top of the module 2025-06-21T09:48:56.6587046Z azure/agrifood/farming/aio/operations/_patch.py:32: [C0413(wrong-import-position), ] Import "from azure.core.paging import ItemPaged" should be placed at the top of the module 2025-06-21T09:48:56.6588126Z azure/agrifood/farming/aio/operations/_patch.py:33: [C0413(wrong-import-position), ] Import "from azure.core.pipeline import PipelineResponse" should be placed at the top of the module 2025-06-21T09:48:56.6589065Z azure/agrifood/farming/aio/operations/_patch.py:34: [C0413(wrong-import-position), ] Import "from azure.core.pipeline.transport import HttpResponse" should be placed at the top of the module 2025-06-21T09:48:56.6590047Z azure/agrifood/farming/aio/operations/_patch.py:34: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core. 2025-06-21T09:48:56.6591036Z azure/agrifood/farming/aio/operations/_patch.py:35: [C0413(wrong-import-position), ] Import "from azure.core.polling import LROPoller, NoPolling, PollingMethod" should be placed at the top of the module 2025-06-21T09:48:56.6592011Z azure/agrifood/farming/aio/operations/_patch.py:36: [C0413(wrong-import-position), ] Import "from azure.core.polling.base_polling import LROBasePolling" should be placed at the top of the module 2025-06-21T09:48:56.6593164Z azure/agrifood/farming/aio/operations/_patch.py:37: [C0413(wrong-import-position), ] Import "from azure.core.rest import HttpRequest" should be placed at the top of the module 2025-06-21T09:48:56.6594269Z azure/agrifood/farming/aio/operations/_patch.py:38: [C0413(wrong-import-position), ] Import "from azure.core.tracing.decorator import distributed_trace" should be placed at the top of the module 2025-06-21T09:48:56.6595214Z azure/agrifood/farming/aio/operations/_patch.py:39: [C0413(wrong-import-position), ] Import "from azure.core.utils import case_insensitive_dict" should be placed at the top of the module 2025-06-21T09:49:14.5126830Z azure/agrifood/farming/aio/operations/_patch.py:41: [C0413(wrong-import-position), ] Import "from ..._serialization import Serializer" should be placed at the top of the module 2025-06-21T09:49:14.5128109Z azure/agrifood/farming/aio/operations/_patch.py:42: [C0413(wrong-import-position), ] Import "from ..._vendor import _format_url_section, raise_if_not_implemented" should be placed at the top of the module 2025-06-21T09:49:14.5129102Z azure/agrifood/farming/aio/operations/_patch.py:64: [C4739(docstring-missing-param), AttachmentsOperations.create_or_update] Params missing in docstring: "file". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings 2025-06-21T09:49:14.5130086Z azure/agrifood/farming/aio/operations/_patch.py:181: [C4739(docstring-missing-param), InsightAttachmentsOperations.create_or_update] Params missing in docstring: "file". See details: https://azure.github.io/azure-sdk/python_documentation.html#docstrings 2025-06-21T09:49:14.5131050Z azure/agrifood/farming/aio/operations/_patch.py:19: [C0411(wrong-import-order), ] standard import "datetime" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5131955Z azure/agrifood/farming/aio/operations/_patch.py:20: [C0411(wrong-import-order), ] standard import "sys" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5133881Z azure/agrifood/farming/aio/operations/_patch.py:21: [C0411(wrong-import-order), ] standard import "typing.Any" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5134965Z azure/agrifood/farming/aio/operations/_patch.py:22: [C0411(wrong-import-order), ] standard import "urllib.parse" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5136858Z azure/agrifood/farming/aio/operations/_patch.py:24: [C0411(wrong-import-order), ] first party import "azure.core.exceptions.ClientAuthenticationError" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5138440Z azure/agrifood/farming/aio/operations/_patch.py:32: [C0411(wrong-import-order), ] first party import "azure.core.paging.ItemPaged" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5139507Z azure/agrifood/farming/aio/operations/_patch.py:33: [C0411(wrong-import-order), ] first party import "azure.core.pipeline.PipelineResponse" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5140620Z azure/agrifood/farming/aio/operations/_patch.py:34: [C0411(wrong-import-order), ] first party import "azure.core.pipeline.transport.HttpResponse" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5141731Z azure/agrifood/farming/aio/operations/_patch.py:35: [C0411(wrong-import-order), ] first party import "azure.core.polling.LROPoller" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5143084Z azure/agrifood/farming/aio/operations/_patch.py:36: [C0411(wrong-import-order), ] first party import "azure.core.polling.base_polling.LROBasePolling" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5144378Z azure/agrifood/farming/aio/operations/_patch.py:37: [C0411(wrong-import-order), ] first party import "azure.core.rest.HttpRequest" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5145496Z azure/agrifood/farming/aio/operations/_patch.py:38: [C0411(wrong-import-order), ] first party import "azure.core.tracing.decorator.distributed_trace" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5146648Z azure/agrifood/farming/aio/operations/_patch.py:39: [C0411(wrong-import-order), ] first party import "azure.core.utils.case_insensitive_dict" should be placed before local imports "_operations.AttachmentsOperations", "_operations.InsightAttachmentsOperations" 2025-06-21T09:49:14.5147592Z azure/agrifood/farming/aio/operations/_patch.py:20: [C0412(ungrouped-imports), ] Imports from package sys are not grouped 2025-06-21T09:49:14.5148336Z azure/agrifood/farming/aio/operations/_patch.py:21: [C0412(ungrouped-imports), ] Imports from package typing are not grouped 2025-06-21T09:49:14.5148999Z azure/agrifood/farming/aio/operations/_patch.py:10: [W0611(unused-import), ] Unused import os 2025-06-21T09:49:14.5149634Z azure/agrifood/farming/aio/operations/_patch.py:19: [W0611(unused-import), ] Unused import datetime 2025-06-21T09:49:14.5150303Z azure/agrifood/farming/aio/operations/_patch.py:21: [W0611(unused-import), ] Unused Iterable imported from typing 2025-06-21T09:49:14.5150970Z azure/agrifood/farming/aio/operations/_patch.py:21: [W0611(unused-import), ] Unused Iterator imported from typing 2025-06-21T09:49:14.5151632Z azure/agrifood/farming/aio/operations/_patch.py:21: [W0611(unused-import), ] Unused Union imported from typing 2025-06-21T09:49:14.5152523Z azure/agrifood/farming/aio/operations/_patch.py:21: [W0611(unused-import), ] Unused overload imported from typing 2025-06-21T09:49:14.5153155Z azure/agrifood/farming/aio/operations/_patch.py:22: [W0611(unused-import), ] Unused import urllib.parse 2025-06-21T09:49:14.5153766Z azure/agrifood/farming/aio/operations/_patch.py:32: [W0611(unused-import), ] Unused ItemPaged imported from azure.core.paging 2025-06-21T09:49:14.5154396Z azure/agrifood/farming/aio/operations/_patch.py:35: [W0611(unused-import), ] Unused LROPoller imported from azure.core.polling 2025-06-21T09:49:14.5155049Z azure/agrifood/farming/aio/operations/_patch.py:35: [W0611(unused-import), ] Unused NoPolling imported from azure.core.polling 2025-06-21T09:49:14.5155709Z azure/agrifood/farming/aio/operations/_patch.py:35: [W0611(unused-import), ] Unused PollingMethod imported from azure.core.polling 2025-06-21T09:49:14.5156591Z azure/agrifood/farming/aio/operations/_patch.py:36: [W0611(unused-import), ] Unused LROBasePolling imported from azure.core.polling.base_polling 2025-06-21T09:49:14.5157303Z azure/agrifood/farming/aio/operations/_patch.py:42: [W0611(unused-import), ] Unused raise_if_not_implemented imported from _vendor 2025-06-21T09:49:14.5157931Z ************* Module azure.agrifood.farming.aio.operations._operations 2025-06-21T09:49:14.5158644Z azure/agrifood/farming/aio/operations/_operations.py:24: [C4756(no-legacy-azure-core-http-response-import), ] Do not import HttpResponse from azure.core.pipeline.transport outside of Azure Core. 2025-06-21T09:49:14.5159436Z azure/agrifood/farming/aio/operations/_operations.py:258: [R0914(too-many-locals), ApplicationDataOperations.list] Too many local variables (32/25) 2025-06-21T09:49:14.5160622Z azure/agrifood/farming/aio/operations/_operations.py:548: [C4758(docstring-keyword-should-match-keyword-only), ApplicationDataOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:14.5162074Z azure/agrifood/farming/aio/operations/_operations.py:721: [R0914(too-many-locals), ApplicationDataOperations.list_by_party_id] Too many local variables (33/25) 2025-06-21T09:49:14.5163467Z azure/agrifood/farming/aio/operations/_operations.py:1336: [C4758(docstring-keyword-should-match-keyword-only), ApplicationDataOperations.create_or_update] "content_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-06-21T09:49:14.5165019Z azure/agrifood/farming/aio/operations/_operations.py:2266: [C4758(docstring-keyword-should-match-keyword-only), BoundariesOperations.search] "content_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-06-21T09:49:15.7275864Z azure/agrifood/farming/aio/operations/_operations.py:2430: [C4758(docstring-keyword-should-match-keyword-only), BoundariesOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:15.7282770Z azure/agrifood/farming/aio/operations/_operations.py:2970: [C4758(docstring-keyword-should-match-keyword-only), BoundariesOperations.search_by_party_id] "content_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-06-21T09:49:15.7287747Z azure/agrifood/farming/aio/operations/_operations.py:3496: [C4758(docstring-keyword-should-match-keyword-only), BoundariesOperations.create_or_update] "content_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-06-21T09:49:15.7289225Z azure/agrifood/farming/aio/operations/_operations.py:4414: [C4758(docstring-keyword-should-match-keyword-only), CropProductsOperations.create_or_update] "content_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-06-21T09:49:15.7299173Z azure/agrifood/farming/aio/operations/_operations.py:4976: [C4758(docstring-keyword-should-match-keyword-only), CropsOperations.create_or_update] "content_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-06-21T09:49:15.7300782Z azure/agrifood/farming/aio/operations/_operations.py:5456: [C4758(docstring-keyword-should-match-keyword-only), DeviceDataModelsOperations.create_or_update] "content_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-06-21T09:49:15.7302489Z azure/agrifood/farming/aio/operations/_operations.py:6060: [C4758(docstring-keyword-should-match-keyword-only), DevicesOperations.create_or_update] "content_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-06-21T09:49:15.7304297Z azure/agrifood/farming/aio/operations/_operations.py:6393: [C4758(docstring-keyword-should-match-keyword-only), FarmOperationsOperations.begin_create_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:15.7305973Z azure/agrifood/farming/aio/operations/_operations.py:6503: [C4758(docstring-keyword-should-match-keyword-only), FarmOperationsOperations.begin_create_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:15.7307657Z azure/agrifood/farming/aio/operations/_operations.py:6572: [C4758(docstring-keyword-should-match-keyword-only), FarmOperationsOperations.begin_create_data_ingestion_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:49:15.7309242Z azure/agrifood/farming/aio/operations/_operations.py:6984: [C4758(docstring-keyword-should-match-keyword-only), FarmsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:15.7310781Z azure/agrifood/farming/aio/operations/_operations.py:7513: [C4758(docstring-keyword-should-match-keyword-only), FarmsOperations.create_or_update] "content_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-06-21T09:49:15.7312710Z azure/agrifood/farming/aio/operations/_operations.py:7952: [C4758(docstring-keyword-should-match-keyword-only), FieldsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:15.7314318Z azure/agrifood/farming/aio/operations/_operations.py:8413: [C4758(docstring-keyword-should-match-keyword-only), FieldsOperations.create_or_update] "content_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-06-21T09:49:15.7315379Z azure/agrifood/farming/aio/operations/_operations.py:8588: [R0914(too-many-locals), HarvestDataOperations.list] Too many local variables (40/25) 2025-06-21T09:49:15.7316483Z azure/agrifood/farming/aio/operations/_operations.py:8935: [C4758(docstring-keyword-should-match-keyword-only), HarvestDataOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:15.7317808Z azure/agrifood/farming/aio/operations/_operations.py:9108: [R0914(too-many-locals), HarvestDataOperations.list_by_party_id] Too many local variables (41/25) 2025-06-21T09:49:15.7318937Z azure/agrifood/farming/aio/operations/_operations.py:9896: [C4758(docstring-keyword-should-match-keyword-only), HarvestDataOperations.create_or_update] "content_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-06-21T09:49:15.7320494Z azure/agrifood/farming/aio/operations/_operations.py:10193: [C4758(docstring-keyword-should-match-keyword-only), ImageProcessingOperations.begin_create_rasterize_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:16.6427300Z azure/agrifood/farming/aio/operations/_operations.py:10293: [C4758(docstring-keyword-should-match-keyword-only), ImageProcessingOperations.begin_create_rasterize_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:16.6429330Z azure/agrifood/farming/aio/operations/_operations.py:10357: [C4758(docstring-keyword-should-match-keyword-only), ImageProcessingOperations.begin_create_rasterize_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:49:16.6430974Z azure/agrifood/farming/aio/operations/_operations.py:11053: [C4758(docstring-keyword-should-match-keyword-only), InsightsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:16.6433124Z azure/agrifood/farming/aio/operations/_operations.py:11243: [R0914(too-many-locals), InsightsOperations.list_by_party_id_model_id_and_resource] Too many local variables (27/25) 2025-06-21T09:49:16.6434451Z azure/agrifood/farming/aio/operations/_operations.py:11638: [C4758(docstring-keyword-should-match-keyword-only), InsightsOperations.create_or_update] "content_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-06-21T09:49:16.6436226Z azure/agrifood/farming/aio/operations/_operations.py:12251: [C4758(docstring-keyword-should-match-keyword-only), ManagementZonesOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:16.6438167Z azure/agrifood/farming/aio/operations/_operations.py:12743: [C4758(docstring-keyword-should-match-keyword-only), ManagementZonesOperations.create_or_update] "content_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-06-21T09:49:16.6439911Z azure/agrifood/farming/aio/operations/_operations.py:12977: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_biomass_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:16.6441817Z azure/agrifood/farming/aio/operations/_operations.py:13107: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_biomass_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:16.6443873Z azure/agrifood/farming/aio/operations/_operations.py:13186: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_biomass_model_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:49:16.6445624Z azure/agrifood/farming/aio/operations/_operations.py:13473: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_sensor_placement_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:16.6447324Z azure/agrifood/farming/aio/operations/_operations.py:13599: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_sensor_placement_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:16.6449154Z azure/agrifood/farming/aio/operations/_operations.py:13676: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_sensor_placement_model_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:49:16.6450829Z azure/agrifood/farming/aio/operations/_operations.py:13957: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_soil_moisture_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:16.6452780Z azure/agrifood/farming/aio/operations/_operations.py:14099: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_soil_moisture_model_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:16.6454506Z azure/agrifood/farming/aio/operations/_operations.py:14184: [C4758(docstring-keyword-should-match-keyword-only), ModelInferenceOperations.begin_create_soil_moisture_model_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:49:16.6456179Z azure/agrifood/farming/aio/operations/_operations.py:15090: [C4758(docstring-keyword-should-match-keyword-only), NutrientAnalysesOperations.create_or_update] "content_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-06-21T09:49:16.6457726Z azure/agrifood/farming/aio/operations/_operations.py:15660: [C4758(docstring-keyword-should-match-keyword-only), OAuthProvidersOperations.create_or_update] "content_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-06-21T09:49:17.7631276Z azure/agrifood/farming/aio/operations/_operations.py:15944: [C4758(docstring-keyword-should-match-keyword-only), OAuthProvidersOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:17.7637160Z azure/agrifood/farming/aio/operations/_operations.py:16230: [C4758(docstring-keyword-should-match-keyword-only), OAuthTokensOperations.get_o_auth_connection_link] "content_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-06-21T09:49:17.7639660Z azure/agrifood/farming/aio/operations/_operations.py:16419: [C4758(docstring-keyword-should-match-keyword-only), OAuthTokensOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:17.7641228Z azure/agrifood/farming/aio/operations/_operations.py:16861: [C4758(docstring-keyword-should-match-keyword-only), PartiesOperations.create_or_update] "content_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-06-21T09:49:17.7642958Z azure/agrifood/farming/aio/operations/_operations.py:17128: [C4758(docstring-keyword-should-match-keyword-only), PartiesOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:17.7644323Z azure/agrifood/farming/aio/operations/_operations.py:17234: [R0914(too-many-locals), PlantingDataOperations.list_by_party_id] Too many local variables (35/25) 2025-06-21T09:49:17.7645531Z azure/agrifood/farming/aio/operations/_operations.py:17880: [C4758(docstring-keyword-should-match-keyword-only), PlantingDataOperations.create_or_update] "content_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-06-21T09:49:17.7646614Z azure/agrifood/farming/aio/operations/_operations.py:18081: [R0914(too-many-locals), PlantingDataOperations.list] Too many local variables (34/25) 2025-06-21T09:49:17.7647796Z azure/agrifood/farming/aio/operations/_operations.py:18382: [C4758(docstring-keyword-should-match-keyword-only), PlantingDataOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:17.7649337Z azure/agrifood/farming/aio/operations/_operations.py:19088: [C4758(docstring-keyword-should-match-keyword-only), PlantTissueAnalysesOperations.create_or_update] "content_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-06-21T09:49:17.7650917Z azure/agrifood/farming/aio/operations/_operations.py:19502: [C4758(docstring-keyword-should-match-keyword-only), PlantTissueAnalysesOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:17.7652672Z azure/agrifood/farming/aio/operations/_operations.py:20089: [C4758(docstring-keyword-should-match-keyword-only), PrescriptionMapsOperations.create_or_update] "content_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-06-21T09:49:17.7654525Z azure/agrifood/farming/aio/operations/_operations.py:20535: [C4758(docstring-keyword-should-match-keyword-only), PrescriptionMapsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:17.7656133Z azure/agrifood/farming/aio/operations/_operations.py:21075: [C4758(docstring-keyword-should-match-keyword-only), PrescriptionsOperations.create_or_update] "content_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-06-21T09:49:17.7657685Z azure/agrifood/farming/aio/operations/_operations.py:21533: [C4758(docstring-keyword-should-match-keyword-only), PrescriptionsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:17.7659435Z azure/agrifood/farming/aio/operations/_operations.py:21904: [C4758(docstring-keyword-should-match-keyword-only), ScenesOperations.begin_create_satellite_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:17.7660635Z azure/agrifood/farming/aio/operations/_operations.py:21904: [C4751(name-too-long), ScenesOperations.begin_create_satellite_data_ingestion_job] Name is over standard character length of 40. 2025-06-21T09:49:17.7661839Z azure/agrifood/farming/aio/operations/_operations.py:22038: [C4758(docstring-keyword-should-match-keyword-only), ScenesOperations.begin_create_satellite_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:17.7663276Z azure/agrifood/farming/aio/operations/_operations.py:22038: [C4751(name-too-long), ScenesOperations.begin_create_satellite_data_ingestion_job] Name is over standard character length of 40. 2025-06-21T09:49:17.7664535Z azure/agrifood/farming/aio/operations/_operations.py:22119: [C4758(docstring-keyword-should-match-keyword-only), ScenesOperations.begin_create_satellite_data_ingestion_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:49:18.9684967Z azure/agrifood/farming/aio/operations/_operations.py:22119: [C4751(name-too-long), ScenesOperations.begin_create_satellite_data_ingestion_job] Name is over standard character length of 40. 2025-06-21T09:49:18.9686484Z azure/agrifood/farming/aio/operations/_operations.py:22600: [C4758(docstring-keyword-should-match-keyword-only), ScenesOperations.search_features] "content_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-06-21T09:49:18.9689836Z azure/agrifood/farming/aio/operations/_operations.py:23279: [C4758(docstring-keyword-should-match-keyword-only), SeasonalFieldsOperations.create_or_update] "content_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-06-21T09:49:18.9691532Z azure/agrifood/farming/aio/operations/_operations.py:23731: [C4758(docstring-keyword-should-match-keyword-only), SeasonalFieldsOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:18.9693691Z azure/agrifood/farming/aio/operations/_operations.py:24227: [C4758(docstring-keyword-should-match-keyword-only), SeasonsOperations.create_or_update] "content_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-06-21T09:49:18.9695470Z azure/agrifood/farming/aio/operations/_operations.py:24752: [C4758(docstring-keyword-should-match-keyword-only), SensorDataModelsOperations.create_or_update] "content_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-06-21T09:49:18.9697013Z azure/agrifood/farming/aio/operations/_operations.py:25466: [C4758(docstring-keyword-should-match-keyword-only), SensorMappingsOperations.create_or_update] "content_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-06-21T09:49:18.9698606Z azure/agrifood/farming/aio/operations/_operations.py:26005: [C4758(docstring-keyword-should-match-keyword-only), SensorPartnerIntegrationsOperations.create_or_update] "content_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-06-21T09:49:18.9700266Z azure/agrifood/farming/aio/operations/_operations.py:26755: [C4758(docstring-keyword-should-match-keyword-only), SensorsOperations.create_or_update] "content_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-06-21T09:49:18.9701864Z azure/agrifood/farming/aio/operations/_operations.py:27174: [C4758(docstring-keyword-should-match-keyword-only), SensorsOperations.renew_connection_string] "content_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-06-21T09:49:18.9703830Z azure/agrifood/farming/aio/operations/_operations.py:27348: [C4758(docstring-keyword-should-match-keyword-only), SolutionInferenceOperations.cancel] "content_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-06-21T09:49:18.9705508Z azure/agrifood/farming/aio/operations/_operations.py:27483: [C4758(docstring-keyword-should-match-keyword-only), SolutionInferenceOperations.begin_create_or_update] "polling_interval, polling, continuation_token" 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-06-21T09:49:18.9707296Z azure/agrifood/farming/aio/operations/_operations.py:27534: [C4758(docstring-keyword-should-match-keyword-only), SolutionInferenceOperations.begin_create_or_update] "polling_interval, polling, continuation_token" 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-06-21T09:49:18.9709162Z azure/agrifood/farming/aio/operations/_operations.py:27568: [C4758(docstring-keyword-should-match-keyword-only), SolutionInferenceOperations.begin_create_or_update] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:49:18.9710793Z azure/agrifood/farming/aio/operations/_operations.py:27720: [C4758(docstring-keyword-should-match-keyword-only), SolutionInferenceOperations.fetch] "content_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-06-21T09:49:18.9712053Z azure/agrifood/farming/aio/operations/_operations.py:27817: [R0914(too-many-locals), TillageDataOperations.list_by_party_id] Too many local variables (33/25) 2025-06-21T09:49:18.9713371Z azure/agrifood/farming/aio/operations/_operations.py:28350: [C4758(docstring-keyword-should-match-keyword-only), TillageDataOperations.create_or_update] "content_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-06-21T09:49:18.9714538Z azure/agrifood/farming/aio/operations/_operations.py:28530: [R0914(too-many-locals), TillageDataOperations.list] Too many local variables (32/25) 2025-06-21T09:49:18.9715740Z azure/agrifood/farming/aio/operations/_operations.py:28802: [C4758(docstring-keyword-should-match-keyword-only), TillageDataOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:18.9717395Z azure/agrifood/farming/aio/operations/_operations.py:29344: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_delete_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:19.2885848Z azure/agrifood/farming/aio/operations/_operations.py:29460: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_delete_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:19.2888094Z azure/agrifood/farming/aio/operations/_operations.py:29532: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_delete_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:49:19.2889958Z azure/agrifood/farming/aio/operations/_operations.py:29805: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:19.2891869Z azure/agrifood/farming/aio/operations/_operations.py:29925: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_ingestion_job] "polling_interval, polling, continuation_token" 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-06-21T09:49:19.2893829Z azure/agrifood/farming/aio/operations/_operations.py:29999: [C4758(docstring-keyword-should-match-keyword-only), WeatherOperations.begin_create_data_ingestion_job] "polling, content_type, continuation_token, polling_interval" 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-06-21T09:49:19.2895371Z azure/agrifood/farming/aio/operations/_operations.py:30638: [C4758(docstring-keyword-should-match-keyword-only), WeatherDataOperations.get] "content_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-06-21T09:49:19.2896825Z azure/agrifood/farming/aio/operations/_operations.py:31326: [C4758(docstring-keyword-should-match-keyword-only), ZonesOperations.create_or_update] "content_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-06-21T09:49:19.2898244Z azure/agrifood/farming/aio/operations/_operations.py:31760: [C4758(docstring-keyword-should-match-keyword-only), ZonesOperations.begin_create_cascade_delete_job] "polling, continuation_token, polling_interval" 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-06-21T09:49:19.2899040Z 2025-06-21T09:49:19.2899645Z ----------------------------------- 2025-06-21T09:49:19.2900018Z Your code has been rated at 9.73/10 2025-06-21T09:49:19.2900182Z 2025-06-21T09:49:21.3869823Z

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-agrifood-farming>pip install "tox<5"
  2. ../azure-agrifood-farming>tox run -e next-pylint -c ../../../eng/tox/tox.ini --root .

See the Pylint Guide for more information.

azure-sdk avatar Jan 18 '25 10:01 azure-sdk