Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/vm/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -2757,7 +2757,7 @@

helps['vmss update'] = """
type: command
short-summary: Update a VMSS.
short-summary: Update a VMSS. After that, remember to execute the 'az vmss update-instances' command to make the changes take effect, assuming that you have not set the automatic modes for the upgrade policy.
Comment thread
BigCat20196 marked this conversation as resolved.
Outdated
examples:
- name: Update a VMSS' license type for Azure Hybrid Benefit.
text: az vmss update --name MyScaleSet --resource-group MyResourceGroup --license-type windows_server
Expand Down