-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
- Write-Log function isn't defined on this script. It throws an error early on, but I was able to copy and paste this function from Connect-LinuxBroker.ps1
- After az cli is installed, it tries to execute az cli immediately after without refreshing PATH, and it says "az" command is not recognized. i guess either PATH env variable can be refreshed right after, or you can just re-run the script
- After Connect-LinuxBroker.ps1 is downloaded, the configure script replaces $apiBaseUrl successfully, but it does not replace $apiAppIdUri. This results in following line in Connect-LinuxBroker.ps1 after the configure script runs:
- $apiAppIdUri = "api://your_linuxbroker_api_client_id"
- I just hard coded it into the script.
Metadata
Metadata
Assignees
Labels
No labels