File tree Expand file tree Collapse file tree 6 files changed +40
-0
lines changed Expand file tree Collapse file tree 6 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,26 @@ plugin_routing:
101101 deprecation :
102102 removal_version : " 6.0.0"
103103 warning_text : Filter, default_database_port, is no longer supported.
104+ extract_custom_role_groups :
105+ deprecation :
106+ removal_version : " 6.0.0"
107+ warning_text : Filter, extract_custom_role_groups, is no longer supported.
108+ extract_custom_roles :
109+ deprecation :
110+ removal_version : " 6.0.0"
111+ warning_text : Filter, extract_custom_roles, is no longer supported.
112+ extract_parcel_urls :
113+ deprecation :
114+ removal_version : " 6.0.0"
115+ warning_text : Filter, extract_parcel_urls, is no longer supported.
116+ extract_products_from_manifests :
117+ deprecation :
118+ removal_version : " 6.0.0"
119+ warning_text : Filter, extract_products_from_manifests, is no longer supported.
120+ extract_role_and_group :
121+ deprecation :
122+ removal_version : " 6.0.0"
123+ warning_text : Filter, extract_role_and_group, is no longer supported.
104124 action :
105125 host_config :
106126 deprecation :
Original file line number Diff line number Diff line change @@ -4,5 +4,9 @@ DOCUMENTATION:
44 short_description : extract_custom_role_groups
55 description : extract_custom_role_groups
66 version_added : " 3.0.4"
7+ deprecated :
8+ removed_in : " 6.0.0"
9+ alternative : none
10+ why : No longer supported.
711EXAMPLES :
812RETURN :
Original file line number Diff line number Diff line change @@ -4,5 +4,9 @@ DOCUMENTATION:
44 short_description : extract_custom_roles
55 description : extract_custom_roles
66 version_added : " 3.0.4"
7+ deprecated :
8+ removed_in : " 6.0.0"
9+ alternative : none
10+ why : No longer supported.
711EXAMPLES :
812RETURN :
Original file line number Diff line number Diff line change @@ -4,5 +4,9 @@ DOCUMENTATION:
44 short_description : extract_parcel_urls
55 description : extract_parcel_urls
66 version_added : " 3.0.3"
7+ deprecated :
8+ removed_in : " 6.0.0"
9+ alternative : none
10+ why : No longer supported.
711EXAMPLES :
812RETURN :
Original file line number Diff line number Diff line change @@ -4,5 +4,9 @@ DOCUMENTATION:
44 short_description : extract_products_from_manifests
55 description : extract_products_from_manifests
66 version_added : " 3.0.3"
7+ deprecated :
8+ removed_in : " 6.0.0"
9+ alternative : none
10+ why : No longer supported.
711EXAMPLES :
812RETURN :
Original file line number Diff line number Diff line change @@ -4,5 +4,9 @@ DOCUMENTATION:
44 short_description : extract_role_and_group
55 description : extract_role_and_group
66 version_added : " 3.0.4"
7+ deprecated :
8+ removed_in : " 6.0.0"
9+ alternative : none
10+ why : No longer supported.
711EXAMPLES :
812RETURN :
You can’t perform that action at this time.
0 commit comments