-
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
refactor: porting parts of datafactory
over to hashicorp/go-azure-sdk
#22409
Conversation
a54e7d9
to
86f7097
Compare
… parameters functions to be unique for LinkedServices This'll be needed when the SDK's refactored
…atten parameters function
…hashicorp/go-azure-sdk`
86f7097
to
ed2445f
Compare
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 🏖️
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
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR ports 1 Data Source and 2 Resources in Data Factory over to using
hashicorp/go-azure-sdk
:azurerm_data_factory
.azurerm_data_factory
azurerm_data_factory_managed_private_endpoint
In order to port over Data Sets, Integration Runtimes, Linked Services, Pipelines and Triggers some changes to Pandora are required (since Data Factory uses a different Swagger configuration to other services) - which is tracked in hashicorp/pandora#2551