synapse: embedding a Track1 Data Plane SDK #12663
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR embeds an Azure SDK for Go Track1 Data Plane SDK for Azure Synapse, so that those Data Plane resources can be built out. This client can be built as such:
But notably the Data Plane API requires that a firewall rule be added for the IP address being used - as such this will either need to be a prerequisite, or added/removed dynamically - neither's great, but I'll leave that for the implementer of these data plane resources to work out.
Generated based on this upstream Swagger PR: Azure/azure-rest-api-specs#15263 - with one minor change to remove some incorrectly output
"": autorest.Encode("path"),
(since these are unnecessary)