Closed chunyu3 closed 3 months ago
root cause:
SavingsPlanModelListResult
inheritance from SavingsPlanModelList
, when GetPropertyBySerializedName
for SavingsPlanModelListResult
, it set includeParents=false
to ignore parenents, as a result it cannot find the property named value
.
why this is flagged with dpg when the issue happens to a mgmt library?
t set
includeParents=false
Actually it is in common when handle PagingResponse, the ModelTypeProvider
also ignore parents. DPG should also has this problem also. Need investigation.
When generate
billing\Azure.ResourceManager.Billing
sdk (target package: package-2024-04), the generate fail. error: