Skip to content
Merged
Changes from 3 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
1 change: 1 addition & 0 deletions src/azure-cli/azure/cli/command_modules/vm/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -2758,6 +2758,7 @@
helps['vmss update'] = """
type: command
short-summary: Update a VMSS.
long-summary: To update a global scale set property, you must update the property in the scale set model.Remember to execute the `az vmss update-instances -g 'Your resource group name' -n 'Your VMSS name' --instance-ids '*' ` command after using this command to make the change take effect. If you don't set the automatic modes for the upgrade policy.

@qwordy Feiyue Yu (qwordy) Apr 2, 2021

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jiefeng Chen (@BigCat20196) Put it in short summary. Long summary is not shown in references.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK,I've tried to write it in the short summary.

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