From 521cea379d572a6b1f76c7f10e7905a8bb86224a Mon Sep 17 00:00:00 2001 From: lhhyung Date: Wed, 22 Oct 2025 18:39:46 +0900 Subject: [PATCH] docs: Update README.md for Options --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfecf30..6c34f15 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,20 @@ https://login.microsoftonline.com ## Options -Currently, not required. +
+
+{
+    "use_account_routing(bool)": False,
+    "collect_resource_id(bool)": False,
+    "exclude_license_cost(bool)": False,
+    "cost_metric(str)": "ActualCost" || "AmortizedCost",
+    "include_reservation_cost_at_payg(str)":
+        "ActualCost" || "AmortizedCost",
+    "show_reservation_cost_as_retail(bool)": False,
+    "custom_cost_adjustment_percent(float)": 25.5
+}
+
+
---