We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be46ca commit ad7b35dCopy full SHA for ad7b35d
1 file changed
src/aks-preview/azext_aks_preview/_params.py
@@ -2315,7 +2315,7 @@ def load_arguments(self, _):
2315
help="Version of Kubernetes to use for the machine.",
2316
)
2317
c.argument(
2318
- "spot_max_price",
+ "spot_max_price",
2319
type=float,
2320
validator=validate_spot_max_price,
2321
help="The max price (in US Dollars) you are willing to pay for spot instances."
0 commit comments