-
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
New Resource azurerm_stream_analytics_output_powerbi #16439
Conversation
jiaweitao001
commented
Apr 19, 2022
- Adding Power BI resource, to make Power BI as a stream analytics job output.
|
||
* `group_name` - (Required) The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. | ||
|
||
* `authentication_mode` - (Optional) Authentication mode. Default to "Msi". |
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.
grammar and correct quoting
* `authentication_mode` - (Optional) Authentication mode. Default to "Msi". | |
* `authentication_mode` - (Optional) Authentication mode. Defaults to `Msi`. |
stream_analytics_job_name = azurerm_stream_analytics_job.test.name | ||
resource_group_name = azurerm_stream_analytics_job.test.resource_group_name |
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.
could these be combined
stream_analytics_job_name = azurerm_stream_analytics_job.test.name | |
resource_group_name = azurerm_stream_analytics_job.test.resource_group_name | |
stream_analytics_job_id = azurerm_stream_analytics_job.test.id |
* `resource_group_name` - (Required) The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created. | ||
|
||
* `stream_analytics_job_name` - (Required) The name of the Stream Analytics Job. Changing this forces a new resource to be created. |
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.
this needs to be updated to reflect schema?
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.
Thanks for reminding. Will update.
…rovider-azurerm into power_bi_output
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.
Thanks @jiaweitao001 ! LGTM now 🔥
This functionality has been released in v3.6.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |