-
Notifications
You must be signed in to change notification settings - Fork 280
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
Implemented a new resource ResourceServiceEndpointProjectPermissions
#1031
#1051
base: main
Are you sure you want to change the base?
Conversation
@mouismail You implemented a new resource, why have you updated the existing documentation for I guess you should create a new documentation page for |
you need to add the new resource to |
Some criteria for new resources:
|
Working on the change together with @mateustanaka request to create a new documentation page for |
Hi @mouismail any update about this item? |
Hi @mateustanaka on it already. |
is there timeline this resource will be avaialble to use? |
New Resource Implementation:
azuredevops/internal/service/serviceendpoint/resource_serviceendpoint_permissions.go
: Implemented a new resource,ResourceServiceEndpointProjectPermissions
, for managing project-level permissions for service endpoints. The resource includes methods for Create, Read, Update, and Delete operations, though the implementation logic for these operations is currently marked as "Not implemented yet".Testing:
azuredevops/internal/service/serviceendpoint/resource_serviceendpoint_permissions_test.go
: Added a new test,TestAccServiceEndpointProjectPermissions_CRUD
, to verify the creation, reading, updating, and deletion of the newResourceServiceEndpointProjectPermissions
resource.Documentation:
website/docs/r/serviceendpoint_permissions.html.markdown
: Updated the documentation to reflect the changes made in the pull request. The documentation now refers to the newResourceServiceEndpointProjectPermissions
resource and explains its usage and configuration. The example usage section has been updated to demonstrate the new resource. [1] [2] [3]All Submissions:
What about the current behavior has changed?
Issue Number: #1031
Does this introduce a change to
go.mod
,go.sum
orvendor/
?Does this introduce a breaking change?
Any relevant logs, error output, etc?
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
Other information