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
@@ -147,7 +147,12 @@ public enum DataLakeServiceVersion implements ServiceVersion {
147
147
/**
148
148
* Service version {@code 2025-11-05}.
149
149
*/
150
-
V2025_11_05("2025-11-05");
150
+
V2025_11_05("2025-11-05"),
151
+
152
+
/**
153
+
* Service version {@code 2026-02-06}.
154
+
*/
155
+
V2026_02_06("2026-02-06");
151
156
152
157
privatefinalStringversion;
153
158
@@ -169,6 +174,6 @@ public String getVersion() {
169
174
* @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
@@ -68,6 +68,8 @@ public static BlobServiceVersion toBlobServiceVersion(DataLakeServiceVersion ver
0 commit comments