浏览代码

Fix azure get vm creation time

Nuwan Goonasekera 4 年之前
父节点
当前提交
c66a840dca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cloudbridge/providers/azure/resources.py

+ 1 - 1
cloudbridge/providers/azure/resources.py

@@ -1130,7 +1130,7 @@ class AzureInstance(BaseInstance):
         """
         Get the instance creation time
         """
-        return self._vm.time_created
+        return self._vm.system_data.created_at
 
     def reboot(self):
         """