You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
azure_servicebus_namespace breaks with below error if encryption is set for servicebus namespace
> select * from azure_servicebus_namespace where name = 'tts0premiunm' and resource_group = 'hipaa-hitrust'
Error: servicebus.NamespacesClient#Get: Failure responding to request: StatusCode=200 -- Original Error: Error occurred unmarshalling JSON - Error = 'json: cannot unmarshal array into Go struct field Encryption.encryption.keyVaultProperties of type servicebus.KeyVaultProperties' JSON = '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/xxxxxxxxxxxxx/resourceGroups/hipaa-hitrust/providers/Microsoft.ServiceBus/namespaces/tts0premiunm","name":"tts0premiunm","type":"Microsoft.ServiceBus/Namespaces","location":"West US 2","tags":{},"identity":{"principalId":"dccc7799-e6b8-4ad7-9b4a-3e75e3cf82ee","tenantId":"cdffd708-7da0-4cea-abeb-0a4c334d7f64","type":"SystemAssigned"},"properties":{"zoneRedundant":true,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"tess","keyVaultUri":"https://tets56.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"provisioningState":"Succeeded","metricId":"xxxxxxxxxxxxx:tts0premiunm","createdAt":"2021-09-23T10:06:26.503Z","updatedAt":"2021-09-23T10:09:37.25Z","serviceBusEndpoint":"https://tts0premiunm.servicebus.windows.net:443/","status":"Active"}}
Steampipe version (steampipe -v)
Example: v0.3.0
Plugin version (steampipe plugin list)
Example: v0.5.0
To reproduce
Create a servicebus namespace with encryption enabled with CMK
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
azure_servicebus_namespace breaks with below error if encryption is set for servicebus namespace
Steampipe version (
steampipe -v
)Example: v0.3.0
Plugin version (
steampipe plugin list
)Example: v0.5.0
To reproduce
Create a servicebus namespace with encryption enabled with CMK
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: