Code Monkey home page Code Monkey logo

Comments (4)

ParthaI avatar ParthaI commented on September 28, 2024

Hello, @Shr3ps, thanks for highlighting the issue.

Upon reviewing, I found that we are utilizing Azure GO SDK version v58.0.0+incompatible, which unfortunately lacks API support for listing all Backup policies in Azure Recovery Service. Could you specify which details you require from this model? This will help us to design the table to meet our needs effectively.

Thank you!

from steampipe-plugin-azure.

Shr3ps avatar Shr3ps commented on September 28, 2024

Hi @ParthaI

I think would be great to have these struct equivalent in Steampipe:

type AzureFileShareProtectableItem struct {
AzureFileshareProtectedItem 

AzureIaaSClassicComputeVMProtectedItem 
AzureIaaSComputeVMProtectedItem

so we can have items attached to a recovery vault (and we can wait a bit later for Policies)

from steampipe-plugin-azure.

ParthaI avatar ParthaI commented on September 28, 2024

Thank you, @Shr3ps, for the information. I'll attempt it again and inform you if I encounter any further blockers.

from steampipe-plugin-azure.

bigdatasourav avatar bigdatasourav commented on September 28, 2024

Sample block which can be useful -

"github.com/Azure/azure-sdk-for-go/services/recoveryservices/mgmt/2021-01-01/backup"

ParentHydrate = listRecoveryServicesVaults

backupPoliciesClient := backup.NewPoliciesClientWithBaseURI(session.ResourceManagerEndpoint, subscriptionID)
backupPoliciesClient.List(ctx,vaultName,resourceGroupName,"")

from steampipe-plugin-azure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.