PSDevOps
PSDevOps copied to clipboard
PowerShell Tools for DevOps
Hi, I do not see Get User-Entitlement from azure devops API being support here. Can you please add them Ref: [Get-UserEntitlement](https://docs.microsoft.com/en-us/rest/api/azure/devops/memberentitlementmanagement/user%20entitlements/search%20user%20entitlements?view=azure-devops-rest-6.0) TQ
I would be very convenient if the module could add and remove agent pools, using commands like `New-ADOAgentPool` and `Remove-ADOAgentPool`. Similarly, it would be very helpful to be able to...
Add support for the items API to retrieve specific files without downloading the entire git repository https://learn.microsoft.com/en-us/rest/api/azure/devops/git/items/get?view=azure-devops-rest-5.1&tabs=HTTP
Would it be possible to get ansible support?
If a step file is a script, and its output type is a `[Hashtable]` or `[Collections.IDictionary]`, it should be executed and returned as a step.
PowerShell scripts can `#require` a module, and thus we can know if a step requires a module to be installed. Regardless of the BuildSystem, `Convert-BuildStep` should install modules that are...
Like many modules, PSDevOps should be build and publish a container. * [ ] #198 * [ ] #199 * [ ] #200 * [ ] #201 * [ ]...