powerplatform_analytics_data_export
resource
#486
Labels
Milestone
powerplatform_analytics_data_export
resource
#486
User Story
As a Terraform user, I want the
powerplatform_analytics_data_export
resource to configure the export of analytics / telemetry data from various power platform services to app insights or data lake.Use case: [Describe specific scenario where this resource would be valuable in infrastructure automation]
Resource
powerplatform_analytics_data_export
analytics_data_export
Potential Terraform Configuration
Additional Validation Rules
API documentation
https://na.csanalytics.powerplatform.microsoft.com/api/v1/sinks/lakes/connections
https://na.csanalytics.powerplatform.microsoft.com/api/v2/sinks/appinsights/connections
https://na.csanalytics.powerplatform.microsoft.com/api/v1/connections
https://na.csanalytics.powerplatform.microsoft.com/api/v2/connections
https://na.csanalytics.powerplatform.microsoft.com/api/v1/sinks/Lakes/ids/<export_id>/sources/PowerAutomate
/subscriptions/<subscription_id>/resourceGroups/<resource_group>/providers/Microsoft.Storage/storageAccounts/<storage_account_name>
and is URL encoded so slashes in the id show up as %2Fhttps://na.csanalytics.powerplatform.microsoft.com/api/v2/sinks/AppInsights/sources/AppInsight/connection/<connection id>
JSON
Definition of Done
dto.go
model.go
api_{name}.go
resource_{name}.go
resource_{name}_test.go
for Happy Path, Error conditions, boundry casesresource_{name}_test.go
for Happy Pathprovider.go
andprovider_test.go
/examples
folderMarkdownDescription
changie new -k added
make precommit
before PRSee the contributing guide for more information about what's expected for contributions.
The text was updated successfully, but these errors were encountered: