Skip to content

Commit

Permalink
Merge pull request #5776 from terraform-providers/2.0-maps
Browse files Browse the repository at this point in the history
upgrade maps to 2.0
  • Loading branch information
tombuildsstuff authored Feb 17, 2020
2 parents 525ec02 + 7bcea7f commit 4578f82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions azurerm/internal/services/maps/resource_arm_maps_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ func resourceArmMapsAccount() *schema.Resource {
ValidateFunc: validation.StringInSlice([]string{
"s0",
"s1",
// TODO: revert this in 2.0
}, true),
}, false),
},

"tags": tags.Schema(),
Expand Down
4 changes: 4 additions & 0 deletions website/docs/guides/2.0-upgrade-guide.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ This resource has been renamed to `azurerm_log_analytics_linked_service` which i

The deprecated field `linked_service_properties` will be removed. This has been replaced by the `resource_id` resource.

### Resource: `azurerm_maps_account`

The `sku_name` field is now case sensitive.

### Resource: `azurerm_mariadb_server`

The deprecated `sku` block has been replaced by the `sku_name` field and will be removed.
Expand Down

0 comments on commit 4578f82

Please sign in to comment.