Git Product home page Git Product logo

Comments (3)

Paladin33rus avatar Paladin33rus commented on July 20, 2024 2

Hey @howardjones !

I've also took a look at this tool. Using 4.0.32 version.
I've managed to negotiate with our Azure DevOps (AzD) Services instance. Here is my Session config

get-apsession
Remove-APSession -Id '1'
get-apsession
$splat = @{
    Instance            = 'https://dev.azure.com/'
    Collection          = '<ORGANIZATION_NAME>' //those part of URI, which goes after `Instance`
    Project             = 'AZD_PROJECT'
    ApiVersion          = '6.0' //only 5.0 and 6.0 was working for me
    PersonalAccessToken = '<YOUR_PAT>'
    SessionName         = '<YOUR_ARBITRARY_CAPTION>'
}
New-APSession @splat

From this point you should be able to use this tool.

from azurepipelinesps.

OranguTech avatar OranguTech commented on July 20, 2024 1

Thank you @Paladin33rus !
I finally got around to trying this module and it looks very promising, but yes running into issues and confusion straight from the "getting started" readme isn't great.

@Dejulia489 - I see you've made some commits recently, if folks submit PRs (even if only for documention) will you have time to evaluate them semi-regularly?

(The dept has a homegrown module that talks to the "VSTS" Api, but isn't well maintained/updated to support things like the YAML Preview-Parse, and if we can get more folks contributing publicly, I'd rather put my time in here.)

from azurepipelinesps.

Dejulia489 avatar Dejulia489 commented on July 20, 2024 1

I stopped publishing release notes at some point but if itโ€™s causing confusion I can look into automating them as part of the deployment pipeline.

Iโ€™d be happy to accept PRs that contribute any type of improvement to the module.

from azurepipelinesps.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.