Skip to content

Commit

Permalink
Update Azure SDK version (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdatasourav authored May 13, 2024
1 parent 4559af8 commit 10e1b74
Show file tree
Hide file tree
Showing 153 changed files with 1,073 additions and 1,513 deletions.
2 changes: 1 addition & 1 deletion azure/monitoring_metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
"time"

"github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2021-04-01-preview/insights"
"github.com/Azure/azure-sdk-for-go/profiles/preview/preview/monitor/mgmt/insights"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
2 changes: 1 addition & 1 deletion azure/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func Plugin(ctx context.Context) *plugin.Plugin {
"azure_key_vault_managed_hardware_security_module": tableAzureKeyVaultManagedHardwareSecurityModule(ctx),
"azure_key_vault_secret": tableAzureKeyVaultSecret(ctx),
"azure_kubernetes_cluster": tableAzureKubernetesCluster(ctx),
"azure_kubernetes_service_version": tableAzureAKSOrchestractor(ctx),
"azure_kubernetes_service_version": tableAzureAKSVersion(ctx),
"azure_kusto_cluster": tableAzureKustoCluster(ctx),
"azure_lb": tableAzureLoadBalancer(ctx),
"azure_lb_backend_address_pool": tableAzureLoadBalancerBackendAddressPool(ctx),
Expand Down
Loading

0 comments on commit 10e1b74

Please sign in to comment.