-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Adding api annotations to graph and keyvault #1091
Conversation
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.
import com.microsoft.azure.management.graphrbac.implementation.ADGroupInner; | ||
import com.microsoft.azure.management.resources.fluentcore.model.Creatable; | ||
import com.microsoft.azure.management.resources.fluentcore.model.Wrapper; | ||
|
||
/** | ||
* An immutable client-side representation of an Azure AD group. | ||
*/ | ||
@LangDefinition |
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.
Note we now have a simplified annotations approach: just use @fluent() at the top interface and nothing else is needed. The embedded interfaces will be processed automatically - no need to annotate them (per Alva).
The LangDefinition imports can simply be all removed.
Oops? I haven't converted the annotations. |
Fixing PagedList and adding unit test for ResourcePagedList
i'll deal with the annotation updates as part of my overall scrub
Fixing PagedList and adding unit test for ResourcePagedList
i'll deal with the annotation updates as part of my overall scrub
No description provided.