bicep-registry-modules/.editorconfig

15 строки
211 B
INI
Исходник Постоянная ссылка Обычный вид История

2022-02-25 02:53:11 +03:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
ci: Fix `moduleIndex.json` generation to order tags for module by semantic version (latest last) (#2711) ## Description Fix `moduleIndex.json` generation to order tags for module by semantic version (latest last) Part of fix for https://github.com/Azure/Azure-Verified-Modules/issues/1181 and https://github.com/Azure/bicep/issues/14530 ## Pipeline Reference <!-- Insert your Pipeline Status Badge below --> | Pipeline | | -------- | | [![.Platform - Publish [moduleIndex.json]](https://github.com/jtracey93/bicep-registry-modules/actions/workflows/platform.publish-module-index-json.yml/badge.svg?branch=fix-tags-version-ordering-moduleindex)](https://github.com/jtracey93/bicep-registry-modules/actions/workflows/platform.publish-module-index-json.yml) | ## Evidence of local testing CI test wont pass as no access to storage account but artifacts and local running/testing of script produces the correct results **before:** ![image](https://github.com/user-attachments/assets/de75ef40-89d5-4ba5-934b-f11f1cb780e3) **after:** ![image](https://github.com/user-attachments/assets/c2cfc124-5563-4163-92cb-ae59edb6eaf9) **local test run ending** ![image](https://github.com/user-attachments/assets/0aff55f5-f680-4a3c-a123-d847e59e641c) ## Type of Change <!-- Use the checkboxes [x] on the options that are relevant. --> - [x] Update to CI Environment or utilities (Non-module affecting changes) - [ ] Azure Verified Module updates: - [ ] Bugfix containing backwards-compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`: - [ ] Someone has opened a bug report issue, and I have included "Closes #{bug_report_issue_number}" in the PR description. - [ ] The bug was found by the module author, and no one has opened an issue to report it yet. - [ ] Feature update backwards compatible feature updates, and I have bumped the MINOR version in `version.json`. - [ ] Breaking changes and I have bumped the MAJOR version in `version.json`. - [ ] Update to documentation ## Checklist - [x] I'm sure there are no other open Pull Requests for the same update/change - [ ] I have run `Set-AVMModule` locally to generate the supporting module files. - [x] My corresponding pipelines / checks run clean and green without any errors or warnings <!-- Please keep up to date with the contribution guide at https://aka.ms/avm/contribute/bicep -->
2024-07-15 14:22:10 +03:00
[*.ps1]
indent_size = 4
indent_style = space
insert_final_newline = = true
charset = utf-8-bom