Only skip the future STG API version with "--skipapiversioncheck"
Open
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 393
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.