fix markdown lint errors #238
Annotations
15 errors and 2 warnings
Run Azure PowerShell
Error: The process '/usr/bin/pwsh' failed with exit code 1
|
Login with creds, no subscription-id, no allow-no-subscriptions
Login failed with Error: Ensure subscriptionId is supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Login with creds, no creds or individual parameters
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Login by OIDC with all info in creds
Login failed with Error: Not all parameters are provided in 'creds'. Double-check if all keys are defined in 'creds': 'clientId', 'clientSecret', 'tenantId'.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Login with individual parameters, only client-id, no tenant-id, subscription-id
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Login with creds, missing parameters in creds
Login failed with Error: Not all parameters are provided in 'creds'. Double-check if all keys are defined in 'creds': 'clientId', 'clientSecret', 'tenantId'.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Login with individual parameters, no subscription-id, no allow-no-subscriptions
Login failed with Error: Ensure subscriptionId is supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Login with individual parameters, with a wrong audience
Please make sure to give write permissions to id-token in the workflow.
|
Login with individual parameters, with a wrong audience
Login failed with Error: Error message: Failed to get ID Token.
Error Code : 403
Error Message: Can't issue ID_TOKEN for audience 'https://github.com/actions'.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Login with both creds and individual parameters
Login failed with Error: Azure PowerShell login failed with error: The provided account *** does not have access to subscription ID "***". Please try logging in with different credentials or a different subscription ID. If a subscription is not specified, please check the configs by `Get-AzConfig`.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Login with individual parameters, only tenant-id, subscription-id, no client-id
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Run Azure PowerShell
Error: The process '/usr/bin/pwsh' failed with exit code 1
|
Login with creds, wrong keys
Login failed with Error: Not all parameters are provided in 'creds'. Double-check if all keys are defined in 'creds': 'clientId', 'clientSecret', 'tenantId'.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Login with tenant-level account, without allow-no-subscriptions
No subscriptions found for ***.
|
Login with tenant-level account, without allow-no-subscriptions
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.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: azure/powershell@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Login with both creds and individual parameters
At least one of the parameters 'client-id', 'subscription-id' or 'tenant-id' is set. 'creds' will be ignored.
|
Loading