Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added Module Feature Table automation #403

Merged
merged 57 commits into from
Dec 20, 2023
Merged

feat: Added Module Feature Table automation #403

merged 57 commits into from
Dec 20, 2023

Conversation

AlexanderSehr
Copy link
Contributor

@AlexanderSehr AlexanderSehr commented Dec 8, 2023

Overview/Summary

  • Added generated (res) modules feature table
    • Replicating the same logic we had in CARML - slightly altered to the public registries' needs
  • Re-used workflow logic of apiSpecs update (i.e. but with a daily update)
  • This generates
    • A markdown with the module status badges (both res + ptn)
    • A CSV with module features (only res)
  • Disabled Linter for 2 files that are used by utilities

NOTE: I had to implement exceptions like [Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingPositionalParameters', '', Justification='For Join-Path it''s very difficult to read the cmdlet without positional parameters.')] to get around Linter. I'd highly recommend to somehow configure the checker - or disable it if needed.

image

Linter Regex check:
image

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Triage 🔍 Maintainers need to triage still label Dec 8, 2023
@AlexanderSehr AlexanderSehr self-assigned this Dec 8, 2023
Copy link
Contributor

@matebarabas matebarabas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Judging based on the resulted CSV/MD files, it all looks good to me!

@matebarabas matebarabas added Type: Documentation 📄 Improvements or additions to documentation and removed Needs: Triage 🔍 Maintainers need to triage still labels Dec 20, 2023
@AlexanderSehr AlexanderSehr merged commit 10cbc90 into Azure:main Dec 20, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation 📄 Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants