Skip to content

Commit

Permalink
The Azure Data Lake Store has retired to disable azure_rm_datalakesto…
Browse files Browse the repository at this point in the history
…re testing (ansible-collections#1501)

* Disable azure_rm_datalakestore test, The Azure Data Lake Storage Gen1 retired on February 29,2024

* new change
  • Loading branch information
Fred-sun authored and Justwmz committed Nov 4, 2024
1 parent ae4730c commit a1203c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/azure_rm_datalakestore.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ def __init__(self):
supports_tags=True)

def exec_module(self, **kwargs):
self.module.deprecate("The azure_rm_datalakestore.py will deprecated. Azure Data Lake Storage Gen1 retired on February 29,2024", version=(2.3, ))
for key in list(self.module_arg_spec.keys()) + ['tags']:
setattr(self, key, kwargs[key])

Expand Down
1 change: 1 addition & 0 deletions plugins/modules/azure_rm_datalakestore_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ def __init__(self):
supports_tags=False)

def exec_module(self, **kwargs):
self.module.deprecate("The azure_rm_datalakestore_info.py will deprecated. Azure Data Lake Storage Gen1 retired on February 29,2024", version=(2.3, ))
for key in self.module_arg_spec:
setattr(self, key, kwargs[key])

Expand Down
1 change: 1 addition & 0 deletions tests/integration/targets/azure_rm_datalakestore/aliases
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cloud/azure
shippable/azure/group10
destructive
disabled

0 comments on commit a1203c0

Please sign in to comment.