diff --git a/changelogs/fragments/38-fixed-address.yml b/changelogs/fragments/38-fixed-address.yml deleted file mode 100644 index c5c20be..0000000 --- a/changelogs/fragments/38-fixed-address.yml +++ /dev/null @@ -1,3 +0,0 @@ -deprecated_features: - - b1_ipam_fixed_address - is deprecated in favor of `ipam_fixed_address`. - - b1_ipam_fixed_address_gather - is deprecated in favor of `ipam_fixed_address_info`. \ No newline at end of file diff --git a/changelogs/fragments/38-range.yml b/changelogs/fragments/38-range.yml new file mode 100644 index 0000000..77f4166 --- /dev/null +++ b/changelogs/fragments/38-range.yml @@ -0,0 +1,2 @@ +deprecated_features: + - b1_ipam_range - is deprecated in favor of `ipam_range`. \ No newline at end of file diff --git a/meta/runtime.yml b/meta/runtime.yml index c4b6916..a022bd8 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -67,3 +67,8 @@ plugin_routing: deprecation: removal_version: 3.0.0 warning_text: Use infoblox.bloxone.dns_auth_zone_info instead. + + b1_ipam_range: + deprecation: + removal_version: 3.0.0 + warning_text: Use infoblox.bloxone.ipam_range instead. \ No newline at end of file diff --git a/plugins/modules/b1_ipam_fixed_address.py b/plugins/modules/b1_ipam_fixed_address.py index f8c9c0e..a102325 100644 --- a/plugins/modules/b1_ipam_fixed_address.py +++ b/plugins/modules/b1_ipam_fixed_address.py @@ -15,10 +15,6 @@ contributor: "Chris Marrison (@ccmarris)" short_description: Configure fixed address on Infoblox BloxOne DDI version_added: "1.1.2" -deprecated: - removed_in: "3.0.0" - why: "This module is being deprecated and will be removed in version 3.0.0." - alternative: "Use the M(ipam_fixed_address) module instead." description: - Get, Create, Update and Delete fixed address on Infoblox BloxOne DDI. This module manages the fixed address object using BloxOne REST APIs. requirements: diff --git a/plugins/modules/b1_ipam_fixed_address_gather.py b/plugins/modules/b1_ipam_fixed_address_gather.py index a71a335..84ed35e 100644 --- a/plugins/modules/b1_ipam_fixed_address_gather.py +++ b/plugins/modules/b1_ipam_fixed_address_gather.py @@ -13,10 +13,6 @@ author: "Amit Mishra (@amishra)" short_description: Configure IP space on Infoblox BloxOne DDI version_added: "1.0.1" -deprecated: - removed_in: "3.0.0" - why: "This module is being deprecated and will be removed in version 3.0.0." - alternative: "Use the M(ipam_fixed_address_info) module instead." description: - Gather information about a fixed address object on Infoblox BloxOne DDI. This module gathers the fixed_address object using BloxOne REST APIs. requirements: diff --git a/plugins/modules/b1_ipam_range.py b/plugins/modules/b1_ipam_range.py index c587dfc..ea0e23a 100644 --- a/plugins/modules/b1_ipam_range.py +++ b/plugins/modules/b1_ipam_range.py @@ -14,6 +14,10 @@ author: "Amit Mishra (@amishra), Sriram Kannan(@kannans)" short_description: Configure the IPAM range on Infoblox BloxOne DDI version_added: "1.0.1" +deprecated: + removed_in: "3.0.0" + why: "This module is being deprecated and will be removed in version 3.0.0." + alternative: "Use the M(ipam_range) module instead." description: - Create, Update and Delete the IPAM range on Infoblox BloxOne DDI. This module manages the IPAM IPAM range object using BloxOne REST APIs. requirements: