Skip to content

Commit

Permalink
Added include leased to DeleteSnapshots (#11108)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft authored Oct 9, 2020
1 parent de8a4f0 commit aa68ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5773,7 +5773,8 @@
"required": false,
"type": "string",
"enum": [
"include"
"include",
"include-leased"
],
"x-ms-enum": {
"name": "DeleteSnapshotsOptionType",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5773,7 +5773,8 @@
"required": false,
"type": "string",
"enum": [
"include"
"include",
"include-leased"
],
"x-ms-enum": {
"name": "DeleteSnapshotsOptionType",
Expand Down

0 comments on commit aa68ebd

Please sign in to comment.