Azurite icon indicating copy to clipboard operation
Azurite copied to clipboard

Only skip the future STG API version with "--skipapiversioncheck"

Open blueww opened this issue 3 years ago • 0 comments

With "--skipapiversioncheck" , currently azurite will skip check all API version, so even the API version is invalid, Azurite won't report error. But we add this parameter since user might use old Azurite with new API version. So we should only skip the future STG API version.

However, we might can only see ~3 future STG API version, so if only skip ~3 future STG version, using very old Azurite with new SDK will still fail.

We still need to discuss how to implement it in details.

blueww avatar May 07 '22 13:05 blueww