-
Notifications
You must be signed in to change notification settings - Fork 299
Support for standardized service endpoint #1400
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
Open
aklakina
wants to merge
24
commits into
microsoft:main
Choose a base branch
from
aklakina:feature/generic-serviceendpoint-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Support for standardized service endpoint #1400
aklakina
wants to merge
24
commits into
microsoft:main
from
aklakina:feature/generic-serviceendpoint-v2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…eneric_v2_test.go
…handling in generic service endpoint
… authentication schemes
…ion error messages
…ication parameters" This reverts commit 7359e00d
This reverts commit 9f7c2aebc129272402aee39f261be1499e6baa11.
…ce endpoints" This reverts commit b9e32498fc8396355bab612bc61609340d2e79a6.
…mprove authorization handling
…mproved clarity and error reporting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Disclaimer
I know there are lot of pull requests and issues trying to cover this issue but I didn't find any that is generic enough to be useable by any and all service endpoint integration.
Description
This pull request introduces comprehensive support for managing and retrieving Service Endpoints through Terraform in a standardized manner.
The following key changes are included:
1. New Resource:
azuredevops_serviceendpoint_generic_v2
Enables users to create and manage Service Endpoints in Azure DevOps, supporting integration with external services using custom authentication mechanisms.
2. New Data Source:
azuredevops_serviceendpoint_generic_v2
Allows users to retrieve information about existing Service Endpoints by either ID or name, facilitating data-driven Terraform configurations.
service_endpoint_id
andservice_endpoint_name
.3. Documentation
website/docs/r/serviceendpoint_generic_v2.html.markdown
.website/docs/d/serviceendpoint_generic_v2.html.markdown
.4. Benefits
Standardized:
No need for specific service endpoint resource or data besides this.
These enhancements significantly improve the Azure DevOps Terraform provider by enabling any service endpoint scenario without the need for adding a new service endpoint integration.
All Submissions:
What about the current behavior has changed?
Issue Number:
Does this introduce a change to
go.mod
,go.sum
orvendor/
?Does this introduce a breaking change?