hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.53k stars 4.6k forks source link

Support for azurerm_powerbi_dedicated_capacity #5188

Closed neil-yechenwei closed 4 years ago

neil-yechenwei commented 4 years ago

Community Note

Description

There is a request here to support power bi embedded capacity, which is the container to load powerbi report and dataset and also can be referenced by other apps. See more details from https://docs.microsoft.com/en-us/azure/power-bi-embedded/ See the APIs from : https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/capacities/create

Affected resource provider

New or Affected Resource(s)

Potential Terraform Configuration

resource "azurerm_powerbi_dedicated_capacity" "example" {
  name                           = "${var.prefix}powerbidedicatedcapacity"
  location                       = "${azurerm_resource_group.example.location}"
  resource_group_name = "${azurerm_resource_group.example.name}"
  sku_name                    = "A1"
  administrators             = ["test2@microsoft.onmicrosoft.com"]
}

References

See more details from https://docs.microsoft.com/en-us/azure/power-bi-embedded/ See the APIs from : https://docs.microsoft.com/en-us/rest/api/power-bi-embedded/capacities/create See rest-api-spec-for-go: https://github.com/Azure/azure-rest-api-specs/blob/master/specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2017-10-01/powerbidedicated.json

ghost commented 4 years ago

This has been released in version 2.2.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:

provider "azurerm" {
    version = "~> 2.2.0"
}
# ... other configuration ...
ghost commented 4 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!