-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Remove autorest models with internal properties #22259
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.
For ACR, this is removing a model type that customers may still want to mock ... are there plans to replace the methods in model factory so they can be created with only the public properties?
@annelo-msft The problem is that we can't be sure that public properties are enough for the model to be fully initialized, so we can't simply supply default values for property types. |
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.
EG changes look good
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.
tables looks good
…o RemoveInternalFields # Conflicts: # sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/Generated/MicrosoftAzureMetricsAdvisorRestAPIOpenAPIV2ModelFactory.cs
Fix runningOperationIds data type (Azure#22259) * Fix runningOperationIds data type * Fix PR comments
Fix runningOperationIds data type (Azure#22259) * Fix runningOperationIds data type * Fix PR comments
No description provided.