-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Add eng/scripts/DirStructureStats.ps1 #29317
Conversation
Next Steps to Merge✅ All automated merging requirements have been met! To get your PR merged, see aka.ms/azsdk/specreview/merge. |
Swagger Validation Report
|
Swagger Generation Artifacts
|
PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we do this in pwsh or node? I'd lean towards node.
What is the context for these? |
@mikeharder @weshaggard my intent with these scripts was to share a "starting point" scripts people can use for manual analysis. Like: you dot-source the functions I shared, run them, get the table of results, and do manual post-processing by hand with search-and-replace in notepad++ or whatever (that's how I do it). This is also the reason for using PowerShell, not Node - this is supposed to be easily runnable by hand. Of course I can keep these scripts to myself only, but I figured I might as well share them with the team. Given this context, do have a better idea how to share them? |
I don't have any problems including them here but I'm mostly just wanting us to try and get to a point where we can easily have shared code that understands the discovery mechanism of specs. |
I'll do the scripts consolidation as part of: |
I think it's premature to add them to the repo, until we have a better idea who else will be using them, and how often. For now, I would share them via another artifact in GitHub, like a closed issue in this repo, or a Public Gist. This is my opinion, but if others disagree, I won't block. |
I'll convert this to Gist. Thanks! |
No description provided.