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

Edit-bConnectApplication fails if depenedency exist #64

Open
2 tasks done
djpitris opened this issue Apr 9, 2022 · 1 comment
Open
2 tasks done

Edit-bConnectApplication fails if depenedency exist #64

djpitris opened this issue Apr 9, 2022 · 1 comment
Assignees

Comments

@djpitris
Copy link

djpitris commented Apr 9, 2022

Prior to placing the issue, please check following: (fill out each checkbox with an X once done)

  • I have understood that answers are voluntary and community-driven, and not commercial support.
  • I have verified that my issue has not been already answered in the past. I also checked previous issues.

Describe the bug
Edit-bConnectApplication fails when the Application has dependencies in Baramundi with:
Invoke-bConnectPatch : 'ValidForOS' must contain at least one valid element

To Reproduce
Steps to reproduce the behavior:

  1. Get-bConnectApplication someappWITHDEPENDENCY
  2. Edit whatever, eg. I edit someappWITHDEPENDENCY.version
  3. Edit-bConnectApplication someappWITHDEPENDENCY

Expected behavior
Apps without dependencies work fine. I assume there is some parsing error, but I'm not that skilled to pin point it...

System information
| My operating system | Win10 |
| baramundi Server Version | 2021R2 |
| PS-bConnect Version | 21.1.0.0 |

BTW Thank you SOOOO much for the bConnect, its such a time saver.
This is just a nice-to-have I can workaround it by creating a "dummy" \ per-requsite application which contain the dependencies.

@T0biii
Copy link
Contributor

T0biii commented Apr 26, 2022

is already fixed with this commit:
961b378

$_body = ConvertTo-Json $Data -Depth 5

but we got still this Problem: #48

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

3 participants