Skip to content
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

486 - Power Platform Data Analytics Export #563

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

militm
Copy link

@militm militm commented Jan 23, 2025

This pull request introduces support for Power Platform Analytics by adding new configuration URLs, constants, and data models. The changes include updates to the configuration files, creation of new data transfer objects (DTOs) and models, and implementation of API client methods for analytics data export.

Configuration Updates:

  • Added PowerPlatformAnalyticsUrl to ProviderConfigUrls in internal/config/config.go.
  • Introduced PUBLIC_POWERPLATFORM_ANALYTICS_API_DOMAIN constant in internal/constants/constants.go.
  • Updated getCloudPublicUrls function to include PowerPlatformAnalyticsUrl in internal/provider/provider.go.

New Data Models and DTOs:

  • Created AnalyticsDataDto, AnalyticsDataCreateDto, EnvironmentDto, and SinkDto in internal/services/powerplatform_analytics_data_export/analytics_data_export_dto.go.
  • Added AnalyticsDataModel, Environment, Sink, and Status structs in internal/services/powerplatform_analytics_data_export/analytics_data_export_model.go.

API Client Implementation:

  • Implemented NewTelemetryExport, Client, GetAnalyticsDataExport, and CreateAnalyticsDataExport methods in internal/services/powerplatform_analytics_data_export/api_analytics_data_export.go.

@militm militm self-assigned this Jan 23, 2025
@militm militm changed the title New PR and first commit 486 - Power Platform Data Analytics Export Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant