Skip to content

Commit

Permalink
Merge pull request #8808 from terraform-providers/kt/la-ds-problems
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Oct 8, 2020
2 parents f447b5d + 1b6663e commit 11ef438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,13 @@ func resourceArmLogAnalyticsDataSourceWindowsEvent() *schema.Resource {
}
}

// this should not have been merged, needs to be fixed once https://github.com/Azure/azure-rest-api-specs/issues/9072 has been addressed
type dataSourceWindowsEvent struct {
EventLogName string `json:"eventLogName"`
EventTypes []dataSourceWindowsEventEventType `json:"eventTypes"`
}

// this should not have been merged, needs to be fixed once https://github.com/Azure/azure-rest-api-specs/issues/9072 has been addressed
type dataSourceWindowsEventEventType struct {
EventType string `json:"eventType"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func resourceArmLogAnalyticsDataSourceWindowsPerformanceCounter() *schema.Resour
}
}

// this should not have been merged, needs to be fixed once https://github.com/Azure/azure-rest-api-specs/issues/9072 has been addressed
type dataSourceWindowsPerformanceCounterProperty struct {
CounterName string `json:"counterName"`
InstanceName string `json:"instanceName"`
Expand Down

0 comments on commit 11ef438

Please sign in to comment.