Skip to content
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

OCIServiceEndpoint rename fix #243

Merged
merged 12 commits into from
Oct 7, 2024
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
Loading