Browse Source

add invalid config

Ajay Tripathy 5 năm trước cách đây
mục cha
commit
09d975234a
1 tập tin đã thay đổi với 16 bổ sung0 xóa
  1. 16 0
      configs/invalidconfig.json

+ 16 - 0
configs/invalidconfig.json

@@ -0,0 +1,16 @@
+{
+    "provider": "Azure",
+    "description": "Azure estimates based on April 2019 advertised prices",
+    "CPU": "0.03900asd",
+    "spotCPU": "0.007764", 
+    "RAM": "0.001917", 
+    "spotRAM": "0.000382",
+    "storage": "0.00005479452" ,
+    "zoneNetworkEgress": "0.01",
+    "regionNetworkEgress": "0.01",
+    "internetNetworkEgress": "0.0725",
+    "azureSubscriptionID": "",
+    "azureClientID": "" ,
+    "azureClientSecret": "" ,
+    "azureTenantID": ""
+}