You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeServiceVersion.java
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,12 @@ public enum DataLakeServiceVersion implements ServiceVersion {
152
152
/**
153
153
* Service version {@code 2026-02-06}.
154
154
*/
155
-
V2026_02_06("2026-02-06");
155
+
V2026_02_06("2026-02-06"),
156
+
157
+
/**
158
+
* Service version {@code 2026-04-06}.
159
+
*/
160
+
V2026_04_06("2026-04-06");
156
161
157
162
privatefinalStringversion;
158
163
@@ -174,6 +179,6 @@ public String getVersion() {
174
179
* @return the latest {@link DataLakeServiceVersion}
Copy file name to clipboardExpand all lines: sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/implementation/util/TransformUtils.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,8 @@ public static BlobServiceVersion toBlobServiceVersion(DataLakeServiceVersion ver
0 commit comments