[Reference feedback]: az vm install-patches --package-name-masks-to-include wrong Format: packageName_packageVersion.
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
### Type of issue
Other (describe below)
### Reference command name
az vm install-patches -g RG-EastAsia -n RHEL9 --package-name-masks-to-include 'azure-cli_2.78.0-1.el9' --maximum-duration PT1H --reboot-setting IfRequired
### Feedback
az vm install-patches --package-name-masks-to-include wrong Format: packageName_packageVersion.
if using packageName_packageVersion. command result is giving "notselected"
instead, extension accepts packageName=packageVersion
for example:
az vm install-patches -g RG-EastAsia -n RHEL9 --package-name-masks-to-include 'azure-cli=2.78.0-1.el9' --maximum-duration PT1H --reboot-setting IfRequired
### Page URL
https://learn.microsoft.com/en-us/cli/azure/vm?view=azure-cli-latest
### Content source URL
https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-autogen/Latest-version/latest/vm.yml
### Author
@mikefrobbins
### Document Id
bec5aeff-eeac-b579-1641-f680135061c2
Contributor guide
Assessment
This issue has not been assessed yet.