guythetechie
guythetechie
As discussed in #330, can we add the following overloads? ``` public static T GetValueOrDefault(this Maybe maybe, Func selector) public static Task GetValueOrDefault(this Maybe maybe, Func selector) ```
Can you include the output of step ``Publish pipeline artifact`` in job ``Create artifact from portal``?
We've seen this issue before. In your ``Run extractor`` step, the artifacts get written to ``/home/vsts/work/1/s``.  That folder is defined in this [line of code]( https://github.com/Azure/apiops/blob/66cd3921223234a540060f931b6f8159540863af/tools/azdo_pipelines/run-extractor.yaml#L148C58-L148C91): ``API_MANAGEMENT_SERVICE_OUTPUT_FOLDER_PATH: $(Build.ArtifactStagingDirectory)/${{ parameters.API_MANAGEMENT_SERVICE_OUTPUT_FOLDER_PATH...
Check our [wiki](https://github.com/Azure/apiops/wiki/APIM-resources#application-insights-loggers).
Have you followed the instructions in the [wiki](https://github.com/Azure/apiops/wiki/APIM-resources#application-insights-loggers)?
This issue should have been addressed in the latest v6 release.
Please try our latest release, revision issues have been addressed there.
If I'm looking at it correctly, the error is related to Copilot/code vulnerability scans. We don't do anything Copilot-related in ApiOps, so it's probably specific to your environment. 
Interesting. When setting the configuration path, it fails to download the extractor. I'm guessing the download URL gets malformed somehow. Would you mind adding this here: ``Write-Host "Downloading extractor from...
That URL hasn't existed since version 5.1.0. The Linux executables don't end with .exe.  You mentioned you're using release v5.1.4, but I'm guessing your pipeline is from an older...