Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while Inserting work item in ADO #33

Open
jrai-199 opened this issue Oct 7, 2022 · 0 comments
Open

Error while Inserting work item in ADO #33

jrai-199 opened this issue Oct 7, 2022 · 0 comments

Comments

@jrai-199
Copy link

jrai-199 commented Oct 7, 2022

After running
.\PnP-DevOps.ps1 -csv abc.csv -pat xxxxxxxxxx -uri "https://dev.azure.com/xyz/xxxxxxx" -name "xyz"

Output : Epic creation - OK and successful
but work items and features NOTOK . Getting below error

Adding Work Item: Leverage autoscaling to scale in and out as load varies
Write-Error: C:\Users\jatinrai\OneDrive - Microsoft\Jatin'workspace\MIPs\Cost optimization\report\WellArchitected-Tools\WARP\devops\PnP-DevOps.ps1:418
Line |
418 | … Write-Error "Could not insert item to devops: " + $Error[ …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| A positional parameter cannot be found that accepts argument '+'.

Adding Work Item: Build a capacity model for your workload
Write-Error: C:\Users\jatinrai\OneDrive - Microsoft\Jatin'workspace\MIPs\Cost optimization\report\WellArchitected-Tools\WARP\devops\PnP-DevOps.ps1:418
Line |
418 | … Write-Error "Could not insert item to devops: " + $Error[ …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| A positional parameter cannot be found that accepts argument '+'.

Adding Work Item: Define a process for alert reaction
Write-Error: C:\Users\jatinrai\OneDrive - Microsoft\Jatin'workspace\MIPs\Cost optimization\report\WellArchitected-Tools\WARP\devops\PnP-DevOps.ps1:418
Line |
418 | … Write-Error "Could not insert item to devops: " + $Error[ …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| A positional parameter cannot be found that accepts argument '+'.

Adding Work Item: NA
Write-Error: C:\Users\jatinrai\OneDrive - Microsoft\Jatin'workspace\MIPs\Cost optimization\report\WellArchitected-Tools\WARP\devops\PnP-DevOps.ps1:418
Line |
418 | … Write-Error "Could not insert item to devops: " + $Error[ …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| A positional parameter cannot be found that accepts argument '+'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant