mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #43445 from rallytime/bump-deprecation-warning
Bump deprecation warning for boto_vpc.describe_route_table
This commit is contained in:
commit
05fff44a50
1 changed files with 2 additions and 1 deletions
|
@ -2456,7 +2456,8 @@ def describe_route_table(route_table_id=None, route_table_name=None,
|
|||
|
||||
'''
|
||||
|
||||
salt.utils.warn_until('Oxygen',
|
||||
salt.utils.warn_until(
|
||||
'Neon',
|
||||
'The \'describe_route_table\' method has been deprecated and '
|
||||
'replaced by \'describe_route_tables\'.'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue