-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_kubernetes_cluster
, azurerm_kubernetes_cluster_node_pool
- deprecate preview features
#26863
azurerm_kubernetes_cluster
, azurerm_kubernetes_cluster_node_pool
- deprecate preview features
#26863
Changes from 6 commits
b7b3833
30998ff
5a2fa72
a08406c
4fd4f6b
11f3a28
8940da2
7938c00
bbaba18
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -555,6 +555,9 @@ func TestAccDataSourceKubernetesCluster_microsoftDefender(t *testing.T) { | |
} | ||
|
||
func TestAccDataSourceKubernetesCluster_customCaTrustCerts(t *testing.T) { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We shouldn't be removing these tests until after 4.0
Can you please skip the tests using the flag for now. We can worry about cleaning up unused tests and configs post major release. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Got it! I've updated this PR as suggested. |
||
if features.FourPointOhBeta() { | ||
t.Skip("Skipping this test in 4.0 beta as it is not supported") | ||
} | ||
data := acceptance.BuildTestData(t, "data.azurerm_kubernetes_cluster", "test") | ||
r := KubernetesClusterDataSource{} | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update all of the deprecation messages to the following:
This property is not available in the stable API and will be removed in v4.0 of the Azure Provider. Please see https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/4.0-upgrade-guide#aks-migration-to-stable-api for more details
The link in the message isn't accessible right now, but it will be when the release goes out this week.