From e8f2fb0b05dfc094cb76523ceb672dcd4b6475d8 Mon Sep 17 00:00:00 2001 From: hqhqhqhqhqhqhqhqhqhqhq Date: Wed, 16 Oct 2024 00:11:03 +1100 Subject: [PATCH] Update doc to remove Preview settings as the support for these properties has gone GA (#27586) --- website/docs/r/kubernetes_cluster.html.markdown | 2 -- website/docs/r/kubernetes_cluster_node_pool.html.markdown | 2 -- 2 files changed, 4 deletions(-) diff --git a/website/docs/r/kubernetes_cluster.html.markdown b/website/docs/r/kubernetes_cluster.html.markdown index 5691105eb90e..36c20928d6c9 100644 --- a/website/docs/r/kubernetes_cluster.html.markdown +++ b/website/docs/r/kubernetes_cluster.html.markdown @@ -530,8 +530,6 @@ A `node_network_profile` block supports the following: * `node_public_ip_tags` - (Optional) Specifies a mapping of tags to the instance-level public IPs. Changing this forces a new resource to be created. --> **Note:** This requires that the Preview Feature `Microsoft.ContainerService/NodePublicIPTagsPreview` is enabled and the Resource Provider is re-registered, see [the documentation](https://learn.microsoft.com/en-us/azure/aks/use-node-public-ips#use-public-ip-tags-on-node-public-ips-preview) for more information. - --- An `allowed_host_ports` block supports the following: diff --git a/website/docs/r/kubernetes_cluster_node_pool.html.markdown b/website/docs/r/kubernetes_cluster_node_pool.html.markdown index 5eef5f3d0ef2..32533569cf5c 100644 --- a/website/docs/r/kubernetes_cluster_node_pool.html.markdown +++ b/website/docs/r/kubernetes_cluster_node_pool.html.markdown @@ -220,8 +220,6 @@ A `node_network_profile` block supports the following: * `node_public_ip_tags` - (Optional) Specifies a mapping of tags to the instance-level public IPs. Changing this forces a new resource to be created. --> **Note:** This requires that the Preview Feature `Microsoft.ContainerService/NodePublicIPTagsPreview` is enabled and the Resource Provider is re-registered, see [the documentation](https://learn.microsoft.com/azure/aks/use-node-public-ips#use-public-ip-tags-on-node-public-ips-preview) for more information. - --- An `allowed_host_ports` block supports the following: