You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are no win32 apps defined in intune already, the pipeline does not work.
This might be related to line 268-269 in test-applist.ps1 where a graph call to intune is made, but if the result is $null it is asumed to be an error.
Workaround: manually create a first win32 app in intune.
The text was updated successfully, but these errors were encountered:
This covers if the onboarded app could be found in the specified app source.
If there's no existing instance of the given application in Intune, by the name you've specified in the appList.json file, the $Win32Apps variable would be empty and the else statement should pick that up.
If there are no win32 apps defined in intune already, the pipeline does not work.
This might be related to line 268-269 in test-applist.ps1 where a graph call to intune is made, but if the result is $null it is asumed to be an error.
Workaround: manually create a first win32 app in intune.
The text was updated successfully, but these errors were encountered: