Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to fetch all az cli versions (azure/CLI@v2) #153

Closed
MeikeMertschFortum opened this issue Jul 12, 2024 · 10 comments · Fixed by #154
Closed

Unable to fetch all az cli versions (azure/CLI@v2) #153

MeikeMertschFortum opened this issue Jul 12, 2024 · 10 comments · Fixed by #154
Assignees
Labels
bug Something is not working

Comments

@MeikeMertschFortum
Copy link

When using azure/CLI@v2 inside a GHA workflow , I got the message (copied with links unfolded):

Run azure/CLI@v2
  
Warning: Unable to fetch all az cli versions, please report it as an issue on https://github.com/Azure/CLI/issues. Output: {
  "name": "azure-cli",
  "tags": [
    "0.10.0",
    "0.10.1",
    "0.10.10",
    "0.10.11",
    "0.10.12",
    "0.10.13",
    "0.10.14",
    "0.10.2",
    "0.10.3",
    "0.10.4",
    "0.10.5",
    "0.10.6",
    "0.10.7",
    "0.10.8",
    "0.9.10",
    "0.9.13",
    "0.9.14",
    "0.9.15",
    "0.9.16",
    "0.9.17",
    "0.9.18",
    "0.9.19",
    "0.9.2",
    "0.9.20",
    "0.9.4",
    "0.9.5",
    "0.9.6",
    "0.9.7",
    "0.9.8",
    "0.9.9",
    "2.0.[24](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9903449884/job/27359006107#step:12:25)",
    "2.0.26",
    "2.0.27",
    "2.0.28",
    "2.0.[29](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9903449884/job/27359006107#step:12:30)",
    "2.0.31",
    "2.0.32",
    "2.0.34",
    "2.0.37",
    "2.0.38",
    "2.0.41",
    "2.0.42",
    "2.0.43",
    "2.0.44",
    "2.0.45",
    "2.0.46",
    "2.0.47",
    "2.0.49",
    "2.0.50",
    "2.0.51",
    "2.0.52",
    "2.0.53",
    "2.0.[54](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9903449884/job/27359006107#step:12:55)",
    "2.0.[55](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9903449884/job/27359006107#step:12:56)",
    "2.0.[56](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9903449884/job/27359006107#step:12:57)",
    "2.0.[57](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9903449884/job/27359006107#step:12:58)",
    "2.0.[58](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9903449884/job/27359006107#step:12:59)",
    "2.0.[59](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9903449884/job/27359006107#step:12:60)",
    "2.0.[60](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9903449884/job/27359006107#step:12:61)",
    "2.0.[61](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9903449884/job/27359006107#step:12:62)",
    "2.0.[62](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9903449884/job/27359006107#step:12:63)",
    "2.0.6
Starting script execution via docker image mcr.microsoft.com/azure-cli:2.61.0

So here I am reporting it as an issue 🙂

Screenshot 2024-07-12 at 08 56 55
@MeikeMertschFortum MeikeMertschFortum added the need-to-triage Requires investigation label Jul 12, 2024
@MeikeMertschFortum MeikeMertschFortum changed the title Unable to fetch all az cli versions Unable to fetch all az cli versions (azure/CLI@v2) Jul 12, 2024
@MoChilia MoChilia added question Requiring some clarification and removed need-to-triage Requires investigation labels Jul 12, 2024
@MoChilia
Copy link
Member

Hi @MeikeMertschFortum, are you using a GitHub-hosted runner or a self-hosted one? It seems there may be an internet interruption on your machine. Does the problem persist after rerunning the workflow, and is the output consistent each time?

@MeikeMertschFortum
Copy link
Author

Hi @MeikeMertschFortum, are you using a GitHub-hosted runner or a self-hosted one? It seems there may be an internet interruption on your machine. Does the problem persist after rerunning the workflow, and is the output consistent each time?

It is on a self-hosted runner and I have it in every run that reaches this point

@MeikeMertschFortum
Copy link
Author

MeikeMertschFortum commented Jul 12, 2024

I am testing now if it disappears on rerun specifically, but it will take a while. I will report back once it is done.
EDIT: It ran now and I have the same warning again, even on a re-run :)

@MoChilia
Copy link
Member

Could you add this step before azure/cli@v2 to see if it fails?

  - run: curl --location -s https://mcr.microsoft.com/v2/azure-cli/tags/list

@MeikeMertschFortum
Copy link
Author

Could you add this step before azure/cli@v2 to see if it fails?

  - run: curl --location -s https://mcr.microsoft.com/v2/azure-cli/tags/list

Yes, let me try that. I'll report back

@MeikeMertschFortum
Copy link
Author

MeikeMertschFortum commented Jul 12, 2024

hm. it is successful.
I had to pull the result out of the raw logs (hence the timestamps):

Raw Logs
2024-07-12T09:51:48.7775737Z {
2024-07-12T09:51:48.7776536Z   "name": "azure-cli",
2024-07-12T09:51:48.7777102Z   "tags": [
2024-07-12T09:51:48.7777545Z     "0.10.0",
2024-07-12T09:51:48.7778033Z     "0.10.1",
2024-07-12T09:51:48.7778476Z     "0.10.10",
2024-07-12T09:51:48.7778938Z     "0.10.11",
2024-07-12T09:51:48.7779387Z     "0.10.12",
2024-07-12T09:51:48.7779841Z     "0.10.13",
2024-07-12T09:51:48.7780296Z     "0.10.14",
2024-07-12T09:51:48.7780737Z     "0.10.2",
2024-07-12T09:51:48.7781200Z     "0.10.3",
2024-07-12T09:51:48.7781693Z     "0.10.4",
2024-07-12T09:51:48.7782132Z     "0.10.5",
2024-07-12T09:51:48.7782587Z     "0.10.6",
2024-07-12T09:51:48.7783005Z     "0.10.7",
2024-07-12T09:51:48.7783422Z     "0.10.8",
2024-07-12T09:51:48.7783885Z     "0.9.10",
2024-07-12T09:51:48.7784343Z     "0.9.13",
2024-07-12T09:51:48.7784802Z     "0.9.14",
2024-07-12T09:51:48.7785247Z     "0.9.15",
2024-07-12T09:51:48.7785695Z     "0.9.16",
2024-07-12T09:51:48.7786105Z     "0.9.17",
2024-07-12T09:51:48.7786494Z     "0.9.18",
2024-07-12T09:51:48.7786894Z     "0.9.19",
2024-07-12T09:51:48.7787285Z     "0.9.2",
2024-07-12T09:51:48.7787702Z     "0.9.20",
2024-07-12T09:51:48.7788164Z     "0.9.4",
2024-07-12T09:51:48.7788594Z     "0.9.5",
2024-07-12T09:51:48.7788978Z     "0.9.6",
2024-07-12T09:51:48.7789726Z     "0.9.7",
2024-07-12T09:51:48.7790107Z     "0.9.8",
2024-07-12T09:51:48.7790610Z     "0.9.9",
2024-07-12T09:51:48.7791082Z     "2.0.24",
2024-07-12T09:51:48.7791464Z     "2.0.26",
2024-07-12T09:51:48.7791856Z     "2.0.27",
2024-07-12T09:51:48.7792266Z     "2.0.28",
2024-07-12T09:51:48.7792683Z     "2.0.29",
2024-07-12T09:51:48.7793098Z     "2.0.31",
2024-07-12T09:51:48.7793502Z     "2.0.32",
2024-07-12T09:51:48.7793925Z     "2.0.34",
2024-07-12T09:51:48.7794335Z     "2.0.37",
2024-07-12T09:51:48.7794739Z     "2.0.38",
2024-07-12T09:51:48.7795144Z     "2.0.41",
2024-07-12T09:51:48.7795530Z     "2.0.42",
2024-07-12T09:51:48.7795938Z     "2.0.43",
2024-07-12T09:51:48.7796306Z     "2.0.44",
2024-07-12T09:51:48.7796683Z     "2.0.45",
2024-07-12T09:51:48.7797085Z     "2.0.46",
2024-07-12T09:51:48.7797526Z     "2.0.47",
2024-07-12T09:51:48.7797956Z     "2.0.49",
2024-07-12T09:51:48.7798918Z     "2.0.50",
2024-07-12T09:51:48.7799304Z     "2.0.51",
2024-07-12T09:51:48.7799668Z     "2.0.52",
2024-07-12T09:51:48.7800018Z     "2.0.53",
2024-07-12T09:51:48.7802339Z     "2.0.54",
2024-07-12T09:51:48.7802715Z     "2.0.55",
2024-07-12T09:51:48.7803082Z     "2.0.56",
2024-07-12T09:51:48.7803466Z     "2.0.57",
2024-07-12T09:51:48.7803852Z     "2.0.58",
2024-07-12T09:51:48.7804254Z     "2.0.59",
2024-07-12T09:51:48.7804642Z     "2.0.60",
2024-07-12T09:51:48.7805055Z     "2.0.61",
2024-07-12T09:51:48.7805450Z     "2.0.62",
2024-07-12T09:51:48.7805845Z     "2.0.63",
2024-07-12T09:51:48.7811173Z     "2.0.64",
2024-07-12T09:51:48.7811567Z     "2.0.65",
2024-07-12T09:51:48.7811939Z     "2.0.66",
2024-07-12T09:51:48.7812358Z     "2.0.67",
2024-07-12T09:51:48.7812733Z     "2.0.68",
2024-07-12T09:51:48.7813136Z     "2.0.69",
2024-07-12T09:51:48.7813538Z     "2.0.70",
2024-07-12T09:51:48.7813934Z     "2.0.71",
2024-07-12T09:51:48.7814331Z     "2.0.72",
2024-07-12T09:51:48.7814753Z     "2.0.73",
2024-07-12T09:51:48.7815192Z     "2.0.74",
2024-07-12T09:51:48.7815996Z     "2.0.75",
2024-07-12T09:51:48.7816425Z     "2.0.76",
2024-07-12T09:51:48.7816843Z     "2.0.77",
2024-07-12T09:51:48.7817352Z     "2.0.78",
2024-07-12T09:51:48.7817739Z     "2.0.79",
2024-07-12T09:51:48.7818128Z     "2.0.80",
2024-07-12T09:51:48.7818543Z     "2.0.81",
2024-07-12T09:51:48.7818973Z     "2.1.0",
2024-07-12T09:51:48.7819377Z     "2.10.0",
2024-07-12T09:51:48.7819833Z     "2.10.1",
2024-07-12T09:51:48.7820236Z     "2.11.0",
2024-07-12T09:51:48.7820640Z     "2.11.1",
2024-07-12T09:51:48.7821065Z     "2.12.0",
2024-07-12T09:51:48.7821476Z     "2.12.1",
2024-07-12T09:51:48.7821940Z     "2.13.0",
2024-07-12T09:51:48.7822393Z     "2.14.0",
2024-07-12T09:51:48.7822801Z     "2.14.1",
2024-07-12T09:51:48.7823203Z     "2.14.2",
2024-07-12T09:51:48.7823620Z     "2.15.0",
2024-07-12T09:51:48.7824139Z     "2.15.1",
2024-07-12T09:51:48.7824540Z     "2.16.0",
2024-07-12T09:51:48.7824787Z     "2.17.0",
2024-07-12T09:51:48.7825032Z     "2.17.1",
2024-07-12T09:51:48.7825289Z     "2.18.0",
2024-07-12T09:51:48.7825550Z     "2.19.0",
2024-07-12T09:51:48.7825790Z     "2.19.1",
2024-07-12T09:51:48.7826031Z     "2.2.0",
2024-07-12T09:51:48.7826280Z     "2.20.0",
2024-07-12T09:51:48.7826526Z     "2.21.0",
2024-07-12T09:51:48.7826777Z     "2.22.0",
2024-07-12T09:51:48.7827026Z     "2.22.1",
2024-07-12T09:51:48.7827275Z     "2.23.0",
2024-07-12T09:51:48.7827518Z     "2.24.0",
2024-07-12T09:51:48.7827769Z     "2.24.1",
2024-07-12T09:51:48.7828015Z     "2.24.2",
2024-07-12T09:51:48.7828259Z     "2.25.0",
2024-07-12T09:51:48.7828505Z     "2.26.0",
2024-07-12T09:51:48.7828754Z     "2.26.1",
2024-07-12T09:51:48.7829003Z     "2.27.0",
2024-07-12T09:51:48.7829255Z     "2.27.1",
2024-07-12T09:51:48.7829506Z     "2.27.2",
2024-07-12T09:51:48.7829754Z     "2.28.0",
2024-07-12T09:51:48.7830000Z     "2.29.0",
2024-07-12T09:51:48.7830246Z     "2.29.1",
2024-07-12T09:51:48.7830745Z     "2.29.2",
2024-07-12T09:51:48.7830995Z     "2.3.0",
2024-07-12T09:51:48.7831258Z     "2.3.1",
2024-07-12T09:51:48.7831529Z     "2.30.0",
2024-07-12T09:51:48.7831774Z     "2.31.0",
2024-07-12T09:51:48.7832022Z     "2.32.0",
2024-07-12T09:51:48.7832265Z     "2.33.0",
2024-07-12T09:51:48.7832514Z     "2.33.1",
2024-07-12T09:51:48.7832760Z     "2.34.0",
2024-07-12T09:51:48.7833003Z     "2.34.1",
2024-07-12T09:51:48.7833253Z     "2.35.0",
2024-07-12T09:51:48.7833496Z     "2.36.0",
2024-07-12T09:51:48.7833751Z     "2.37.0",
2024-07-12T09:51:48.7833991Z     "2.38.0",
2024-07-12T09:51:48.7834235Z     "2.39.0",
2024-07-12T09:51:48.7834481Z     "2.4.0",
2024-07-12T09:51:48.7834727Z     "2.40.0",
2024-07-12T09:51:48.7834970Z     "2.41.0",
2024-07-12T09:51:48.7835217Z     "2.42.0",
2024-07-12T09:51:48.7835463Z     "2.43.0",
2024-07-12T09:51:48.7835714Z     "2.44.0",
2024-07-12T09:51:48.7835955Z     "2.44.1",
2024-07-12T09:51:48.7836205Z     "2.45.0",
2024-07-12T09:51:48.7836451Z     "2.46.0",
2024-07-12T09:51:48.7837042Z     "2.46.0-amd64",
2024-07-12T09:51:48.7837566Z     "2.46.0-arm64",
2024-07-12T09:51:48.7838276Z     "2.47.0",
2024-07-12T09:51:48.7838762Z     "2.47.0-amd64",
2024-07-12T09:51:48.7839248Z     "2.47.0-arm64",
2024-07-12T09:51:48.7839674Z     "2.48.0",
2024-07-12T09:51:48.7840141Z     "2.48.0-amd64",
2024-07-12T09:51:48.7840635Z     "2.48.0-arm64",
2024-07-12T09:51:48.7841058Z     "2.48.1",
2024-07-12T09:51:48.7841555Z     "2.48.1-amd64",
2024-07-12T09:51:48.7842069Z     "2.48.1-arm64",
2024-07-12T09:51:48.7842527Z     "2.49.0",
2024-07-12T09:51:48.7843011Z     "2.49.0-amd64",
2024-07-12T09:51:48.7843477Z     "2.49.0-arm64",
2024-07-12T09:51:48.7843910Z     "2.5.0",
2024-07-12T09:51:48.7844295Z     "2.5.1",
2024-07-12T09:51:48.7844725Z     "2.50.0",
2024-07-12T09:51:48.7845206Z     "2.50.0-amd64",
2024-07-12T09:51:48.7845711Z     "2.50.0-arm64",
2024-07-12T09:51:48.7846157Z     "2.51.0",
2024-07-12T09:51:48.7846622Z     "2.51.0-amd64",
2024-07-12T09:51:48.7847175Z     "2.51.0-arm64",
2024-07-12T09:51:48.7847667Z     "2.52.0",
2024-07-12T09:51:48.7848213Z     "2.52.0-amd64",
2024-07-12T09:51:48.7848800Z     "2.52.0-arm64",
2024-07-12T09:51:48.7849565Z     "2.53.0",
2024-07-12T09:51:48.7850100Z     "2.53.0-amd64",
2024-07-12T09:51:48.7850651Z     "2.53.0-arm64",
2024-07-12T09:51:48.7851124Z     "2.53.1",
2024-07-12T09:51:48.7851648Z     "2.53.1-amd64",
2024-07-12T09:51:48.7852231Z     "2.53.1-arm64",
2024-07-12T09:51:48.7852712Z     "2.54.0",
2024-07-12T09:51:48.7853264Z     "2.54.0-amd64",
2024-07-12T09:51:48.7853812Z     "2.54.0-arm64",
2024-07-12T09:51:48.7854454Z     "2.54.0-cbl-mariner2.0",
2024-07-12T09:51:48.7855212Z     "2.54.0-cbl-mariner2.0-amd64",
2024-07-12T09:51:48.7856007Z     "2.54.0-cbl-mariner2.0-arm64",
2024-07-12T09:51:48.7856638Z     "2.55.0",
2024-07-12T09:51:48.7857195Z     "2.55.0-amd64",
2024-07-12T09:51:48.7857772Z     "2.55.0-arm64",
2024-07-12T09:51:48.7858375Z     "2.55.0-cbl-mariner2.0",
2024-07-12T09:51:48.7859111Z     "2.55.0-cbl-mariner2.0-amd64",
2024-07-12T09:51:48.7859898Z     "2.55.0-cbl-mariner2.0-arm64",
2024-07-12T09:51:48.7860528Z     "2.56.0",
2024-07-12T09:51:48.7861087Z     "2.56.0-amd64",
2024-07-12T09:51:48.7861672Z     "2.56.0-arm64",
2024-07-12T09:51:48.7862293Z     "2.56.0-cbl-mariner2.0",
2024-07-12T09:51:48.7863012Z     "2.56.0-cbl-mariner2.0-amd64",
2024-07-12T09:51:48.7863795Z     "2.56.0-cbl-mariner2.0-arm64",
2024-07-12T09:51:48.7864443Z     "2.57.0",
2024-07-12T09:51:48.7864972Z     "2.57.0-amd64",
2024-07-12T09:51:48.7865548Z     "2.57.0-arm64",
2024-07-12T09:51:48.7866126Z     "2.57.0-cbl-mariner2.0",
2024-07-12T09:51:48.7866772Z     "2.57.0-cbl-mariner2.0-amd64",
2024-07-12T09:51:48.7867509Z     "2.57.0-cbl-mariner2.0-arm64",
2024-07-12T09:51:48.7868099Z     "2.58.0",
2024-07-12T09:51:48.7868608Z     "2.58.0-amd64",
2024-07-12T09:51:48.7869146Z     "2.58.0-arm64",
2024-07-12T09:51:48.7869719Z     "2.58.0-cbl-mariner2.0",
2024-07-12T09:51:48.7870619Z     "2.58.0-cbl-mariner2.0-amd64",
2024-07-12T09:51:48.7885552Z     "2.58.0-cbl-mariner2.0-arm64",
2024-07-12T09:51:48.7886232Z     "2.59.0",
2024-07-12T09:51:48.7886773Z     "2.59.0-amd64",
2024-07-12T09:51:48.7887348Z     "2.59.0-arm64",
2024-07-12T09:51:48.7887964Z     "2.59.0-cbl-mariner2.0",
2024-07-12T09:51:48.7888665Z     "2.59.0-cbl-mariner2.0-amd64",
2024-07-12T09:51:48.7889420Z     "2.59.0-cbl-mariner2.0-arm64",
2024-07-12T09:51:48.7890047Z     "2.6.0",
2024-07-12T09:51:48.7890514Z     "2.60.0",
2024-07-12T09:51:48.7891056Z     "2.60.0-amd64",
2024-07-12T09:51:48.7891611Z     "2.60.0-arm64",
2024-07-12T09:51:48.7892235Z     "2.60.0-cbl-mariner2.0",
2024-07-12T09:51:48.7892949Z     "2.60.0-cbl-mariner2.0-amd64",
2024-07-12T09:51:48.7893671Z     "2.60.0-cbl-mariner2.0-arm64",
2024-07-12T09:51:48.7894265Z     "2.61.0",
2024-07-12T09:51:48.7894784Z     "2.61.0-amd64",
2024-07-12T09:51:48.7895326Z     "2.61.0-arm64",
2024-07-12T09:51:48.7895920Z     "2.61.0-cbl-mariner2.0",
2024-07-12T09:51:48.7896626Z     "2.61.0-cbl-mariner2.0-amd64",
2024-07-12T09:51:48.7897374Z     "2.61.0-cbl-mariner2.0-arm64",
2024-07-12T09:51:48.7897993Z     "2.62.0",
2024-07-12T09:51:48.7898513Z     "2.62.0-amd64",
2024-07-12T09:51:48.7899371Z     "2.62.0-arm64",
2024-07-12T09:51:48.7899946Z     "2.62.0-cbl-mariner2.0",
2024-07-12T09:51:48.7900575Z     "2.62.0-cbl-mariner2.0-amd64",
2024-07-12T09:51:48.7901287Z     "2.62.0-cbl-mariner2.0-arm64",
2024-07-12T09:51:48.7901824Z     "2.7.0",
2024-07-12T09:51:48.7902283Z     "2.8.0",
2024-07-12T09:51:48.7902743Z     "2.9.0",
2024-07-12T09:51:48.7903205Z     "2.9.1",
2024-07-12T09:51:48.7903751Z     "cbl-mariner2.0",
2024-07-12T09:51:48.7904398Z     "cbl-mariner2.0-amd64",
2024-07-12T09:51:48.7905039Z     "cbl-mariner2.0-arm64",
2024-07-12T09:51:48.7905572Z     "latest",
2024-07-12T09:51:48.7906068Z     "latest-amd64",
2024-07-12T09:51:48.7906597Z     "latest-arm64"
2024-07-12T09:51:48.7907057Z   ]
2024-07-12T09:51:48.7907499Z }

otherwise it copied like this:

Directly copied from log stream
{
  "name": "azure-cli",
  "tags": [
    "0.10.0",
    "0.10.1",
    "0.10.10",
    "0.10.11",
    "0.10.12",
    "0.10.13",
    "0.10.14",
    "0.10.2",
    "0.10.3",
    "0.10.4",
    "0.10.5",
    "0.10.6",
    "0.10.7",
    "0.10.8",
    "0.9.10",
    "0.9.13",
    "0.9.14",
    "0.9.15",
    "0.9.16",
    "0.9.17",
    "0.9.18",
    "0.9.19",
    "0.9.2",
    "0.9.20",
    "0.9.4",
    "0.9.5",
    "0.9.6",
    "0.9.7",
    "0.9.8",
    "0.9.9",
    "2.0.24",
    "2.0.26",
    "2.0.27",
    "2.0.28",
    "2.0.29",
    "2.0.31",
    "2.0.32",
    "2.0.34",
    "2.0.37",
    "2.0.38",
    "2.0.41",
    "2.0.42",
    "2.0.43",
    "2.0.44",
    "2.0.45",
    "2.0.46",
    "2.0.47",
    "2.0.49",
    "2.0.50",
    "2.0.51",
    "2.0.52",
    "2.0.53",
    "2.0.54",
    "2.0.55",
    "2.0.56",
    "2.0.57",
    "2.0.58",
    "2.0.59",
    "2.0.60",
    "2.0.61",
    "2.0.62",
    "2.0.63",
    "2.0.64",
    "2.0.65",
    "2.0.66",
    "2.0.67",
    "2.0.68",
    "2.0.69",
    "2.0.70",
    "2.0.71",
    "2.0.72",
    "2.0.73",
    "2.0.74",
    "2.0.75",
    "2.0.76",
    "2.0.77",
    "2.0.78",
    "2.0.79",
    "2.0.80",
    "2.0.81",
    "2.1.0",
    "2.10.0",
    "2.10.1",
    "2.11.0",
    "2.11.1",
    "2.12.0",
    "2.12.1",
    "2.13.0",
    "2.14.0",
    "2.14.1",
    "2.14.2",
    "2.15.0",
    "2.15.1",
    "2.16.0",
    "2.17.0",
    "2.17.1",
    "2.18.0",
    "2.19.0",
    "2.19.1",
    "2.2.0",
    "2.20.0",
    "2.[21](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:22).0",
    "2.22.0",
    "2.[22](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:23).1",
    "2.[23](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:24).0",
    "2.[24](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:25).0",
    "2.24.1",
    "2.24.2",
    "2.[25](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:26).0",
    "2.[26](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:27).0",
    "2.26.1",
    "2.[27](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:28).0",
    "2.27.1",
    "2.27.2",
    "2.[28](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:29).0",
    "2.[29](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:30).0",
    "2.29.1",
    "2.29.2",
    "2.3.0",
    "2.3.1",
    "2.[30](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:31).0",
    "2.[31](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:32).0",
    "2.[32](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:33).0",
    "2.[33](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:34).0",
    "2.33.1",
    "2.[34](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:35).0",
    "2.34.1",
    "2.[35](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:36).0",
    "2.[36](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:37).0",
    "2.[37](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:38).0",
    "2.[38](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:39).0",
    "2.[39](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:40).0",
    "2.4.0",
    "2.[40](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:41).0",
    "2.[41](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:42).0",
    "2.[42](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:43).0",
    "2.[43](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:44).0",
    "2.[44](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:45).0",
    "2.44.1",
    "2.[45](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:46).0",
    "2.[46](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:47).0",
    "2.46.0-amd64",
    "2.46.0-arm64",
    "2.[47](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:48).0",
    "2.47.0-amd64",
    "2.47.0-arm64",
    "2.[48](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:49).0",
    "2.48.0-amd64",
    "2.48.0-arm64",
    "2.48.1",
    "2.48.1-amd64",
    "2.48.1-arm64",
    "2.[49](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:50).0",
    "2.49.0-amd64",
    "2.49.0-arm64",
    "2.5.0",
    "2.5.1",
    "2.[50](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:51).0",
    "2.50.0-amd64",
    "2.50.0-arm64",
    "2.[51](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:52).0",
    "2.51.0-amd64",
    "2.51.0-arm64",
    "2.[52](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:53).0",
    "2.52.0-amd64",
    "2.52.0-arm64",
    "2.[53](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:54).0",
    "2.53.0-amd64",
    "2.53.0-arm64",
    "2.53.1",
    "2.53.1-amd64",
    "2.53.1-arm64",
    "2.[54](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:55).0",
    "2.54.0-amd64",
    "2.54.0-arm64",
    "2.54.0-cbl-mariner2.0",
    "2.54.0-cbl-mariner2.0-amd64",
    "2.54.0-cbl-mariner2.0-arm64",
    "2.[55](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:56).0",
    "2.55.0-amd64",
    "2.55.0-arm64",
    "2.55.0-cbl-mariner2.0",
    "2.55.0-cbl-mariner2.0-amd64",
    "2.55.0-cbl-mariner2.0-arm64",
    "2.[56](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:57).0",
    "2.56.0-amd64",
    "2.56.0-arm64",
    "2.56.0-cbl-mariner2.0",
    "2.56.0-cbl-mariner2.0-amd64",
    "2.56.0-cbl-mariner2.0-arm64",
    "2.[57](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:58).0",
    "2.57.0-amd64",
    "2.57.0-arm64",
    "2.57.0-cbl-mariner2.0",
    "2.57.0-cbl-mariner2.0-amd64",
    "2.57.0-cbl-mariner2.0-arm64",
    "2.[58](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:59).0",
    "2.58.0-amd64",
    "2.58.0-arm64",
    "2.58.0-cbl-mariner2.0",
    "2.58.0-cbl-mariner2.0-amd64",
    "2.58.0-cbl-mariner2.0-arm64",
    "2.[59](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:60).0",
    "2.59.0-amd64",
    "2.59.0-arm64",
    "2.59.0-cbl-mariner2.0",
    "2.59.0-cbl-mariner2.0-amd64",
    "2.59.0-cbl-mariner2.0-arm64",
    "2.6.0",
    "2.[60](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:61).0",
    "2.60.0-amd64",
    "2.60.0-arm64",
    "2.60.0-cbl-mariner2.0",
    "2.60.0-cbl-mariner2.0-amd64",
    "2.60.0-cbl-mariner2.0-arm64",
    "2.[61](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:62).0",
    "2.61.0-amd64",
    "2.61.0-arm64",
    "2.61.0-cbl-mariner2.0",
    "2.61.0-cbl-mariner2.0-amd64",
    "2.61.0-cbl-mariner2.0-arm64",
    "2.[62](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:63).0",
    "2.62.0-amd[64](https://github.com/fortum/rw-customer-portal-backend/actions/runs/9905875606/job/27366316782#step:12:65)",
    "2.62.0-arm64",
    "2.62.0-cbl-mariner2.0",
    "2.62.0-cbl-mariner2.0-amd64",
    "2.62.0-cbl-mariner2.0-arm64",
    "2.7.0",
    "2.8.0",
    "2.9.0",
    "2.9.1",
    "cbl-mariner2.0",
    "cbl-mariner2.0-amd64",
    "cbl-mariner2.0-arm64",
    "latest",
    "latest-amd64",
    "latest-arm64"
  ]
}

and despite that, I get the exact same warning:

Warning from the run summary
Unable to fetch all az cli versions, please report it as an issue on https://github.com/Azure/CLI/issues. Output: {
  "name": "azure-cli",
  "tags": [
    "0.10.0",
    "0.10.1",
    "0.10.10",
    "0.10.11",
    "0.10.12",
    "0.10.13",
    "0.10.14",
    "0.10.2",
    "0.10.3",
    "0.10.4",
    "0.10.5",
    "0.10.6",
    "0.10.7",
    "0.10.8",
    "0.9.10",
    "0.9.13",
    "0.9.14",
    "0.9.15",
    "0.9.16",
    "0.9.17",
    "0.9.18",
    "0.9.19",
    "0.9.2",
    "0.9.20",
    "0.9.4",
    "0.9.5",
    "0.9.6",
    "0.9.7",
    "0.9.8",
    "0.9.9",
    "2.0.24",
    "2.0.26",
    "2.0.27",
    "2.0.28",
    "2.0.29",
    "2.0.31",
    "2.0.32",
    "2.0.34",
    "2.0.37",
    "2.0.38",
    "2.0.41",
    "2.0.42",
    "2.0.43",
    "2.0.44",
    "2.0.45",
    "2.0.46",
    "2.0.47",
    "2.0.49",
    "2.0.50",
    "2.0.51",
    "2.0.52",
    "2.0.53",
    "2.0.54",
    "2.0.55",
    "2.0.56",
    "2.0.57",
    "2.0.58",
    "2.0.59",
    "2.0.60",
    "2.0.61",
    "2.0.62",
    "2.0.63",
    "2.0.64",
    "2.0.65",
    "2.0.66",
    "2.0.67",
    "2.0.68",
    "2.0.69",
    "2.0.70",
    "2.0.71",
    "2.0.72",
    "2.0.73",
    "2.0.74",
    "2.0.75",
    "2.0.76",
    "2.0.77",
    "2.0.78",
    "2.0.79",
    "2.0.80",
    "2.0.81",
    "2.1.0",
    "2.10.0",
    "2.10.1",
    "2.11.0",
    "2.11.1",
    "2.12.0",
    "2.12.1",
    "2.13.0",
    "2.14.0",
    "2.14.1",
    "2.14.2",
    "2.15.0",
    "2.15.1",
    "2.16.0",
    "2.17.0",
    "2.17.1",
    "2.18.0",
    "2.19.0",
    "2.19.1",
    "2.2.0",
    "2.20.0",
    "2.21.0",
    "2.22.0",
    "2.22.1",
    "2.23.0",
    "2.24.0",
    "2.24.1",
    "2.24.2",
    "2.25.0",
    "2.26.0",
    "2.26.1",
    "2.27.0",
    "2.27.1",
    "2.27.2",
    "2.28.0",
    "2.29.0",
    "2.29.1",
    "2.29.2",
    "2.3.0",
    "2.3.1",
    "2.30.0",
    "2.31.0",
    "2.32.0",
    "2.33.0",
    "2.33.1",
    "2.34.0",
    "2.34.1",
    "2.35.0",
    "2.36.0",
    "2.37.0",
    "2.38.0",
    "2.39.0",
    "2.4.0",
    "2.40.0",
    "2.41.0",
    "2.42.0",
    "2.43.0",
    "2.44.0",
    "2.44.1",
    "2.45.0",
    "2.46.0",
    "2.46.0-amd64",
    "2.46.0-arm64",
    "2.47.0",
    "2.47.0-amd64",
    "2.47.0-arm64",
    "2.48.0",
    "2.48.0-amd64",
    "2.48.0-arm64",
    "2.48.1",
    "2.48.1-amd64",
    "2.48.1-arm64",
    "2.49.0",
    "2.49.0-amd64",
    "2.49.0-arm64",
    "2.5.0",
    "2.5.1",
    "2.50.0",
    "2.50.0-amd64",
    "2.50.0-arm64",
    "2.51.0",
    "2.51.0-amd64",
    "2.51.0-arm64",
    "2.52.0",
    "2.52.0-amd64",
    "2.52.0-arm64",
    "2.53.0",
    "2.53.0-amd64",
    "2.53.0-arm64",
    "2.53.1",
    "2.53.1-amd64",
    "2.53.1-arm64",
    "2.54.0",
    "2.54.0-amd64",
    "2.54.0-arm64",
    "2.54.0-cbl-mariner2.0",
    "2.54.0-cbl-mariner2.0-amd64",
    "2.54.0-cbl-mariner2.0-arm64",
    "2.55.0",
    "2.55.0-amd64",
    "2.55.0-arm64",
    "2.55.0-cbl-mariner2.0",
    "2.55.0-cbl-mariner2.0-amd64",
    "2.55.0-cbl-mariner2.0-arm64",
    "2.56.0",
    "2.56.0-amd64",
    "2.56.0-arm64",
    "2.56.0-cbl-mariner2.0",
    "2.56.0-cbl-mariner2.0-amd64",
    "2.56.0-cbl-mariner2.0-arm64",
    "2.57.0",
    "2.57.0-amd64",
    "2.57.0-arm64",
    "2.57.0-cbl-mariner2.0",
    "2.57.0-cbl-mariner2.0-amd64",
    "2.57.0-cbl-mariner2.0-arm64",
    "2.58.0",
    "2.58.0-amd64",
    "2.58.0-arm64",
    "2.58.0-cbl-mariner2.0",
    "2.58.0-cbl-mariner2.0-amd64",
    "2.58.0-cbl-mariner2.0-arm64",
    "2.59.0",
    "2.59.0-amd64",
    "2.59.0-arm64",
    "2.59.0-cbl-mariner2.0",
    "2.59.0-cbl-mariner2.0-amd64",
    "2.59.0-cbl-mariner2.0-arm64",
    "2.6.0",
    "2.60.0",
    "2.60.0-amd64",
    "2.60.0-arm64",
    "2.60.0-cbl-mariner2.0",
    "2.60.0-cbl-mariner2.0-amd64",
    "2.60.0-cbl-mariner2.0-arm64",
    "2.61.0",
    "2.61.0-amd64",
    "2.61.0-arm64",
    "2.61.0-cbl-mariner2.0",
    "2.61.0-cbl-mariner2.0-amd64",
    "2.61.0-cbl-mariner2.0-arm64",
    "2.62.0",
    "2.62.0-amd64",
    "2.62.0-arm64",
    "2.62.0-cbl-mariner2.0",
    "2.62.0-cbl-mariner2.0-amd64",
    "2.62.0-cbl-mariner2.0-arm64",
    "2.7.0",
    "2.8.0",
    "2.9.0

EDIT: Many thanks to @luc122c to introduce me to the markdown <details> functionality. I'm a fan already!!

@MeikeMertschFortum
Copy link
Author

MeikeMertschFortum commented Jul 12, 2024

note that in the warning message the json is actually invalid and looks cut off, missing this bit:

",
    "2.9.1",
    "cbl-mariner2.0",
    "cbl-mariner2.0-amd64",
    "cbl-mariner2.0-arm64",
    "latest",
    "latest-amd64",
    "latest-arm64"
  ]
}

@luc122c
Copy link

luc122c commented Jul 12, 2024

I'm getting the same issue on GitHub hosted runners:

Output log
2024-07-11T13:25:37.7379574Z ##[group]Run azure/CLI@v1
2024-07-11T13:25:37.7379896Z with:
2024-07-11T13:25:37.7380899Z   inlineScript: az cdn endpoint purge --no-wait etc etc etc

2024-07-11T13:25:37.7381759Z   azcliversion: agentazcliversion
2024-07-11T13:25:37.7382092Z env:
2024-07-11T13:25:37.7382325Z   AZURE_HTTP_USER_AGENT: 
2024-07-11T13:25:37.7382602Z ##[endgroup]
2024-07-11T13:25:38.2037367Z ##[warning]Unable to fetch all az cli versions, please report it as an issue on https://github.com/Azure/CLI/issues. Output: {
  "name": "azure-cli",
  "tags": [
    "0.10.0",
    "0.10.1",
    "0.10.10",
    "0.10.11",
    "0.10.12",
    "0.10.13",
    "0.10.14",
    "0.10.2",
    "0.10.3",
    "0.10.4",
    "0.10.5",
    "0.10.6",
    "0.10.7",
    "0.10.8",
    "0.9.10",
    "0.9.13",
    "0.9.14",
    "0.9.15",
    "0.9.16",
    "0.9.17",
    "0.9.18",
    "0.9.19",
    "0.9.2",
    "0.9.20",
    "0.9.4",
    "0.9.5",
    "0.9.6",
    "0.9.7",
    "0.9.8",
    "0.9.9",
    "2.0.24",
    "2.0.26",
    "2.0.27",
    "2.0.28",
    "2.0.29",
    "2.0.31",
    "2.0.32",
    "2.0.34",
    "2.0.37",
    "2.0.38",
    "2.0.41",
    "2.0.42",
    "2.0.43",
    "2.0.44",
    "2.0.45",
    "2.0.46",
    "2.0.47",
    "2.0.49",
    "2.0.50",
    "2.0.51",
    "2.0.52",
    "2.0.53",
    "2.0.54",
    "2.0.55",
    "2.0.56",
    "2.0.57",
    "2.0.58",
    "2.0.59",
    "2.0.60",
    "2.0.61",
    "2.0.62",
    "2.0.63",
    "2.0.64",
    "2.0.65",
    "2.0.66",
    "2.0.67",
    "2.0.68",
    "2.0.69",
    "2.0.70",
    "2.0.71",
    "2.0.72",
    "2.0.73",
    "2.0.74",
    "2.0.75",
    "2.0.76",
    "2.0.77",
    "2.0.78",
    "2.0.79",
    "2.0.80",
    "2.0.81",
    "2.1.0",
    "2.10.0",
    "2.10.1",
    "2.11.0",
    "2.11.1",
    "2.12.0",
    "2.12.1",
    "2.13.0",
    "2.14.0",
    "2.14.1",
    "2.14.2",
    "2.15.0",
    "2.15.1",
    "2.16.0",
    "2.17.0",
    "2.17.1",
    "2.18.0",
    "2.19.0",
    "2.19.1",
    "2.2.0",
    "2.20.0",
    "2.21.0",
    "2.22.0",
    "2.22.1",
    "2.23.0",
    "2.24.0",
    "2.24.1",
    "2.24.2",
    "2.25.0",
    "2.26.0",
    "2.26.1",
    "2.27.0",
    "2.27.1",
    "2.27.2",
    "2.28.0",
    "2.29.0",
    "2.29.1",
    "2.29.2",
    "2.3.0",
    "2.3.1",
    "2.30.0",
    "2.31.0",
    "2.32.0",
    "2.33.0",
    "2.33.1",
    "2.34.0",
    "2.34.1",
    "2.35.0",
    "2.36.0",
    "2.37.0",
    "2.38.0",
    "2.39.0",
    "2.4.0",
    "2.40.0",
    "2.41.0",
    "2.42.0",
    "2.43.0",
    "2.44.0",
    "2.44.1",
    "2.45.0",
    "2.46.0",
    "2.46.0-amd64",
    "2.46.0-arm64",
    "2.47.0",
    "2.47.0-amd64",
    "2.47.0-arm64",
    "2.48.0",
    "2.48.0-amd64",
    "2.48.0-arm64",
    "2.48.1",
    "2.48.1-amd64",
    "2.48.1-arm64",
    "2.49.0",
    "2.49.0-amd64",
    "2.49.0-arm64",
    "2.5.0",
    "2.5.1",
    "2.50.0",
    "2.50.0-amd64",
    "2.50.0-arm64",
    "2.51.0",
    "2.51.0-amd64",
    "2.51.0-arm64",
    "2.52.0",
    "2.52.0-amd64",
    "2.52.0-arm64",
    "2.53.0",
    "2.53.0-amd64",
    "2.53.0-arm64",
    "2.53.1",
    "2.53.1-amd64",
    "2.53.1-arm64",
    "2.54.0",
    "2.54.0-amd64",
    "2.54.0-arm64",
    "2.54.0-cbl-mariner2.0",
    "2.54.0-cbl-mariner2.0-amd64",
    "2.54.0-cbl-mariner2.0-arm64",
    "2.55.0",
    "2.55.0-amd64",
    "2.55.0-arm64",
    "2.55.0-cbl-mariner2.0",
    "2.55.0-cbl-mariner2.0-amd64",
    "2.55.0-cbl-mariner2.0-arm64",
    "2.56.0",
    "2.56.0-amd64",
    "2.56.0-arm64",
    "2.56.0-cbl-mariner2.0",
    "2.56.0-cbl-mariner2.0-amd64",
    "2.56.0-cbl-mariner2.0-arm64",
    "2.57.0",
    "2.57.0-amd64",
    "2.57.0-arm64",
    "2.57.0-cbl-mariner2.0",
    "2.57.0-cbl-mariner2.0-amd64",
    "2.57.0-cbl-mariner2.0-arm64",
    "2.58.0",
    "2.58.0-amd64",
    "2.58.0-arm64",
    "2.58.0-cbl-mariner2.0",
    "2.58.0-cbl-mariner2.0-amd64",
    "2.58.0-cbl-mariner2.0-arm64",
    "2.59.0",
    "2.59.0-amd64",
    "2.59.0-arm64",
    "2.59.0-cbl-mariner2.0",
    "2.59.0-cbl-mariner2.0-amd64",
    "2.59.0-cbl-mariner2.0-arm64",
    "2.6.0",
    "2.60.0",
    "2.60.0-amd64",
    "2.60.0-arm64",
    "2.60.0-cbl-mariner2.0",
    "2.60.0-cbl-mariner2.0-amd64",
    "2.60.0-cbl-mariner2.0-arm64",
    "2.61.0",
    "2.61.0-amd64",
    "2.61.0-arm64",
    "2.61.0-cbl-mariner2.0",
    "2.61.0-cbl-mariner2.0-amd64",
    "2.61.0-cbl-mariner2.0-arm64",
    "2.62.0",
    "2.62.0-amd64",
    "2.62.0-arm64",
    "2.62.0-cbl-mariner2.0",
    "2.62.0-cbl-mariner2.0-amd64",
    "2.62.0-cbl-mariner2.0-arm64",
    "2.7.0",
    "2.8.0",
    "2.9.0
2024-07-11T13:25:38.2110342Z Starting script execution via docker image mcr.microsoft.com/azure-cli:2.61.0
2024-07-11T13:25:39.8246428Z az script ran successfully.

@MoChilia MoChilia added bug Something is not working and removed question Requiring some clarification labels Jul 15, 2024
@MoChilia
Copy link
Member

@MeikeMertschFortum, @luc122c, the error message was cut off. I've updated the code and replaced the curl request with a get request to try to fix the issue. Could you run the code on the fix-153 branch to display the detailed error message or confirm if the warning message has disappeared?

      - name: Azure CLI script
        uses: azure/cli@fix-153
        with:
          inlineScript: |
              az --version

@MeikeMertschFortum
Copy link
Author

I tried this and on my end it does the trick! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants