mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
feat: Storage Box support no longer experimental (#793)
##### SUMMARY Storage Box support is no longer experimental and the warnings can be removed. Closes #756 --------- Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
7f535fef44
commit
d52e86d944
9 changed files with 11 additions and 56 deletions
|
|
@ -35,10 +35,3 @@ def experimental_warning_function(product: str, maturity: str, url: str):
|
|||
module.warn(message)
|
||||
|
||||
return fn
|
||||
|
||||
|
||||
storage_box_experimental_warning = experimental_warning_function(
|
||||
"Storage Box support",
|
||||
"experimental",
|
||||
"https://github.com/ansible-collections/hetzner.hcloud/issues/756",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue