Implemented a new resource ResourceServiceEndpointProjectPermissions #1031#1051
Implemented a new resource ResourceServiceEndpointProjectPermissions #1031#1051mouismail wants to merge 3 commits intomicrosoft:mainfrom
ResourceServiceEndpointProjectPermissions #1031#1051Conversation
|
@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? |
|
Is this still needs to be worked ? |
|
Hey @mouismail - Sorry to bother you, just wondering what was stopping this from getting released? |
|
@mouismail please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
Hi, is there any estimate of when this feature will be implemented? Thanks. |
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 newResourceServiceEndpointProjectPermissionsresource.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 newResourceServiceEndpointProjectPermissionsresource 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.sumorvendor/?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