-
Notifications
You must be signed in to change notification settings - Fork 54
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
Data: Microsoft Graph - regenerating based on 9057411dfb19c3ae1073948e099dfa3261ba9858 #3113
Conversation
12 Resource ID(s) found for
|
internal enum X509CertificateIssuerHintsConfigurationStateConstant | ||
{ | ||
[Description("Disabled")] | ||
@disabled, |
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.
@manicminer these two likely need to be around the other way - the value within the Description attribute is the value (which presumably wants to be @disabled
) - and the enum name is the constant name (presumably Disabled
)
Blocked by microsoftgraph/msgraph-metadata#449 |
This PR is automatically generated based on the commit 9057411