Parcourir la source

add invalid config

Ajay Tripathy il y a 5 ans
Parent
commit
09d975234a
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  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": ""
+}