hashicorp / go-azure-sdk

An opinionated Go SDK for Azure Resource Manager
Mozilla Public License 2.0
34 stars 43 forks source link

Issue with DataFactory/IntegrationRuntimes / API Version 2018-06-01 #661

Open ms-henglu opened 1 year ago

ms-henglu commented 1 year ago

Is there an existing issue for this?

Community Note

Service Used

DataFactory

API Versions Used

2018-06-01

Description

There're two kinds of integration runtime resources defined in the swagger: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#L53 https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#L626

But only the base type is generated.

References

https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#L53 https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#L626

tombuildsstuff commented 1 year ago

@ms-henglu is this a duplicate of, or in addition to #642?

ms-henglu commented 1 year ago

I think they're different, the https://github.com/hashicorp/go-azure-sdk/issues/642 seems to be a swagger issue, but not this one.