kuroboshi

Results 9 comments of kuroboshi

Hello, I use Maester with client secret. I check my Microsoft Graph permissions's, he seems OK. Use Workload identity federation is required ?

When you talk about service principal, it's this : ![image](https://github.com/maester365/maester/assets/22149432/2766a97e-9222-4240-a02d-1d73da26c207)

I request a free parallelism in Azure Devops, watch my email below : ![image](https://github.com/maester365/maester/assets/22149432/c7297c98-5206-4bef-9dfa-01552155ddae)

I create manually the folders : ![image](https://github.com/maester365/maester/assets/22149432/392b8c4c-30e4-4455-933f-c693dc64bfb5) In debug mode, i see the creation of folder : ![image](https://github.com/maester365/maester/assets/22149432/11380125-8f79-43c7-8d92-1dba26c6f4b4) ![image](https://github.com/maester365/maester/assets/22149432/088d530c-56dc-4fea-ad88-7c09db7511f4)

I re-add the variables but in the first time i don't check "Keep this value secret", below the result with warning : ![image](https://github.com/maester365/maester/assets/22149432/94c13156-11a7-4e3b-8313-c1260b7541e2) In the second run, i just check...

Hello, here it is ``` `# Maester Daily Tests trigger: - main schedules: - cron: "0 0 * * *" displayName: Daily midnight build branches: include: - main pool: vmImage:...

Hello, The problem doesnt appair when the variables is not hidden : ![image](https://github.com/maester365/maester/assets/22149432/2e5f1d08-43c7-40b3-83be-312c87743a2c) I'm not sure, but when I check the "Keep this value secret" box, I must be missing...

For your information i doesnt see the client id with "Write-Host $env:CLIENTID" when i check the "Keep this value secret" Otherwise I have the report but I still have an...

Hello, sorry i was in holidays. @DrPye My pwsh script is : ``` Invoke-Maester -Path $(System.DefaultWorkingDirectory)/tests/Maester/ -PesterConfiguration $PesterConfiguration -OutputFolder '$(System.DefaultWorkingDirectory)/test-results' ```