Update npm non-major dependencies (#435) #277
Annotations
4 errors
Azure Login
The command failed with an unexpected error. Here is the traceback:
|
Azure Login
Unable to get authority configuration for https://login.microsoftonline.com/***. Authority would typically be in a format of https://login.microsoftonline.com/your_tenant or https://tenant_name.ciamlogin.com or https://tenant_name.b2clogin.com/tenant.onmicrosoft.com/policy. Also please double check your tenant name or GUID is correct.
Traceback (most recent call last):
File "/opt/az/lib/python3.12/site-packages/msal/authority.py", line 79, in __init__
openid_config = tenant_discovery(
^^^^^^^^^^^^^^^^^
File "/opt/az/lib/python3.12/site-packages/msal/authority.py", line 216, in tenant_discovery
raise ValueError("OIDC Discovery failed on {}. HTTP status: {}, Error: {}".format(
ValueError: OIDC Discovery failed on https://login.microsoftonline.com/***/v2.0/.well-known/openid-configuration. HTTP status: 400, Error: {"error":"invalid_tenant","error_description":"AADSTS90002: Tenant '***' not found. Check to make sure you have the correct tenant ID and are signing into the correct cloud. Check with your subscription administrator, this may happen if there are no active subscriptions for the tenant. Trace ID: 496f0890-f389-4d37-bc02-359c3f6acb00 Correlation ID: a1d1d65b-cbef-4b29-8e1c-30d0ed59f9ca Timestamp: 2024-11-28 07:36:30Z","error_codes":[90002],"timestamp":"2024-11-28 07:36:30Z","trace_id":"496f0890-f389-4d37-bc02-359c3f6acb00","correlation_id":"a1d1d65b-cbef-4b29-8e1c-30d0ed59f9ca","error_uri":"https://login.microsoftonline.com/error?code=90002"}
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/az/lib/python3.12/site-packages/knack/cli.py", line 233, in invoke
cmd_result = self.invocation.execute(args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/az/lib/python3.12/site-packages/azure/cli/core/commands/__init__.py", line 666, in execute
raise ex
File "/opt/az/lib/python3.12/site-packages/azure/cli/core/commands/__init__.py", line 733, in _run_jobs_serially
results.append(self._run_job(expanded_arg, cmd_copy))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/az/lib/python3.12/site-packages/azure/cli/core/commands/__init__.py", line 703, in _run_job
result = cmd_copy(params)
^^^^^^^^^^^^^^^^
File "/opt/az/lib/python3.12/site-packages/azure/cli/core/commands/__init__.py", line 336, in __call__
return self.handler(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/az/lib/python3.12/site-packages/azure/cli/core/commands/command_operation.py", line 121, in handler
return op(**command_args)
^^^^^^^^^^^^^^^^^^
File "/opt/az/lib/python3.12/site-packages/azure/cli/command_modules/profile/custom.py", line 173, in login
subscriptions = profile.login(
^^^^^^^^^^^^^^
File "/opt/az/lib/python3.12/site-packages/azure/cli/core/_profile.py", line 181, in login
identity.login_with_service_principal(username, password, scopes=scopes)
File "/opt/az/lib/python3.12/site-packages/azure/cli/core/auth/identity.py", line 195, in login_with_service_principal
cca = ConfidentialClientApplication(client_id, client_credential=client_credential, **self._msal_app_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/az/lib/python3.12/site-packages/msal/application.py", line 608, in __init__
self.authority = Authority(
^^^^^^^^^^
File "/opt/az/lib/python3.12/site-packages/msal/authority.py", line 95, in __init__
raise ValueError(error_message)
ValueError: Unable to get authority configuration for https://login.microsoftonline.com/***. Authority would typically be in a format of https://login.microsoftonline.com/your_tenant or https://tenant_name.ciamlogin.com or https://tenant_name.b2clogin.com/tenant.onmicrosoft.com/policy. Also please double check your tenant name or GUID is correct.
|
Azure Login
To check existing issues, please visit: https://github.com/Azure/azure-cli/issues
|
Azure Login
Login failed with Error: The process '/usr/bin/az' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Loading