Skip to content

Allow setting ScaleDownMode and SpotMaxPrice for AzureManagedMachinePool #4022

Allow setting ScaleDownMode and SpotMaxPrice for AzureManagedMachinePool

Allow setting ScaleDownMode and SpotMaxPrice for AzureManagedMachinePool #4022

Workflow file for this run

name: Codespell
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
skip: .git,_artifacts,*.sum
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true