Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-dotnet8-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_DOTNET8_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-dotnet8-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_DOTNET8_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-java8-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_JAVA8_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-java8-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_JAVA8_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-node20-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_NODE20_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-node20-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_NODE20_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-powershell6-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_POWERSHELL6_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-python310-flexcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_PYTHON310_FLEXCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-python310-lcon-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
popd

- name: 'Login via Azure CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_PYTHON310_LCON_MSI }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow-dotnet8-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'

- name: 'Log in to Azure with AZ CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_DOTNET8_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow-dotnet8-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'

- name: 'Log in to Azure with AZ CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_DOTNET8_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow-java8-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
path: '${{ env.POM_XML_DIRECTORY }}/downloaded-artifact'

- name: 'Log in to Azure with AZ CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_JAVA8_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow-java8-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
path: '${{ env.POM_XML_DIRECTORY }}/downloaded-artifact'

- name: 'Log in to Azure with AZ CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_JAVA8_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow-node20-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'

- name: 'Log in to Azure with AZ CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_NODE20_LCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow-node20-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'

- name: 'Log in to Azure with AZ CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_NODE20_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow-powershell6-wcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Perform additional steps such as running tests, if needed

- name: 'Log in to Azure with AZ CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_POWERSHELL6_WCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow-python310-flexcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'

- name: 'Log in to Azure with AZ CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_PYTHON310_FLEXCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow-python310-lcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
path: '${{ env.AZURE_FUNCTIONAPP_PROJECT_PATH }}/downloaded-artifact'

- name: 'Log in to Azure with AZ CLI'
uses: azure/login@v2
uses: azure/login@v3
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_PYTHON310_LCON_MSI }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_E2E_TESTS }}
Expand Down
Loading