Thank you for your efforts. We have run into a bug where existing published PowerApps are not being displayed under the PowerApps node.
The Get-Apps API call returns the results as expected but are subsequently filtered out due to an environment.id mismatched comparison because of case sensitivity. (Default vs default). This PR fixes the issue by lowercasing the comparison.
Also, webpack requirements in the gulpfile were commented out since they are not used and raise an error.
Lastly, the PowerApps.CLI nuget package was updated to the latest version 1.8.5.
Hello Michael,
Thank you for your efforts. We have run into a bug where existing published PowerApps are not being displayed under the PowerApps node.
The Get-Apps API call returns the results as expected but are subsequently filtered out due to an environment.id mismatched comparison because of case sensitivity. (Default vs default). This PR fixes the issue by lowercasing the comparison.
Also, webpack requirements in the gulpfile were commented out since they are not used and raise an error.
Lastly, the PowerApps.CLI nuget package was updated to the latest version 1.8.5.