> +package org.jclouds.azurecompute.domain; > + > +import com.google.auto.value.AutoValue; > +import java.util.List; > + > +/** > + * Cloud service certifcate. > + * > + * @see <a > href="https://msdn.microsoft.com/en-us/library/azure/ee795178.aspx" > >ServiceCertificate</a> > + */ > +@AutoValue > +public abstract class ProfileDefinition { > + > + public static enum Status { > + > + UNRECOGNIZED, Enabled, Disabled;
Use upper case or camel case in all elements. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/151/files#r27516630
