-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_data_factory_pipeline
- migrate to hashicorp/go-azure-sdk
#28768
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
continue | ||
} | ||
|
||
output[k] = (*v.DefaultValue).(string) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could pointer.From
be used here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can! Thanks for the spot
Community Note
Description
activities_json
activities_json
which were replaced by the Unmarshaler for discriminated types in thego-azure-sdk
azuresdkhacks
folder and contents since this has been replaced bygo-azure-sdk
Note: I opted to not also split the Create and Update methods here, since this is already quite a big change to the resource
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
dependencies
:azurerm_data_factory_pipelines
update to usehashicorp/go-azure-sdk
[GH-00000]azurerm_data_factory_pipelines
- fix issue where a web activity with a header inactivities_json
could not be unmarshaled [GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #24998
Note
If this PR changes meaningfully during the course of review please update the title and description as required.