Skip to content

fix(azure-appconfiguration-provider): remove unused import for pylint 4.0.4 compatibility#46727

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-linting-for-pylint-4-0-4-again
Draft

fix(azure-appconfiguration-provider): remove unused import for pylint 4.0.4 compatibility#46727
Copilot wants to merge 2 commits intomainfrom
copilot/update-linting-for-pylint-4-0-4-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 5, 2026

pylint 4.0.4 flags W0611 (unused-import) for import datetime in the test base file, which was imported but never referenced.

Changes

  • tests/test_azureappconfigurationproviderbase.py: Remove unused import datetime

Automated Fix: This PR was automatically generated by Copilot in response to a vnext compatibility issue.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • centralus-2.in.applicationinsights.azure.com
    • Triggering command: /home/REDACTED/bin/azsdk /home/REDACTED/bin/azsdk ingest-telemetry --client-type copilot-cli --event-type skill_invocation --session-id bb65b863-8450-4e10-b288-e49e7904a3f0 --skill-name fix-pylint (dns block)
  • pypi.org
    • Triggering command: /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/lib/python3.10/site-packages/pip/__pip-REDACTED__.py install --ignore-installed --no-user --prefix /tmp/pip-build-env-36kd96yi/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i REDACTED -- setuptools>=42 wheel (dns block)
    • Triggering command: /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/lib/python3.10/site-packages/pip/__pip-REDACTED__.py install --ignore-installed --no-user --prefix /tmp/pip-build-env-az0eh3rc/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i REDACTED -- setuptools>=77.0.3 wheel (dns block)
    • Triggering command: /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/lib/python3.10/site-packages/pip/__pip-REDACTED__.py install --ignore-installed --no-user --prefix /tmp/pip-build-env-gd9mrhtg/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i REDACTED -- setuptools>=40.8.0 (dns block)
  • pypi.python.org
    • Triggering command: /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/azure-appconfiguration-provider/.venv_next-pylint/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/azure-appconfiguration-provider/.venv_next-pylint/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/azure-appconfiguration-provider/.venv_next-pylint/lib/python3.10/site-packages/pip/__pip-REDACTED__.py install --ignore-installed --no-user --prefix /tmp/pip-build-env-9gooxyrm/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i REDACTED --extra-index-url REDACTED -- setuptools>=77.0.3 wheel (dns block)
    • Triggering command: /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/azure-appconfiguration-provider/.venv_next-pylint/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/azure-appconfiguration-provider/.venv_next-pylint/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/azure-appconfiguration-provider/.venv_next-pylint/lib/python3.10/site-packages/pip/__pip-REDACTED__.py install --ignore-installed --no-user --prefix /tmp/pip-build-env-9c5o8fq5/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i REDACTED --extra-index-url REDACTED -- setuptools>=40.8.0 wheel (dns block)
    • Triggering command: /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/azure-appconfiguration-provider/.venv_next-pylint/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/azure-appconfiguration-provider/.venv_next-pylint/bin/python /home/REDACTED/work/azure-sdk-for-python/azure-sdk-for-python/.venv/azure-appconfiguration-provider/.venv_next-pylint/lib/python3.10/site-packages/pip/__pip-REDACTED__.py install --ignore-installed --no-user --prefix /tmp/pip-build-env-s7nzpv83/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i REDACTED --extra-index-url REDACTED -- setuptools>=77.0.3 wheel (dns block)
  • scanning-api.github.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update linting for azure-appconfiguration-provider with pylint 4.0.4 fix(azure-appconfiguration-provider): remove unused import for pylint 4.0.4 compatibility May 5, 2026
Copilot AI requested a review from azure-sdk May 5, 2026 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

azure-appconfiguration-provider needs linting updates for pylint version 4.0.4

2 participants