Skip to content

Merge branch 'main' into sdkauto/azure-keyvault-certificates-5985841

36f2a74
Select commit
Loading
Failed to load commit list.
Closed

[AutoPR azure-keyvault-certificates]-generated-from-SDK Generation - Python-5985841 #45607

Merge branch 'main' into sdkauto/azure-keyvault-certificates-5985841
36f2a74
Select commit
Loading
Failed to load commit list.
Azure Pipelines / python - pullrequest failed Mar 10, 2026 in 33m 1s

Build #20260310.68 had test failures

Details

Tests

  • Failed: 252 (100.00%)
  • Passed: 0 (0.00%)
  • Other: 0 (0.00%)
  • Total: 252

Annotations

Check failure on line 1164 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / python - pullrequest

Build log #L1164

PowerShell exited with code '1'.

Check failure on line 1211 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / python - pullrequest

Build log #L1211

PowerShell exited with code '1'.

Check failure on line 1213 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / python - pullrequest

Build log #L1213

PowerShell exited with code '1'.

Check failure on line 65789 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / python - pullrequest

Build log #L65789

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in sdk.keyvault.azure-keyvault-certificates.tests._shared.test_case

See this annotation in the file changed.

@azure-pipelines azure-pipelines / python - pullrequest

sdk.keyvault.azure-keyvault-certificates.tests._shared.test_case

collection failure
Raw output
ImportError while importing test module '/Users/runner/work/1/s/sdk/keyvault/azure-keyvault-certificates/tests/_shared/test_case.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/_shared/test_case.py:6: in <module>
    from azure.keyvault.certificates._shared import HttpChallengeCache
E   ModuleNotFoundError: No module named 'azure.keyvault.certificates._shared'

Check failure on line 1 in sdk.keyvault.azure-keyvault-certificates.tests._shared.test_case_async

See this annotation in the file changed.

@azure-pipelines azure-pipelines / python - pullrequest

sdk.keyvault.azure-keyvault-certificates.tests._shared.test_case_async

collection failure
Raw output
ImportError while importing test module '/Users/runner/work/1/s/sdk/keyvault/azure-keyvault-certificates/tests/_shared/test_case_async.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/_shared/test_case_async.py:9: in <module>
    from azure.keyvault.certificates._shared import HttpChallengeCache
E   ModuleNotFoundError: No module named 'azure.keyvault.certificates._shared'

Check failure on line 1 in sdk.keyvault.azure-keyvault-certificates.tests.test_certificates_client

See this annotation in the file changed.

@azure-pipelines azure-pipelines / python - pullrequest

sdk.keyvault.azure-keyvault-certificates.tests.test_certificates_client

collection failure
Raw output
ImportError while importing test module '/Users/runner/work/1/s/sdk/keyvault/azure-keyvault-certificates/tests/test_certificates_client.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_certificates_client.py:15: in <module>
    from azure.keyvault.certificates import (
E   ImportError: cannot import name 'AdministratorContact' from 'azure.keyvault.certificates' (unknown location)

Check failure on line 1 in sdk.keyvault.azure-keyvault-certificates.tests.test_certificates_client_async

See this annotation in the file changed.

@azure-pipelines azure-pipelines / python - pullrequest

sdk.keyvault.azure-keyvault-certificates.tests.test_certificates_client_async

collection failure
Raw output
ImportError while importing test module '/Users/runner/work/1/s/sdk/keyvault/azure-keyvault-certificates/tests/test_certificates_client_async.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_certificates_client_async.py:16: in <module>
    from azure.keyvault.certificates import (
E   ImportError: cannot import name 'AdministratorContact' from 'azure.keyvault.certificates' (unknown location)