From bcf694e8a79ef546865bb3e9d1fce740dd96e972 Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 11 Dec 2018 13:11:32 -0800 Subject: [PATCH 1/2] update deprecation messages --- azurerm/resource_arm_mssql_elasticpool.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azurerm/resource_arm_mssql_elasticpool.go b/azurerm/resource_arm_mssql_elasticpool.go index 93ae5ddf7fdf..8f0ff502f0cb 100644 --- a/azurerm/resource_arm_mssql_elasticpool.go +++ b/azurerm/resource_arm_mssql_elasticpool.go @@ -122,19 +122,19 @@ func resourceArmMsSqlElasticPool() *schema.Resource { Type: schema.TypeList, Computed: true, MaxItems: 1, - Deprecated: "All properties herein have been move to the top level", + Deprecated: "These properties herein have been move to the top level or removed", Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ "state": { Type: schema.TypeString, Computed: true, - Deprecated: "This property has been moved to the top level", + Deprecated: "This property has been removed", }, "creation_date": { Type: schema.TypeString, Computed: true, - Deprecated: "This property has been moved to the top level", + Deprecated: "This property has been removed", }, "max_size_bytes": { @@ -152,7 +152,7 @@ func resourceArmMsSqlElasticPool() *schema.Resource { "license_type": { Type: schema.TypeString, Computed: true, - Deprecated: "This property has been moved to the top level", + Deprecated: "This property has been removed", }, }, }, From ae4d845c88af4a39d21875c06021592129a133cb Mon Sep 17 00:00:00 2001 From: Jeffrey Cline Date: Tue, 11 Dec 2018 15:05:38 -0800 Subject: [PATCH 2/2] Update azurerm/resource_arm_mssql_elasticpool.go Co-Authored-By: katbyte --- azurerm/resource_arm_mssql_elasticpool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurerm/resource_arm_mssql_elasticpool.go b/azurerm/resource_arm_mssql_elasticpool.go index 8f0ff502f0cb..a93c626e89ca 100644 --- a/azurerm/resource_arm_mssql_elasticpool.go +++ b/azurerm/resource_arm_mssql_elasticpool.go @@ -122,7 +122,7 @@ func resourceArmMsSqlElasticPool() *schema.Resource { Type: schema.TypeList, Computed: true, MaxItems: 1, - Deprecated: "These properties herein have been move to the top level or removed", + Deprecated: "These properties herein have been moved to the top level or removed", Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ "state": {