Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into feature/storage/file-upload
  • Loading branch information
amnguye committed Sep 29, 2023
commit ad727d86f1dc54ef82c3060a2aec91672cbb515e
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal static class StorageVersionExtensions
/// </summary>
public const ServiceVersion LatestVersion =
#if BlobSDK || QueueSDK || FileSDK || DataLakeSDK || ChangeFeedSDK || DataMovementSDK|| BlobDataMovementSDK || ShareDataMovementSDK
ServiceVersion.V2023_08_03;
ServiceVersion.V2023_11_03;
#else
ERROR_STORAGE_SERVICE_NOT_DEFINED;
#endif
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.