File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/airflow/providers/fab Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ config:
59
59
access_denied_message :
60
60
description : |
61
61
The message displayed when a user attempts to execute actions beyond their authorised privileges.
62
- version_added : 2.0.3
62
+ version_added : 2.0.2
63
63
type : string
64
64
example : ~
65
65
default : " Access is Denied"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def get_provider_info():
32
32
"options" : {
33
33
"access_denied_message" : {
34
34
"description" : "The message displayed when a user attempts to execute actions beyond their authorised privileges.\n " ,
35
- "version_added" : "2.0.3 " ,
35
+ "version_added" : "2.0.2 " ,
36
36
"type" : "string" ,
37
37
"example" : None ,
38
38
"default" : "Access is Denied" ,
You can’t perform that action at this time.
0 commit comments