-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
Container Instancesaz containeraz containerService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.
Description
Describe the bug
test_container_create_with_vnet fails in CI:
status_code = 404
response = <RequestsTransportResponse: 404 Not Found, Content-Type: application/json; charset=utf-8>
error_map = {401: <class 'azure.core.exceptions.ClientAuthenticationError'>, 404: <class 'azure.core.exceptions.ResourceNotFoundError'>, 409: <class 'azure.core.exceptions.ResourceExistsError'>}
def map_error(status_code, response, error_map):
if not error_map:
return
error_type = error_map.get(status_code)
if not error_type:
return
error = error_type(response=response)
> raise error
E azure.core.exceptions.ResourceNotFoundError: (SubscriptionNotFound) The subscription '00000000-0000-0000-0000-000000000000' could not be found.
E Code: SubscriptionNotFound
E Message: The subscription '00000000-0000-0000-0000-000000000000' could not be found.
/usr/lib64/az/lib/python3.6/site-packages/azure/core/exceptions.py:105: ResourceNotFoundError
------------------------------ Captured log call -------------------------------
WARNING msrest.serialization:serialization.py:187 Readonly attribute name will be ignored in class <class 'azure.mgmt.network.v2021_05_01.models._models_py3.VirtualNetwork'>
WARNING msrest.serialization:serialization.py:185 polling is not a known attribute of class <class 'azure.mgmt.network.v2021_05_01.models._models_py3.VirtualNetwork'> and will be ignored
WARNING msrest.serialization:serialization.py:185 location is not a known attribute of class <class 'azure.mgmt.network.v2021_05_01.models._models_py3.Subnet'> and will be ignored
----------- generated xml file: /azure_cli_test_result/container.xml -----------
=========================== short test summary info ============================
FAILED tests/latest/test_container_commands.py::AzureContainerInstanceScenarioTest::test_container_create_with_vnet
This is a typical failure. See #17185.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Container Instancesaz containeraz containerService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.