Marcin Słowikowski

Results 15 comments of Marcin Słowikowski

Hi @jborean93 Do you know why? Is there any other repo where we can add new modules for Windows OS?

I have prepared [a working workaround](https://stackoverflow.com/a/78098343/13567897) using the msrest.authentication library. Unfortunately msrest is also deprecated, but it looks like Microsoft still uses it in their projects (az cli). ```python from...

It worked for me on the same version of the provider when I used System.AccessToken, then I wanted to recreate the repo and service connection resources in another project to...

I was unable to reproduce the problem after granting the "Advanced Security: manage settings" permission

When I extended the permissions with `ManageAdvSecScanning` (Advanced Security: manage settings), the problem disappeared. It looks like this permission was only required for deletion. The permissions required to create new...

@xuzhang3 does it make a difference that I used the pipeline user (ProjectName Build Service) token instead of PAT?

Hi @denis256, thanks for the reply, that's not what I was looking for. I wanted an easy way to call Azure API endpoints, without having to take care of authentication...

@JenGoldstrich BTW I just received a notification that Jira workflow is not working, just for your information

Thanks @mrmacky343, I'm using something similar. If you find out anything from MS, please let me know