pulumi-azure-native icon indicating copy to clipboard operation
pulumi-azure-native copied to clipboard

portal.dashboard only works with Extension/HubsExtension/PartType/MarkdownPart

Open jasonlim-bandlab opened this issue 3 years ago • 1 comments

What happened?

Currently, Pulumi only support part type Extension/HubsExtension/PartType/MarkdownPart. Other types such as:

  • Extension/HubsExtension/PartType/MonitorChartPart
  • Extension/HubsExtension/PartType/ClockPart
  • others metadata part types can be found here

are not supported at the moment.

image This is the original dashboard

image It shows undefined for unsupported part types in Pulumi when do a getoutput.

May I know is Pulumi has any plan to fix this issue ? because the dashboard may not be useful if only MarkdownPart is supported.

Steps to reproduce

Create a new dashboard using Pulumi portal dashboard api with part types as below:

  • Extension/HubsExtension/PartType/MonitorChartPart
  • Extension/HubsExtension/PartType/ClockPart
  • others metadata part types can be found here

Expected Behavior

The part types should be supported and show in the azure portal dashboard

Actual Behavior

The part types are not supported throwing errors

Versions used

No response

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

jasonlim-bandlab avatar May 09 '22 03:05 jasonlim-bandlab

another issue encountering this in #3015 and #3023

mjeffryes avatar Jan 20 '24 00:01 mjeffryes

This issue has been addressed in PR #3123 and shipped in release v2.48.0.

pulumi-bot avatar Jul 02 '24 09:07 pulumi-bot