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

azure-monitor-ingestion needs typing updates for pyright version 1.1.333

Open azure-sdk opened this issue 2 years ago • 0 comments
trafficstars

ACTION NEEDED: This version of pyright will be merged on 2024-01-15. The build will begin to fail for this library if errors are not fixed.

Library name: azure-monitor-ingestion Pyright version: 1.1.333 Pyright errors: Link to build (2024-01-14) How to fix: Run the next-pyright tox command at the library package-level and resolve the typing errors.

  1. ../azure-monitor-ingestion>pip install "tox<5"
  2. ../azure-monitor-ingestion>tox run -e next-pyright -c ../../../eng/tox/tox.ini --root .

See the Typing Guide for more information.

azure-sdk avatar Oct 07 '23 17:10 azure-sdk