Skip to content

Commit

Permalink
Merge pull request #2492 from terraform-providers/mssql/elastic_pool
Browse files Browse the repository at this point in the history
azurerm_mssql_elasticpool: update deprecation messages
  • Loading branch information
katbyte authored Dec 12, 2018
2 parents e305ea1 + ae4d845 commit 8f3bc74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azurerm/resource_arm_mssql_elasticpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 moved 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": {
Expand All @@ -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",
},
},
},
Expand Down

0 comments on commit 8f3bc74

Please sign in to comment.