Skip to content

Commit

Permalink
OCIServiceEndpoint rename fix (#243)
Browse files Browse the repository at this point in the history
* terraform for OCI

* fix

* Connection config input type fix

* Update task.json

* Update oci-terraform-command-handler.ts

* Update task.json

renamed to OCIServiceEndpoint

* Update azure-devops-extension.json

renamed to OCIServiceEndpoint

---------

Co-authored-by: mericstam <manuel.ericstam@gmail.com>
  • Loading branch information
mikarinneoracle and mericstam authored Oct 7, 2024
1 parent 4a8e1e0 commit 9532740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tasks/TerraformTask/TerraformTaskV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
},
{
"name": "environmentServiceNameOCI",
"type": "connectedService:OracleCloudServiceEndpoint",
"type": "connectedService:OCIServiceEndpoint",
"label": "Oracle Cloud Platform connection",
"required": true,
"visibleRule": "provider = oci && command != init && command != validate",
Expand Down Expand Up @@ -315,7 +315,7 @@
},
{
"name": "backendServiceOCI",
"type": "connectedService:OracleCloudServiceEndpoint",
"type": "connectedService:OCIServiceEndpoint",
"label": "Oracle Cloud Platform connection",
"required": true,
"helpMarkDown": "Oracle Cloud Platform connection for the terraform backend configuration.<br><br>Note: If your connection is not listed or if you want to use an existing connection, you can setup a Oracle Cloud Platform service connection using the 'Add' or 'Manage' button.",
Expand Down
2 changes: 1 addition & 1 deletion azure-devops-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"ms.vss-endpoint.endpoint-types"
],
"properties": {
"name": "OracleCloudServiceEndpoint",
"name": "OCIServiceEndpoint",
"displayName": "OCI for Terraform",
"helpMarkDown": "",
"url": {
Expand Down

0 comments on commit 9532740

Please sign in to comment.