Is it possible to create a new team project with Team Foundation Power Tools?
I have tried using tfpt.exe
as follows:
createteamproject /collection:"https://myvsonline.visualstudio.com/DefaultCollection" /teamproject:NewProjectName /sourcecontrol:New /processtemplate:"Microsoft Visual Studio Scrum 2013.3" /noportal /noreports
But it fails with:
The requested operation is not allowed. (type SoapException)SoapException Details: Exception Stack Trace: at Microsoft.TeamFoundation.Proxy.CommonStructureService.CreateProject(String projectName, XmlElement structure) at Microsoft.VisualStudio.TeamFoundation.PCW.CssStructureUploader.Execute(ProjectCreationContext context, XmlNode taskXml)
I have tried suffixing with credentials:
/login:myusername,mypassword
But the same problem occurs.
Is this an authentication issue? Do I need to configure VS Team Services to allow project creation like this?