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

Finish Hardening of profileBuilder #742

Closed
marstr opened this issue Aug 24, 2017 · 1 comment
Closed

Finish Hardening of profileBuilder #742

marstr opened this issue Aug 24, 2017 · 1 comment
Assignees

Comments

@marstr
Copy link
Member

marstr commented Aug 24, 2017

As seen here:
azure-sdk-for-go/tools/profileBuilder @ 8150bd

I have a program that will automatically create the necessary Go packages to support an Azure API Version profile. The previous version of this program was a prototype that took a text-based approach of generating profiles. Taking advantage of the AST, I was able to encapsulate the creation of an alias pretty well. That work can be found (for now at least) here: https://github.com/marstr/goalias.

The remaining work in the profileBuilder relates to automating the process of building a collection alias packages that will form a profile. Particularly, discovery of latest API Verisions to create a profile. Later, work will need to be done to support lists of API Versions.

@marstr marstr self-assigned this Aug 24, 2017
@marstr
Copy link
Member Author

marstr commented Sep 12, 2017

This work is complete, and can be seen in #767.

@marstr marstr closed this as completed Sep 12, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant