Skip to content

Commit d65486a

Browse files
committed
add example
1 parent 6434b9b commit d65486a

File tree

1 file changed

+3
-0
lines changed
  • src/azure-cli/azure/cli/command_modules/vm/aaz/latest/restore_point/collection

1 file changed

+3
-0
lines changed

src/azure-cli/azure/cli/command_modules/vm/aaz/latest/restore_point/collection/_update.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
)
1717
class Update(AAZCommand):
1818
"""Update the restore point collection.
19+
20+
:example: Update a restore point collection.
21+
az restore-point collection update -g MyResourceGroup --collection-name MyRestorePointCollection --tags key1=value1 key2=value2
1922
"""
2023

2124
_aaz_info = {

0 commit comments

Comments
 (0)