Merge pull request #4779 from codyrancher/plan-field

Adding the plan field to the azure driver
This commit is contained in:
codyrancher 2021-11-11 12:27:08 -07:00 committed by GitHub
commit f553d2758e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -119,6 +119,21 @@
}}
</div>
</div>
<div class="row">
<div class="col span-6">
<label class="acc-label" for="input-plan">
{{t "nodeDriver.azure.plan.label"}}
</label>
{{input
type="text"
value=config.plan
id="input-plan"
classNames="form-control"
placeholder=(t "nodeDriver.azure.plan.placeholder")
}}
</div>
</div>
{{/accordion-list-item}}
{{#accordion-list-item

View File

@ -9506,6 +9506,9 @@ nodeDriver:
label: Fault Domain Count
placeholder: e.g. 3
helpText: If the availability set has already been created, the fault domain count will be ignored.
plan:
label: Purchase Plan
placeholder: publisher:product:plan
size:
label: Size
dockerPort: