-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Change the suppress type name #4499
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
Change the suppress type name #4499
Conversation
|
If you're a MSFT employee, click this link |
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-jsNothing to generate for azure-sdk-for-js |
Automation for azure-sdk-for-pythonNothing to generate for azure-sdk-for-python |
Automation for azure-sdk-for-nodeNothing to generate for azure-sdk-for-node |
|
Can one of the admins verify this patch? |
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
|
@zjpjack in the previous PR it appears to have worked, am I missing something? |
|
@jhendrixMSFT sorry for misleading. ERROR (RequiredPropertiesMissingInResourceModel/R2020/ARMViolation): Model definition 'TagValue' must have the properties 'name', 'id' and 'type' in its hierarchy and these properties must be marked as readonly. We have this error, and previous PR I made it "BodyTopLevelProperties", this is not correct. And I missed the error information. That is why I change the suppress type here. |
Correct the suppress rule type, so it can suppress the correct one.