From 49c7cce40b1e7d3a6140c0bd4d54c2f276472b2e Mon Sep 17 00:00:00 2001
From: sarna
Date: Mon, 25 Nov 2024 14:46:53 -0800
Subject: [PATCH] Update provider upgrade guide with breaking changes for
NGINXaaS
The provider upgrade guide needs to be updated to
call out deprecated fields that will be removed in
5.0.
---
website/docs/5.0-upgrade-guide.html.markdown | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/website/docs/5.0-upgrade-guide.html.markdown b/website/docs/5.0-upgrade-guide.html.markdown
index c0a95d04096d..e7c5572c4336 100644
--- a/website/docs/5.0-upgrade-guide.html.markdown
+++ b/website/docs/5.0-upgrade-guide.html.markdown
@@ -101,20 +101,24 @@ Please follow the format in the example below for listing breaking changes in re
* The deprecated `network_security_group_id` property has been removed in favour of the `target_resource_id` property.
+### `azurerm_nginx_deployment`
+
+* The deprecated `managed_resource_group` property has been removed.
+
### `azurerm_sentinel_alert_rule_fusion`
* The deprecated `name` property has been removed.
### `azurerm_storage_account`
-* The deprecated `queue_properties` block has been removed and superseded by the `azurerm_storage_account_queue_properties` resource.
-* The deprecated `static_website` block has been removed and superseded by the `azurerm_storage_account_static_website` resource.
+* The deprecated `queue_properties` block has been removed and superseded by the `azurerm_storage_account_queue_properties` resource.
+* The deprecated `static_website` block has been removed and superseded by the `azurerm_storage_account_static_website` resource.
### `azurerm_storage_container`
* The deprecated `storage_account_name` property has been removed in favour of the `storage_account_id` property.
* The deprecated `resource_manager_id` property has been removed in favour of the `id` property.
-
+
### `azurerm_storage_share`
* The deprecated `storage_account_name` property has been removed in favour of the `storage_account_id` property.
@@ -135,11 +139,19 @@ Please follow the format in the example below for listing breaking changes in da
* The deprecated `site_config.public_network_access_enabled` property has been removed and superseded by the `public_network_access` property.
+### `azurerm_nginx_configuration`
+
+* The deprecated `protected_file.content` property has been removed.
+
+### `azurerm_nginx_deployment`
+
+* The deprecated `managed_resource_group` property has been removed.
+
### `azurerm_storage_container`
* The deprecated `storage_account_name` property has been removed in favour of the `storage_account_id` property.
* The deprecated `resource_manager_id` property has been removed in favour of the `id` property.
-*
+
### `azurerm_storage_share`
* The deprecated `storage_account_name` property has been removed in favour of the `storage_account_id` property.