mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 01:30:20 +00:00
fixes saltstack/salt#62845 FutureWarning always displayed for Azure providers
This commit is contained in:
parent
a543c0043f
commit
9e03b5e876
3 changed files with 1 additions and 2 deletions
1
changelog/62845.fixed
Normal file
1
changelog/62845.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Remove Azure deprecation messages from functions that always run w/ salt-cloud
|
|
@ -241,7 +241,6 @@ def get_resource_by_id(resource_id, api_version, extract_value=None):
|
|||
return ret
|
||||
|
||||
|
||||
@_deprecation_message
|
||||
def get_configured_provider():
|
||||
"""
|
||||
Return the first configured provider instance.
|
||||
|
|
|
@ -125,7 +125,6 @@ def _deprecation_message(function):
|
|||
return wrapped
|
||||
|
||||
|
||||
@_deprecation_message
|
||||
def get_configured_provider():
|
||||
"""
|
||||
Return the first configured instance.
|
||||
|
|
Loading…
Add table
Reference in a new issue