Azurite
Azurite copied to clipboard
Only skip the future STG API version with "--skipapiversioncheck"
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.