File tree 4 files changed +1
-82
lines changed
azurefunctions-extensions-bindings-blob
4 files changed +1
-82
lines changed Original file line number Diff line number Diff line change 78
78
PYTHON_ISORT_CONFIG_FILE : .isort.cfg
79
79
FILTER_REGEX_INCLUDE : azurefunctions-extensions-base/.*
80
80
DEFAULT_BRANCH : origin/dev
81
-
82
- send-notification :
83
- runs-on : ubuntu-latest
84
- needs : build
85
- if : always()
86
- steps :
87
- - name : Notify dedicated teams channel on failure
88
- if : ${{ always() && needs.build.result == 'failure' }}
89
-
90
- with :
91
- github-token : ${{ github.token }}
92
- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
93
- notification-summary : " Python Extension Lint azurefunctions-extensions-base Failed"
94
- notification-color : FF0000
95
- timezone : America/Denver
96
- verbose-logging : false
97
-
98
- - name : Notify dedicated teams channel on success
99
- if : ${{ always() && needs.build.result == 'success' }}
100
-
101
- with :
102
- github-token : ${{ github.token }}
103
- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
104
- notification-summary : " Python Extension Lint azurefunctions-extensions-base Passed"
105
- notification-color : 008000
106
- timezone : America/Denver
107
- verbose-logging : false
Original file line number Diff line number Diff line change 78
78
PYTHON_ISORT_CONFIG_FILE : .isort.cfg
79
79
FILTER_REGEX_INCLUDE : azurefunctions-extensions-bindings-blob/*
80
80
DEFAULT_BRANCH : origin/dev
81
-
82
- send-notification :
83
- runs-on : ubuntu-latest
84
- needs : build
85
- if : always()
86
- steps :
87
- - name : Notify dedicated teams channel on failure
88
- if : ${{ always() && needs.build.result == 'failure' }}
89
-
90
- with :
91
- github-token : ${{ github.token }}
92
- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
93
- notification-summary : " Python Extension Lint azurefunctions-extensions-bindings-blob Failed"
94
- notification-color : FF0000
95
- timezone : America/Denver
96
- verbose-logging : false
97
-
98
- - name : Notify dedicated teams channel on success
99
- if : ${{ always() && needs.build.result == 'success' }}
100
-
101
- with :
102
- github-token : ${{ github.token }}
103
- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
104
- notification-summary : " Python Extension Lint azurefunctions-extensions-bindings-blob Passed"
105
- notification-color : 008000
106
- timezone : America/Denver
107
- verbose-logging : false
Original file line number Diff line number Diff line change 78
78
PYTHON_ISORT_CONFIG_FILE : .isort.cfg
79
79
FILTER_REGEX_INCLUDE : azurefunctions-extensions-http-fastapi/*
80
80
DEFAULT_BRANCH : origin/dev
81
-
82
- send-notification :
83
- runs-on : ubuntu-latest
84
- needs : build
85
- if : always()
86
- steps :
87
- - name : Notify dedicated teams channel on failure
88
- if : ${{ always() && needs.build.result == 'failure' }}
89
-
90
- with :
91
- github-token : ${{ github.token }}
92
- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
93
- notification-summary : " Python Extension Lint azurefunctions-extensions-http-fastapi Failed"
94
- notification-color : FF0000
95
- timezone : America/Denver
96
- verbose-logging : false
97
-
98
- - name : Notify dedicated teams channel on success
99
- if : ${{ always() && needs.build.result == 'success' }}
100
-
101
- with :
102
- github-token : ${{ github.token }}
103
- ms-teams-webhook-uri : ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
104
- notification-summary : " Python Extension Lint azurefunctions-extensions-http-fastapi Passed"
105
- notification-color : 008000
106
- timezone : America/Denver
107
- verbose-logging : false
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ classifiers= [
25
25
]
26
26
dependencies = [
27
27
' azurefunctions-extensions-base' ,
28
- ' azure-storage-blob==12.20.0 '
28
+ ' azure-storage-blob==12.23.1 '
29
29
]
30
30
31
31
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments