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

[PowerShell] Get-FinOpsHubReport #252

Open
Tracked by #123
flanakin opened this issue Aug 18, 2023 · 0 comments
Open
Tracked by #123

[PowerShell] Get-FinOpsHubReport #252

flanakin opened this issue Aug 18, 2023 · 0 comments
Labels
Tool: FinOps hubs Data pipeline solution Tool: PowerShell PowerShell scripts and automation Type: Feature 💎 Idea to improve the product

Comments

@flanakin
Copy link
Collaborator

flanakin commented Aug 18, 2023

📝 Scenario

As a hub admin, I need to discover what Power BI reports are available in order to download them

💎 Solution

Create a Get-FinOpsHubReport command to get a list of available FinOps hub reports.

Synopsis

Gets details about Power BI reports available for FinOps hubs.

Syntax

Get-FinOpsHubReport `
    [-Name] <string> `
    [[-Version] <string>] `
    [-Preview]

Description

The Get-FinOpsHubReport command gets a list of Power BI reports that are available for FinOps hubs.

Parameters

Parameter Description
-Name Optional. Name of the Power BI report to get details about. Default = "*".
-Version Optional. FinOps hub version to get reports for. Default = "latest".
-Preview Optional. Indicates whether to include preview releases when -Version is "latest". Ignored when a specific version is specified. Default = false.

ℹ️ Additional info

Use Get-FinOpsToolkitVersion to get the release details. Refer to the Releases API for more details about what's available in case details are getting trimmed today. PBIX files are saved there. Return a list of reports with the following properties:

  • Name (e.g., "CostSummary")
  • FileName (e.g., "CostSummary.pbix")
  • FileSize
  • DownloadUrl
  • DocumentationUrl (e.g., "https://aka.ms/finops/toolkit/costsummary")
  • ReleaseName
  • ReleaseVersion
  • ReleaseUrl
  • DownloadCount
  • PublishDate
  • UpdateDate

🙋‍♀️ Ask for the community

We could use your help:

  1. Please vote this issue up (👍) to prioritize it.
  2. Are there any other properties you expect to see per report?
  3. Are there any parameters that are missing?
  4. Leave comments to help us solidify the vision.
@flanakin flanakin added Type: Feature 💎 Idea to improve the product Tool: PowerShell PowerShell scripts and automation Tool: FinOps hubs Data pipeline solution labels Aug 18, 2023
@flanakin flanakin moved this from 🆕 New to 🔖 Ready in FinOps toolkit – PowerShell module Aug 28, 2023
@flanakin flanakin added this to the Toolkit 0.0.1.3 milestone Aug 29, 2023
@Springstone Springstone moved this from 🔖 Ready to 🏗 In progress in FinOps toolkit – PowerShell module Sep 1, 2023
@Springstone Springstone moved this from 🏗 In progress to 🔖 Ready in FinOps toolkit – PowerShell module Sep 1, 2023
@flanakin flanakin removed this from the 0.4.1 milestone Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tool: FinOps hubs Data pipeline solution Tool: PowerShell PowerShell scripts and automation Type: Feature 💎 Idea to improve the product
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant