turbot / steampipe-plugin-azure

Use SQL to instantly query Azure resources across regions and subscriptions. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/azure
Apache License 2.0
37 stars 17 forks source link

Add table azure_resource_health_emerging_issue #664

Closed Lachlan-White closed 6 months ago

Lachlan-White commented 12 months ago

References Get API: https://github.com/Azure/azure-sdk-for-go/blob/v58.0.0/services/resourcehealth/mgmt/2017-07-01/resourcehealth/emergingissues.go#L34

List API: https://github.com/Azure/azure-sdk-for-go/blob/v58.0.0/services/resourcehealth/mgmt/2017-07-01/resourcehealth/emergingissues.go#L105

ParthaI commented 11 months ago

Hello @Lachlan-White, I apologize for the delayed response.

We have created a preliminary pull request (PR) addressing this issue. Would you be willing to test it by switching to this branch (issue-664)?

To test the branch, follow these steps:

  1. Clone the repository: git clone https://github.com/turbot/steampipe-plugin-azure.git
  2. Navigate to the cloned directory: cd steampipe-plugin-azure
  3. Switching to the branch: git checkout issue-664
  4. Execute the make command
  5. Run your Steampipe query

Your feedback would be greatly appreciated. Please let us know if the results meet your expectations or if you require any further assistance.

Thank you!

ParthaI commented 10 months ago

Hi @Lachlan-White , Did you get a chance to give it a try?

ParthaI commented 9 months ago

Hello @Lachlan-White, have you had the opportunity to try it out yet?

bigdatasourav commented 7 months ago

Closing this issue for now, we will revisit this once we have an update from the SDK issue.

ParthaI commented 6 months ago

Reopening this Issue as the Azure SDK issue has been resolved and released a new version.

misraved commented 6 months ago

@ParthaI @bigdatasourav @Lachlan-White closing this issue at the moment, since the scope of Azure SDK issue resolution involves a significant update to the Azure plugin's credential management code.

We will revisit this issue once an SDK update is made at a larger scale, including addressing breaking changes 👍.