Skip to content

Commit

Permalink
fix: update vault
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 14, 2024
1 parent f809668 commit 5343cdc
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 364 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ require (
github.com/manicminer/hamilton v0.44.0
github.com/microsoftgraph/msgraph-sdk-go v1.51.0
github.com/nats-io/nats.go v1.36.0
github.com/opengovern/og-util v1.1.0
github.com/opengovern/og-util v1.1.5
github.com/opengovern/opengovernance v0.434.59-feat-integrations-service.0
github.com/spf13/cobra v1.8.1
github.com/tombuildsstuff/giovanni v0.18.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,8 @@ github.com/opengovern/og-util v1.0.6-0.20241108102418-e20a35efc8ca h1:yeF0lhv15W
github.com/opengovern/og-util v1.0.6-0.20241108102418-e20a35efc8ca/go.mod h1:7l7fNhK6uewIwA0cs7QagJuhjt/E6hEAC01SR8Y0kKk=
github.com/opengovern/og-util v1.1.0 h1:bV2XKX8aIpJGC2CR4kh9CU/rJWPQed76gtVXM2zBDXM=
github.com/opengovern/og-util v1.1.0/go.mod h1:dyn8rhmxq59o1jnbgGfmcUvW7iB/eN6OxoTUUx6jEHA=
github.com/opengovern/og-util v1.1.5 h1:D53Z669MsaKJJFHpIYnJe0iK0HX2jnYUTFTFkKd9lWg=
github.com/opengovern/og-util v1.1.5/go.mod h1:dyn8rhmxq59o1jnbgGfmcUvW7iB/eN6OxoTUUx6jEHA=
github.com/opengovern/opengovernance v0.434.55-feat-integrations-service.0 h1:N7aSSdY9c3nUqyGnVyUDKnrsqyNBtgnJl3ccYXxrAIQ=
github.com/opengovern/opengovernance v0.434.55-feat-integrations-service.0/go.mod h1:R0o3Yf92y4p6onI7bYOWL2VhFmO1Crti2EG2l6MWglA=
github.com/opengovern/opengovernance v0.434.58-feat-integrations-service.0 h1:+Wk+p1thvGe3I1cwxZl5jo//w3WZFTK9ZmfBCiCufLQ=
Expand Down
4 changes: 2 additions & 2 deletions steampipe-plugin-azure/azure/common_columns.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func commonKaytuColumns() []*plugin.Column {
Name: "og_account_id",
Type: proto.ColumnType_STRING,
Description: "The Platform Account ID in which the resource is located.",
Transform: transform.FromField("Metadata.IntegrationID"),
Transform: transform.FromField("IntegrationID"),
},
{
Name: "og_resource_id",
Expand All @@ -64,7 +64,7 @@ func commonKaytuColumns() []*plugin.Column {
},
{
Name: "og_metadata",
Type: proto.ColumnType_STRING,
Type: proto.ColumnType_JSON,
Description: ColumnDescriptionMetadata,
Transform: transform.FromField("Metadata").Transform(marshalJSON),
},
Expand Down
3 changes: 0 additions & 3 deletions steampipe-plugin-azure/azure/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ func Plugin(ctx context.Context) *plugin.Plugin {
"azure_timeseriesinsights_environments": tableAzureTimeSeriesInsightsEnvironments(ctx),
"azure_virtualmachineimages_imagetemplates": tableAzureVirtualMachineImagesImageTemplates(ctx),
"azure_web_serverfarms": tableAzureWebServerFarms(ctx),
"azure_ad_group": tableAzureAdGroup(ctx),
"azure_ad_service_principal": tableAzureAdServicePrincipal(ctx),
"azure_ad_user": tableAzureAdUser(ctx),
"azure_api_management": tableAzureAPIManagement(ctx),
"azure_api_management_backend": tableAzureAPIManagementBackend(ctx),
"azure_app_configuration": tableAzureAppConfiguration(ctx),
Expand Down
95 changes: 0 additions & 95 deletions steampipe-plugin-azure/azure/table_azure_ad_group.go

This file was deleted.

139 changes: 0 additions & 139 deletions steampipe-plugin-azure/azure/table_azure_ad_service_principal.go

This file was deleted.

Loading

0 comments on commit 5343cdc

Please sign in to comment.