0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/versioning/azure-rest-api/readme.md
Simon Eßlinger 3c5224eee4
feat: add datasource, versioning and manager for Azure Bicep resources (#20755)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-14 18:29:25 +00:00

4 lines
389 B
Markdown

The Azure REST APIs use a `YYYY-MM-DD` version with an optional `-preview` suffix: <https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#api-versioning>
Internally at Microsoft they are using other additional suffixes: <https://github.com/Azure/bicep/blob/a1d217e3bb3d049fc5c6c21b466c3a29585a6c69/src/Bicep.Core/Analyzers/Linter/ApiVersions/ApiVersionHelper.cs#L15>