From a31bee575290e8697512778148d1e041cc7c2d14 Mon Sep 17 00:00:00 2001 From: magodo Date: Fri, 22 Nov 2024 10:54:07 +1100 Subject: [PATCH] typo --- storage/2023-11-03/file/shares/delete.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {