-
Notifications
You must be signed in to change notification settings - Fork 14
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
[datafactory@2018-06-01]: webactivities.headers
struct changed
#381
Comments
@ziyeqf this looks like a case of an invalid Swagger definition - the Swagger extension being used there ( Based on the naming here containing |
By digging into the Some references:
|
@ziyeqf indeed, thanks for the link to the C# SDK - I was chatting with @stephybun about this one recently as a part of getting the Data Factory items into |
affected file: https://github.com/tombuildsstuff/kermit/blob/main/sdk/datafactory/2018-06-01/datafactory/models.go
the struct used to be
interface{}
but a string map now:
while my testing results shows the response from the service is not
map[string]string
format:expression
to the headerthe
headers
in the response is :It broke users' existing resources: hashicorp/terraform-provider-azurerm#24758
Noticed there was a Swagger change: Azure/azure-rest-api-specs@97cefc8#diff-d5aa9217e2132932fec24cba8c2a103430c34ed925739a4529a0acd16483803aR8246
I'm assuming the sdk change was caused by the Swagger change, so an issue on the rest api is also opened: Azure/azure-rest-api-specs#27816
The text was updated successfully, but these errors were encountered: