Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Compute] Fix: az vm install-patches: fix: fix errors and typos with install_vm_patches command. #30008

Closed
wants to merge 1 commit into from

Commits on Sep 30, 2024

  1. fix errors with install_vm_patches command.

    There was a pull request that created the vm install-patches command over three years ago.
    
    However, this PR has typos and errors.
    
    The typos are for parameters:
    
    kb_numbers_to_inclunde and exclude_kbs_requirig_reboot
    
    Which should be kb_numbers_to_include and exclude_kbs_requiring_reboot respectively.
    
    Using  parameters will give the following errors:
    Error given: kb_numbers_to_inclunde is not a known attribute of class <class 'azure.mgmt.compute.v2024_03_01.models._models_py3.WindowsParameters'> and will be ignored
    
    exclude_kbs_requirig_reboot is not a known attribute of class <class 'azure.mgmt.compute.v2024_03_01.models._models_py3.WindowsParameters'> and will be ignored
    
    It went unoticed for assumingly over three years.
    Dxaz authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1938eec View commit details
    Browse the repository at this point in the history