Azure / azure-sdk-for-go

This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:
https://docs.microsoft.com/azure/developer/go/
MIT License
1.63k stars 832 forks source link

API Management `SchemaContractProperties` `Document` is not to its swagger definition #14954

Closed yupwei68 closed 3 years ago

yupwei68 commented 3 years ago

Bug Report

swagger link: https://github.com/Azure/azure-rest-api-specs/blob/master/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-01-01-preview/definitions.json#L4971

SDK link: https://github.com/Azure/azure-sdk-for-go/blob/main/services/preview/apimanagement/mgmt/2021-01-01-preview/apimanagement/models.go#L12690

ArcturusZhang commented 3 years ago

Since the swagger has changed on the master branch, the generated code is aligned with the swagger. Therefore closing this issue. Thank you!