1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
<h2 id="21087">Slurm 21.08.7<a class="slurm_link" href="#21087"></a></h2>
<h3>openapi/v0.0.37</h3>
<h4>Fix misspelling: change account_gather_freqency to account_gather_frequency
(only the spec was wrong; the underlying code already worked with the correct spelling).</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">previous path</td>
<td class="tdchange">.components.schemas."v0.0.37_job_properties".properties.account_gather_freqency</td>
</tr>
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas."v0.0.37_job_properties".properties.account_gather_frequency</td>
</tr>
</table>
<h4>Fix misspelling: change cluster_constraints to cluster_constraint (only the
spec was wrong; the underlying code already worked with the correct spelling).
</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">previous path</td>
<td class="tdchange">.components.schemas."v0.0.37_job_properties".properties.cluster_constraints</td>
</tr>
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas."v0.0.37_job_properties".properties.cluster_constraint</td>
</tr>
</table>
|