Skip to content

Commit

Permalink
adding support for flex consumption plan
Browse files Browse the repository at this point in the history
  • Loading branch information
patelchandni committed May 21, 2024
1 parent b2d0f8b commit cd01500
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run-e2e-tests-python310-flexcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
paths-ignore:
- '**.md'

permissions:
id-token: write

env:
AZURE_FUNCTIONAPP_NAME: gae-fa-python310-flexcon
AZURE_FUNCTIONAPP_PACKAGE_PATH: './tests/e2e/python310'
Expand Down Expand Up @@ -55,9 +52,7 @@ jobs:
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_PYTHON310_FLEXCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_PYTHON310_FLEXCON }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_PYTHON310_FLEXCON }}
creds: ${{ secrets.RBAC_GAE_FA_PYTHON310_FLEXCON }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down

0 comments on commit cd01500

Please sign in to comment.