Skip to content

Commit bb7ecd0

Browse files
authored
Merge pull request #123 from lhhyung/master
Update README.md for Options
2 parents a3dd828 + 4a61c2b commit bb7ecd0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,20 @@ https://login.microsoftonline.com
6060

6161
## Options
6262

63-
Currently, not required.
63+
<pre>
64+
<code>
65+
{
66+
"use_account_routing(bool)": False,
67+
"collect_resource_id(bool)": False,
68+
"exclude_license_cost(bool)": False,
69+
"cost_metric(str)": "ActualCost" || "AmortizedCost",
70+
"include_reservation_cost_at_payg(str)":
71+
"ActualCost" || "AmortizedCost",
72+
"show_reservation_cost_as_retail(bool)": False,
73+
"custom_cost_adjustment_percent(float)": 25.5
74+
}
75+
</code>
76+
</pre>
6477

6578
---
6679

0 commit comments

Comments
 (0)