-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
AL-Go version
8.1
Describe the issue
After updating to AL-Go version 8.1, the build fails with the following error:
##[error]Unexpected error when running action. Error Message: Exception calling "GetResult" with "0" argument(s): "Response status code does not indicate success: 401 (Unauthorized).", StackTrace: at DownloadFileLow, C:\ProgramData\BcContainerHelper\6.1.10\BcContainerHelper\HelperFunctions.ps1: line 1046 <- at Set-BcContainerKeyVaultAadAppAndCertificate, ...
The same build works in v8.0 here is atleast one thing I observed, when reading the settings there is a difference between versions
8.0:
"keyVaultCertificateUrlSecretName": ""
8.1:
"keyVaultCertificateUrlSecretName": "keyVaultCertificateUrl"
Expected behavior
The AL-Go build should complete successfully in version 8.1, as it did in 8.0.
Steps to reproduce
- Update AL-Go to version 8.1
- Create a PR that starts the
Pull Request Buildaction
Additional context (logs, screenshots, etc.)
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working