Generating manifests doesn't show docs at the top
Closed this issue · 2 comments
tenajsystems commented
When I generate manifests using ./bin/genManifests -h -v -U -P -d , the manifests generated all don't have docs at the top. What I'm I doing wrong?
TuxInvader commented
Hi,
All recent Traffic Managers ship with the REST Schemas in a zip file found under $ZEUSHOME/zxtm/etc/zxtm--REST-schemas.zip. If you extract that folder somewhere you will then be able to pull out the documentation by using the updateDocs script. If you run that prior to executing genManifests then the docs will appear in the generated files.
Cheers,
Mark
tenajsystems commented
Thanks! That worked