diff --git a/storage/2023-11-03/file/shares/delete.go b/storage/2023-11-03/file/shares/delete.go index 65ede64..dfc51f3 100644 --- a/storage/2023-11-03/file/shares/delete.go +++ b/storage/2023-11-03/file/shares/delete.go @@ -18,7 +18,7 @@ type DeleteSnapshotsType string const ( DeleteSnapshotsInclude DeleteSnapshotsType = "include" - DeleteSnapshotsIncludeLeased DeleteSnapshotsType = "leased" + DeleteSnapshotsIncludeLeased DeleteSnapshotsType = "include-leased" ) type DeleteInput struct {