Skip to content

Commit 0db7cd7

Browse files
authored
adding appservice-rest (#183)
1 parent 8f1b740 commit 0db7cd7

24 files changed

Lines changed: 3198 additions & 394 deletions

.github/workflows/run-e2e-tests-dotnet3-lcon.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,17 @@ jobs:
4848
echo "$env:GITHUB_SHA" > ./output/sha.txt
4949
popd
5050
51+
- name: 'Login via Azure CLI'
52+
uses: azure/login@v1
53+
with:
54+
creds: ${{ secrets.RBAC_GAE_FA_DOTNET3_LCON }}
55+
5156
- name: E2E Run Azure Functions Action
5257
uses: ./
5358
id: fa
5459
with:
5560
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
5661
package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output'
57-
publish-profile: ${{ secrets.GAE_FA_DOTNET3_LCON }}
5862

5963
- name: E2E Check HttpTrigger Result
6064
shell: pwsh

.github/workflows/run-e2e-tests-dotnet3-wcon.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,17 @@ jobs:
4848
echo "$env:GITHUB_SHA" > ./output/sha.txt
4949
popd
5050
51+
- name: 'Login via Azure CLI'
52+
uses: azure/login@v1
53+
with:
54+
creds: ${{ secrets.RBAC_GAE_FA_DOTNET3_WCON }}
55+
5156
- name: E2E Run Azure Functions Action
5257
uses: ./
5358
id: fa
5459
with:
5560
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
5661
package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output'
57-
publish-profile: ${{ secrets.GAE_FA_DOTNET3_WCON }}
5862

5963
- name: E2E Check HttpTrigger Result
6064
shell: pwsh

.github/workflows/run-e2e-tests-java8-lcon.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@ jobs:
5050
mvn azure-functions:package
5151
popd
5252
53+
- name: 'Login via Azure CLI'
54+
uses: azure/login@v1
55+
with:
56+
creds: ${{ secrets.RBAC_GAE_FA_JAVA8_LCON }}
57+
5358
- name: E2E Run Azure Functions Action
5459
uses: ./
5560
id: fa
5661
with:
5762
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
5863
package: './${{ env.POM_XML_DIRECTORY }}'
59-
publish-profile: ${{ secrets.GAE_FA_JAVA8_LCON }}
6064
respect-pom-xml: true
6165

6266
- name: E2E Check HttpTrigger Result

.github/workflows/run-e2e-tests-java8-wcon.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@ jobs:
5050
mvn azure-functions:package
5151
popd
5252
53+
- name: 'Login via Azure CLI'
54+
uses: azure/login@v1
55+
with:
56+
creds: ${{ secrets.RBAC_GAE_FA_JAVA8_WCON }}
57+
5358
- name: E2E Run Azure Functions Action
5459
uses: ./
5560
id: fa
5661
with:
5762
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
5863
package: './${{ env.POM_XML_DIRECTORY }}'
59-
publish-profile: ${{ secrets.GAE_FA_JAVA8_WCON }}
6064
respect-pom-xml: true
6165

6266
- name: E2E Check HttpTrigger Result

.github/workflows/run-e2e-tests-node16-lcon.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@ jobs:
5050
echo "$GITHUB_SHA" > sha.txt
5151
popd
5252
53+
- name: 'Login via Azure CLI'
54+
uses: azure/login@v1
55+
with:
56+
creds: ${{ secrets.RBAC_GAE_FA_NODE16_LCON }}
57+
5358
- name: E2E Run Azure Functions Action
5459
uses: ./
5560
id: fa
5661
with:
5762
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
5863
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
59-
publish-profile: ${{ secrets.GAE_FA_NODE16_LCON }}
6064

6165
- name: E2E Check HttpTrigger Result
6266
shell: pwsh

.github/workflows/run-e2e-tests-node16-wcon.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,18 @@ jobs:
5050
echo "$GITHUB_SHA" > sha.txt
5151
popd
5252
53+
- name: 'Login via Azure CLI'
54+
uses: azure/login@v1
55+
with:
56+
creds: ${{ secrets.RBAC_GAE_FA_NODE16_WCON }}
57+
5358
- name: E2E Run Azure Functions Action
5459
uses: ./
5560
id: fa
5661
with:
5762
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
5863
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
59-
publish-profile: ${{ secrets.GAE_FA_NODE16_WCON }}
64+
scm-do-build-during-deployment: true
6065

6166
- name: E2E Check HttpTrigger Result
6267
shell: pwsh

.github/workflows/run-e2e-tests-powershell6-wcon.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,17 @@ jobs:
4141
echo "$GITHUB_SHA" > sha.txt
4242
popd
4343
44+
- name: 'Login via Azure CLI'
45+
uses: azure/login@v1
46+
with:
47+
creds: ${{ secrets.RBAC_GAE_FA_POWERSHELL6_WCON }}
48+
4449
- name: E2E Run Azure Functions Action
4550
uses: ./
4651
id: fa
4752
with:
4853
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
4954
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
50-
publish-profile: ${{ secrets.GAE_FA_POWERSHELL6_WCON }}
5155

5256
- name: E2E Check HttpTrigger Result
5357
shell: pwsh

.github/workflows/run-e2e-tests-python37-lcon.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
run:
2121
name: Run E2E Tests
22-
runs-on: ubuntu-18.04
22+
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v2
@@ -49,13 +49,17 @@ jobs:
4949
echo "$GITHUB_SHA" > sha.txt
5050
popd
5151
52+
- name: 'Login via Azure CLI'
53+
uses: azure/login@v1
54+
with:
55+
creds: ${{ secrets.RBAC_GAE_FA_PYTHON37_LCON }}
56+
5257
- name: E2E Run Azure Functions Action
5358
uses: ./
5459
id: fa
5560
with:
5661
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
5762
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
58-
publish-profile: ${{ secrets.GAE_FA_PYTHON37_LCON }}
5963

6064
- name: E2E Check HttpTrigger Result
6165
shell: pwsh

0 commit comments

Comments
 (0)