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

[DS-LS] Integrate KQL Dashboards as Fabric Item list data-source #134

Open
1 of 11 tasks
DariuszPorowski opened this issue Dec 9, 2024 · 0 comments
Open
1 of 11 tasks
Labels
feature New feature or request tf/data-source Terraform Data-Source type/DS-LS Fabric Items data-source
Milestone

Comments

@DariuszPorowski
Copy link
Member

DariuszPorowski commented Dec 9, 2024

📝 Description

When I am managing my Infrastructure as Code using Terraform for KQL Dashboards. I want to be able to fetch a list of KQL Dashboards in the Workspace. So, I can use it as input to another resource/data-source as collection.

🔬 Details / References

🚧 Potential Terraform Configuration / Desired Solution

data "fabric_kql_dashboards" "example" {
  workspace_id = "00000000-0000-0000-0000-000000000000"
}

📎 Additional context

No response

✅ Definition of Done

  • Data Transfer Objects (DTOs)
  • Data Client functions
  • Data Source Implementation
  • Data Source Added to Provider
  • Unit Tests for Happy path
  • Unit Tests for Error path
  • Acceptance Tests
  • Example in the ./examples folder
  • Schema documentation in code
  • Updated auto-generated provider docs with task docs

🔰 Code of Conduct

  • I agree to follow this project's Code of Conduct.
@DariuszPorowski DariuszPorowski added tf/data-source Terraform Data-Source feature New feature or request labels Dec 9, 2024
@DariuszPorowski DariuszPorowski added this to the 2024-12 milestone Dec 9, 2024
@DariuszPorowski DariuszPorowski changed the title [DS-LS] Integrate KQL Querysets as Fabric Item list data-source [DS-LS] Integrate KQL Dashboards as Fabric Item list data-source Dec 9, 2024
@DariuszPorowski DariuszPorowski added the type/DS-LS Fabric Items data-source label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request tf/data-source Terraform Data-Source type/DS-LS Fabric Items data-source
Projects
None yet
Development

No branches or pull requests

1 participant