Justin Middler

Results 15 comments of Justin Middler

I'd buy that design ^ looks awesome

ML.NET doesn't handle CNNs to do object detection per-say but might be possible using a RNN or just NN .. doubtful tho..

I'd like the source code to be open due to issue #245 where-by the node module "request" does not support NTLM proxy authentication, so I may fork the code and...

Sorry to add to the noise, but I'm having the exact same problem. Tried deploying all ASIM parsers and then just one-by-one, same error message "Conflict" ![image](https://github.com/Azure/Azure-Sentinel/assets/16183422/5f07dcd2-d92e-4ed0-b134-6b6a3ab4782a) I've tried putting...

Can you provide me an error message (NOT THE ENTIRE STACKTRACE) and a screenshot please?

Also interested to learn the outcome to this, I was very confused by the fact that I skipped some out of the box tests that were not shown as "Not...

@kuroboshi this usually indicates that the pipeline failed to run the tests, did you follow this guide to ensure the service principal you are using has correct perms? https://maester.dev/docs/monitoring/azure-devops

No you can use with workload identity or client secret. Please share a screenshot of the permissions you have applied to the service principal.

Ok thanks that looks fine, do you have Test Plans enabled with licensing as such for test plans?

It's possible the path it's trying to publish to does in fact not exist ``` Artifact name input: TestResults ##[error]Path does not exist: /home/vsts/work/1/s/test-results ``` What is your folder structure...