)]}'
{"nodepool/driver/azure/adapter.py":[{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"da43fecd1497714b787f52958ac0e03cff2dab94","unresolved":true,"context_lines":[{"line_number":178,"context_line":"            if self.adapter._succeeded(self.vm):"},{"line_number":179,"context_line":"                self.nic \u003d (self.vm[\u0027properties\u0027][\u0027networkProfile\u0027]"},{"line_number":180,"context_line":"                            [\u0027networkInterfaces\u0027][0]).copy()"},{"line_number":181,"context_line":"                self.nic[\u0027type\u0027] \u003d \u0027Microsoft.Network/networkInterfaces\u0027"},{"line_number":182,"context_line":"                self.state \u003d self.NIC_QUERY"},{"line_number":183,"context_line":"            elif self.adapter._failed(self.vm):"},{"line_number":184,"context_line":"                raise exceptions.LaunchStatusException(\"VM in failed state\")"}],"source_content_type":"text/x-python","patch_set":2,"id":"08e8f9a2_34686a87","line":181,"updated":"2023-07-12 02:59:39.000000000","message":"Small nit this appears to be azure specific behavior we are manipulating by setting this value. Might be worth a comment about why.","commit_id":"77d9512764de87a6b08883abd912eaeb057c2766"},{"author":{"_account_id":1,"name":"James E. Blair","email":"jim@acmegating.com","username":"corvus"},"change_message_id":"23f389235d3ad74b27e29cb6213469ab580f092a","unresolved":false,"context_lines":[{"line_number":178,"context_line":"            if self.adapter._succeeded(self.vm):"},{"line_number":179,"context_line":"                self.nic \u003d (self.vm[\u0027properties\u0027][\u0027networkProfile\u0027]"},{"line_number":180,"context_line":"                            [\u0027networkInterfaces\u0027][0]).copy()"},{"line_number":181,"context_line":"                self.nic[\u0027type\u0027] \u003d \u0027Microsoft.Network/networkInterfaces\u0027"},{"line_number":182,"context_line":"                self.state \u003d self.NIC_QUERY"},{"line_number":183,"context_line":"            elif self.adapter._failed(self.vm):"},{"line_number":184,"context_line":"                raise exceptions.LaunchStatusException(\"VM in failed state\")"}],"source_content_type":"text/x-python","patch_set":2,"id":"5830bb28_4001d514","line":181,"in_reply_to":"08e8f9a2_34686a87","updated":"2023-08-16 22:28:14.000000000","message":"Oh this is just a shortcut -- we get a blob of data back in the vm record that is equivalent to the network interfaces record but without the type field.  This just makes it look like what we would get back from a dedicated query.","commit_id":"77d9512764de87a6b08883abd912eaeb057c2766"}]}
