MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.25k stars 21.42k forks source link

SDK Version #118723

Closed davidwallis closed 5 months ago

davidwallis commented 9 months ago

Does this really mean less than or equal to for the SDK version?? Makes no sense and doesn't match release note requirements.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

AjayBathini-MSFT commented 9 months ago

@davidwallis3101 Thanks for your feedback! We will investigate and update as appropriate.

SaibabaBalapur-MSFT commented 9 months ago

@tomvcassidy Can you please check and add your comments on this doc update request as applicable.

SaibabaBalapur-MSFT commented 9 months ago

@davidwallis3101 Thanks for bringing this to our attention. I'm going to assign this to the document author so they can take a look at it accordingly.

tomvcassidy commented 5 months ago

Hi @davidwallis3101 ! The less than or equal to terminology is correct, as the runtime version supports the corresponding version and older versions (eventually there will be a lower bound of support but not as of now).

However, you're correct that there is a problem in the documentation; the version numbers got out of sync and hadn't been updated from 6.0 for numerous releases. 10.1 supports 7.1 and older, 10.0 supports 7.0 and older, 9.1 supports 6.1 and older, and 9.0 supports 6.0 and older (always offset by 3). These changes are merged as of https://github.com/MicrosoftDocs/azure-docs-pr/pull/273098 and will be published later today.

Sorry for the delay in getting back to you, and thanks for catching the incorrect versioning! If you find any other issues in the documentation, please let us know!

please-close