**Describe the issue:** When running `azd up`, the following error occurs:  and the final result of running `azd up` shows no errors.  **Repro Steps:** 1. Run `azd init -t Azure-Functions-OpenAI-Demo`. 2. Run `azd auth login`. 3. Run `set-executionpolicy remotesigned`. 4. Run `azd up`. **Environment:** - azd version 1.10.2 (commit 84ea22048b9a1c167bc4ae2095cc7f91798ef11e) - OS: Windows **Expected behavior:** Running `azd up` shows no errors during the process. @hemarina and @BigMorty for notification.
Describe the issue:
When running
azd up, the following error occurs:and the final result of running

azd upshows no errors.Repro Steps:
azd init -t Azure-Functions-OpenAI-Demo.azd auth login.set-executionpolicy remotesigned.azd up.Environment:
Expected behavior:
Running
azd upshows no errors during the process.@hemarina and @BigMorty for notification.