-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add guest_configuration_assignments column in azure_compute_virtual_machine table. closes #324 #353
Conversation
…rtual_machine closes #324
@@ -307,6 +308,13 @@ func tableAzureComputeVirtualMachine(_ context.Context) *plugin.Table { | |||
Hydrate: getAzureComputeVirtualMachineExtensions, | |||
Transform: transform.FromValue(), | |||
}, | |||
{ | |||
Name: "guest_configuration_assignment", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Name: "guest_configuration_assignment", | |
Name: "guest_configuration_assignments", |
|
||
var assignments []map[string]interface{} | ||
|
||
// SDK does not support pagination yet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add comment for extract
Name: "guest_configuration_assignment", | ||
Description: "Guest configuration assignments for a virtual machine.", | ||
Type: proto.ColumnType_JSON, | ||
Hydrate: getComputeVirtualMachineGuestConfigurationAssignment, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hydrate: getComputeVirtualMachineGuestConfigurationAssignment, | |
Hydrate: listComputeVirtualMachineGuestConfigurationAssignments, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Integration test logs
Logs
Example query results
Results