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 @@ -62,7 +62,7 @@ config:
62
62
access_denied_message :
63
63
description : |
64
64
The message displayed when a user attempts to execute actions beyond their authorised privileges.
65
- version_added : 2.0.3
65
+ version_added : 2.0.2
66
66
type : string
67
67
example : ~
68
68
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