Update build-deploy-at.yml (#432) #272
Annotations
6 errors and 10 warnings
Deploy to AT23
The command failed with an unexpected error. Here is the traceback:
|
Deploy to AT23
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: 8e7d6d38-1b07-4ac4-a59b-886af33e5800 Correlation ID: afcb5ef1-1298-4584-832a-ec81ca158cb7 Timestamp: 2024-11-27 14:24:44Z","error_codes":[90002],"timestamp":"2024-11-27 14:24:44Z","trace_id":"8e7d6d38-1b07-4ac4-a59b-886af33e5800","correlation_id":"afcb5ef1-1298-4584-832a-ec81ca158cb7","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.
|
Deploy to AT23
To check existing issues, please visit: https://github.com/Azure/azure-cli/issues
|
Deploy to AT23
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.
|
Deploy to AT22
The job was canceled because "AT23" failed.
|
Deploy to AT24
The job was canceled because "AT23" failed.
|
Build
Cannot convert null literal to non-nullable reference type.
|
Build
Cannot convert null literal to non-nullable reference type.
|
Build
Cannot convert null literal to non-nullable reference type.
|
Build
Cannot convert null literal to non-nullable reference type.
|
Build
Non-nullable property 'SecretUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build
Non-nullable property 'CertificateName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build
Converting null literal or possible null value to non-nullable type.
|
Build
Possible null reference return.
|