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

Fixed the error invalid memory address or nil pointer dereference for the column power_state in the table azure_compute_virtual_machine #804

Merged
merged 3 commits into from
Jul 22, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Jul 16, 2024

Integration test logs

Logs
N/A

Example query results

Results
> select name, power_state from azure_compute_virtual_machine
+-----------------+-------------+
| name            | power_state |
+-----------------+-------------+
| tets-delete     | deallocated |
| test-power      | running     |
| turbottest95054 | running     |
+-----------------+-------------+

@misraved misraved merged commit b319fa8 into main Jul 22, 2024
1 check passed
@misraved misraved deleted the issue-791 branch July 22, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table from Azure returns invalid memory address or nil pointer dereference
3 participants