Переглянути джерело

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
         Get the instance creation time
         """
         """
-        return self._vm.time_created
+        return self._vm.system_data.created_at
 
 
     def reboot(self):
     def reboot(self):
         """
         """