Skip to content

build: bump azure-storage-blob from 12.20.0 to 12.23.1 in /azurefunctions-extensions-bindings-blob #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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
Loading