Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Regen schema to pick up missing APIs #92
Conversation
|
This looks good, and works for me locally. Edit: nm. Schema is still based on current release of juju. I'm good with merging this :-) |
petevg
merged commit 95c05ea
into
master
Mar 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
johnsca commentedMar 17, 2017
Due to some portions of the API living in a different location in the Juju source, they were missed. The schema gen code has been factored out into its own repo (https://github.com/juju/schemagen) and the
missing APIs fixed. Some minor fixes to the code gen were also required.