Skip to content

Commit

Permalink
Fixing readme/examples for disk-delete in app-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetkaurav1st committed Nov 9, 2021
1 parent 547dea1 commit 6586409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/multivm_app_edit/blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class AhvUpdateAttrs(AhvUpdateConfigAttrs):
),
]
disks = [
PatchField.Ahv.Disks.delete(index=1, editable=True),
PatchField.Ahv.Disks.delete(index=1),
PatchField.Ahv.Disks.modify(
index=2, editable=True, value="2", operation="equal", max_val=4, min_val=1
),
Expand Down
2 changes: 1 addition & 1 deletion release-notes/3.3.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class AhvUpdateAttrs(AhvUpdateConfigAttrs):
),
]
disks = [
PatchField.Ahv.Disks.delete(index=1, editable=True),
PatchField.Ahv.Disks.delete(index=1),
PatchField.Ahv.Disks.modify(
index=2, editable=True, value="2", operation="equal", max_val=4, min_val=1
),
Expand Down

0 comments on commit 6586409

Please sign in to comment.