Skip to content

Commit

Permalink
Merge branch 'dev' into hallvictoria/aio-blobclient
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvictoria authored Oct 8, 2024
2 parents 1c5dfc5 + 4f8ac0e commit 1d13afa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 82 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/linting_extension_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,30 +78,3 @@ jobs:
PYTHON_ISORT_CONFIG_FILE: .isort.cfg
FILTER_REGEX_INCLUDE: azurefunctions-extensions-base/.*
DEFAULT_BRANCH: origin/dev

send-notification:
runs-on: ubuntu-latest
needs: build
if: always()
steps:
- name: Notify dedicated teams channel on failure
if: ${{ always() && needs.build.result == 'failure' }}
uses: jdcargile/ms-teams-notification@v1.4
with:
github-token: ${{ github.token }}
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
notification-summary: "Python Extension Lint azurefunctions-extensions-base Failed"
notification-color: FF0000
timezone: America/Denver
verbose-logging: false

- name: Notify dedicated teams channel on success
if: ${{ always() && needs.build.result == 'success' }}
uses: jdcargile/ms-teams-notification@v1.4
with:
github-token: ${{ github.token }}
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
notification-summary: "Python Extension Lint azurefunctions-extensions-base Passed"
notification-color: 008000
timezone: America/Denver
verbose-logging: false
27 changes: 0 additions & 27 deletions .github/workflows/linting_extension_blob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,30 +78,3 @@ jobs:
PYTHON_ISORT_CONFIG_FILE: .isort.cfg
FILTER_REGEX_INCLUDE: azurefunctions-extensions-bindings-blob/*
DEFAULT_BRANCH: origin/dev

send-notification:
runs-on: ubuntu-latest
needs: build
if: always()
steps:
- name: Notify dedicated teams channel on failure
if: ${{ always() && needs.build.result == 'failure' }}
uses: jdcargile/ms-teams-notification@v1.4
with:
github-token: ${{ github.token }}
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
notification-summary: "Python Extension Lint azurefunctions-extensions-bindings-blob Failed"
notification-color: FF0000
timezone: America/Denver
verbose-logging: false

- name: Notify dedicated teams channel on success
if: ${{ always() && needs.build.result == 'success' }}
uses: jdcargile/ms-teams-notification@v1.4
with:
github-token: ${{ github.token }}
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
notification-summary: "Python Extension Lint azurefunctions-extensions-bindings-blob Passed"
notification-color: 008000
timezone: America/Denver
verbose-logging: false
27 changes: 0 additions & 27 deletions .github/workflows/linting_extension_fastapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,30 +78,3 @@ jobs:
PYTHON_ISORT_CONFIG_FILE: .isort.cfg
FILTER_REGEX_INCLUDE: azurefunctions-extensions-http-fastapi/*
DEFAULT_BRANCH: origin/dev

send-notification:
runs-on: ubuntu-latest
needs: build
if: always()
steps:
- name: Notify dedicated teams channel on failure
if: ${{ always() && needs.build.result == 'failure' }}
uses: jdcargile/ms-teams-notification@v1.4
with:
github-token: ${{ github.token }}
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
notification-summary: "Python Extension Lint azurefunctions-extensions-http-fastapi Failed"
notification-color: FF0000
timezone: America/Denver
verbose-logging: false

- name: Notify dedicated teams channel on success
if: ${{ always() && needs.build.result == 'success' }}
uses: jdcargile/ms-teams-notification@v1.4
with:
github-token: ${{ github.token }}
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
notification-summary: "Python Extension Lint azurefunctions-extensions-http-fastapi Passed"
notification-color: 008000
timezone: America/Denver
verbose-logging: false
2 changes: 1 addition & 1 deletion azurefunctions-extensions-bindings-blob/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers= [
]
dependencies = [
'azurefunctions-extensions-base',
'azure-storage-blob==12.20.0'
'azure-storage-blob==12.23.1'
]

[project.optional-dependencies]
Expand Down

0 comments on commit 1d13afa

Please sign in to comment.