fix(ci): Add workaround to circumvent azure-cli's lack of support for ID token refresh (#3328)
* fix: Eagerly request token scopes * chore: Regenerate workflows to pick up token caching change
This commit is contained in:
Родитель
a80fd77abf
Коммит
ce99aa8908
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/component"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/component"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/data"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/environment"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/environment"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/model"
|
||||
|
|
|
@ -45,6 +45,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/assets/model"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/batch/deploy-models/custom-outputs-parquet"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/batch/deploy-models/heart-classifier-mlflow"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/batch/deploy-models/huggingface-text-summarization"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/batch/deploy-models/imagenet-classifier"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/batch/deploy-models/mnist-classifier"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/batch/deploy-pipelines/batch-scoring-with-preprocessing"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/batch/deploy-pipelines/hello-batch"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/batch/deploy-pipelines/training-with-components"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/online/custom-container/minimal/multimodel"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/online/custom-container/minimal/single-model/conda-in-dockerfile"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/online/custom-container/minimal/single-model"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/online/custom-container/mlflow/multideployment-scikit"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/online/custom-container/r/multimodel-plumber"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/online/custom-container/torchserve/densenet"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/online/custom-container/triton/single-model"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/online/kubernetes"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/online/managed/sample"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/online/managed/vnet/mlflow"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: validate readme
|
||||
run: |
|
||||
python check-readme.py "${{ github.workspace }}/cli/endpoints/online/managed/vnet/sample"
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -46,6 +46,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -47,6 +47,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -47,6 +47,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -47,6 +47,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -47,6 +47,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -47,6 +47,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -47,6 +47,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -47,6 +47,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -47,6 +47,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -47,6 +47,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
|
@ -47,6 +47,15 @@ jobs:
|
|||
bash setup.sh
|
||||
working-directory: cli
|
||||
continue-on-error: true
|
||||
- name: Eagerly cache access tokens for required scopes
|
||||
run: |
|
||||
# Workaround for azure-cli's lack of support for ID token refresh
|
||||
# Taken from: https://github.com/Azure/login/issues/372#issuecomment-2056289617
|
||||
|
||||
# Management
|
||||
az account get-access-token --scope https://management.azure.com/.default --output none
|
||||
# ML
|
||||
az account get-access-token --scope https://ml.azure.com/.default --output none
|
||||
- name: run job
|
||||
run: |
|
||||
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче