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 `key rotation policy` information in table `azure_key_vault_key` #733

Closed Priyanka-Chatterjee-2000 closed 3 months ago

Priyanka-Chatterjee-2000 commented 6 months ago

Is your feature request related to a problem? Please describe.

Add key rotation policy information in table azure_key_vault_key

https://github.com/Azure/azure-sdk-for-go/blob/v68.0.0/services/keyvault/mgmt/2022-07-01/keyvault/models.go#L890 https://github.com/Azure/azure-sdk-for-go/blob/v68.0.0/services/keyvault/mgmt/2022-07-01/keyvault/models.go#L3120

ParthaI commented 6 months ago

Hello @Priyanka-Chatterjee-2000, this plugin relies on Azure GO SDK Version 58.0.0+incompatible for fetching KeyVault details. Unfortunately, this version does not include support for rotation policy details.

Additionally, upon reviewing other versions of the KeyVault packages, I found that they also do not provide Rotation Policy details.

The Rotation Policy details become available with the most recent version of the Azure Go SDK. We intend to address this issue after upgrading our Azure Go SDK package to the latest version.

Thank you for your patience!

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 3 months ago

This issue was closed because it has been stalled for 90 days with no activity.