Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting null value for column cluster_arm_id in table azure_eventhub_namespace #323

Closed
khushboo9024 opened this issue Sep 20, 2021 · 0 comments · Fixed by #351
Closed

Getting null value for column cluster_arm_id in table azure_eventhub_namespace #323

khushboo9024 opened this issue Sep 20, 2021 · 0 comments · Fixed by #351
Assignees
Labels
enhancement New feature or request

Comments

@khushboo9024
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Getting null value for column cluster_arm_id in table azure_eventhub_namespace even if we have data.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
steampipe response

[
 {
  "akas": [
   "azure:///subscriptions/xxxxx-xxxxxxx/resourceGroups/hipaa-hitrust/providers/Microsoft.EventHub/namespaces/tetss8999",
   "azure:///subscriptions/xxxxx-xxxxxxx/resourcegroups/hipaa-hitrust/providers/microsoft.eventhub/namespaces/tetss8999"
  ],
  "cluster_arm_id": null,
  "created_at": "2021-09-20 13:04:36",
  "diagnostic_settings": null,
  "encryption": {
   "keySource": "Microsoft.KeyVault",
   "keyVaultProperties": [
    {
     "keyName": "tesrt",
     "keyVaultUri": "https://tetstingg.vault.azure.net",
     "keyVersion": ""
    }
   ]
  },
  "id": "/subscriptions/xxxxx-xxxxxxx/resourceGroups/hipaa-hitrust/providers/Microsoft.EventHub/namespaces/tetss8999",
  "identity": {
   "keySource": "Microsoft.KeyVault",
   "keyVaultProperties": [
    {
     "keyName": "tesrt",
     "keyVaultUri": "https://tetstingg.vault.azure.net",
     "keyVersion": ""
    }
   ]
  },
  "is_auto_inflate_enabled": false,
  "kafka_enabled": true,
  "maximum_throughput_units": 0,
  "metric_id": null,
  "name": "tetss8999",
  "network_rule_set": {
   "properties": {
    "defaultAction": "Deny",
    "ipRules": [],
    "virtualNetworkRules": []
   }
  },
  "provisioning_state": "Succeeded",
  "region": "eastus",
  "resource_group": "hipaa-hitrust",
  "service_bus_endpoint": "https://tetss8999.servicebus.windows.net:443/",
  "sku_capacity": 1,
  "sku_name": "Standard",
  "sku_tier": "Standard",
  "subscription_id": "xxxxx-xxxxxxx",
  "tags": {},
  "title": "tetss8999",
  "type": "Microsoft.EventHub/Namespaces",
  "updated_at": "2021-09-20 13:06:58",
  "zone_redundant": false
 }
]

Rest api response

{
  "sku": {
    "name": "Standard",
    "tier": "Standard",
    "capacity": 1
  },
  "id": "/subscriptions/xxxxx-xxxxxxx/resourceGroups/hipaa-hitrust/providers/Microsoft.EventHub/namespaces/tetss8999",
  "name": "tetss8999",
  "type": "Microsoft.EventHub/Namespaces",
  "location": "East US",
  "tags": {},
  "identity": {
    "principalId": "a08dcf9a-83ab-4343-92df-098604d9aff9",
    "tenantId": "cdffd708-7da0-4cea-abeb-0a4c334d7f64",
    "type": "SystemAssigned"
  },
  "properties": {
    "isAutoInflateEnabled": false,
    "maximumThroughputUnits": 0,
    "clusterArmId": "/subscriptions/xxxxx-xxxxxxx/resourceGroups/hipaa-hitrust/providers/Microsoft.EventHub/clusters/tets56",
    "kafkaEnabled": true,
    "provisioningState": "Succeeded",
    "metricId": "xxxxx-xxxxxxx:tetss8999",
    "createdAt": "2021-09-20T13:04:36.13Z",
    "updatedAt": "2021-09-20T13:06:58.897Z",
    "serviceBusEndpoint": "https://tetss8999.servicebus.windows.net:443/",
    "status": "Active"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants