Azure / cli

Automate your GitHub workflows using Azure CLI scripts
MIT License
133 stars 54 forks source link

Fix #153: Prevent stdout cutoff in Azure CLI versions #154

Closed MoChilia closed 4 months ago

MoChilia commented 4 months ago

Fix the issue #153, replace curl with a GET request to prevent stdout cutoff in Azure CLI versions, avoiding warnings in workflows.

Close #153

jakub7722 commented 4 months ago

I'm not sure what happened here, but this fix does not work for me. It almost looks as if something got cached? I have no clue how the same python error can appear here if curl was eliminated? Is there any other instance of curl somewhere?

Screenshot 2024-07-17 at 11 37 10
MoChilia commented 4 months ago

Hi @jakub-lesniak-ikea, does it work for you with v2 tag?

jakub7722 commented 4 months ago

Hi @jakub-lesniak-ikea, does it work for you with v2 tag?

No it does not, that was the reason I started testing the fix-153. It somehow looks like the error that I am getting might not be related to the action at all. I just tested with simple bash action that utilises the CLI installed on the agent and got the same error - which suggests that it might be coming from the CLI itself.

MeikeMertschFortum commented 4 months ago

@MoChilia can you tell me/us what the process and requirements are for approval to merge this? Do we still have to do something?

MoChilia commented 4 months ago

@luc122c, @MeikeMertschFortum, @jakub-lesniak-ikea, it has now been merged into master. You can point to master as a temporary workaround. I will inform you once the new version is released.

MeikeMertschFortum commented 4 months ago

Thank you for your help