You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Net: Prepare OpenApi model classes to changes in OpenApi.NET v2 SDK (#9603)
### Motivation, Context and Description
The new version, V2, of the
[OpenAPI.NET](microsoft/OpenAPI.NET#1906) SDK
comes with changes to its model classes. This PR updates the SK OpenAPI
model classes to match the SDK's ones. The goal is to reduce breaking
changes from the update.
Similar changes were done in this PR - [.Net: Rename OpenAPI model
classes](#9595) where
the `RestApiPayloadProperty.Type`, `RestApiParameter.Type`, and
`RestApiParameter.ArrayItemType` were made internal to simplify the
update to OpenAPI.NET v2, where their types have been changed.
Related task: #6884
0 commit comments