Skip to content

Commit

Permalink
Made field to be editable (#658)
Browse files Browse the repository at this point in the history
* Made field to be editable

* Extension added
  • Loading branch information
RoshanKumarMicrosoft authored and Ajay Kumar Yadav committed Aug 1, 2019
1 parent 396819a commit b826070
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": "0",
"Minor": "0",
"Patch": "15"
"Patch": "17"
},
"instanceNameFormat": "Install Terraform $(terraformVersion)",
"inputs": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": "0",
"Minor": "0",
"Patch": "15"
"Patch": "17"
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"inputs": [
Expand Down
12 changes: 6 additions & 6 deletions Extensions/Terraform/Src/Tasks/TerraformTaskV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": "0",
"Minor": "0",
"Patch": "135"
"Patch": "137"
},
"instanceNameFormat": "Terraform : $(provider)",
"execution": {
Expand Down Expand Up @@ -131,7 +131,7 @@
"helpMarkDown": "The name of the resource group which contains the storage account selected below.",
"groupName": "backendAzureRm",
"properties": {
"EditableOptions": "False"
"EditableOptions": "True"
}
},
{
Expand All @@ -142,7 +142,7 @@
"helpMarkDown": "The name of the storage account which contains the Azure Blob container selected below.",
"groupName": "backendAzureRm",
"properties": {
"EditableOptions": "False"
"EditableOptions": "True"
}
},
{
Expand All @@ -153,7 +153,7 @@
"helpMarkDown": "The name of the Azure Blob container in which to store the Terraform remote state file.",
"groupName": "backendAzureRm",
"properties": {
"EditableOptions": "False"
"EditableOptions": "True"
}
},
{
Expand All @@ -180,7 +180,7 @@
"helpMarkDown": "The name of the Amazon Simple Storage Service(S3) bucket for storing the Terraform remote state file.<br><br>NOTE: The region of this bucket (e.g. us-east-1) must be specified in the AWS service connection that you must set up. To set up an AWS service connection, click on the 'Help(i)' button of the above input named 'Amazon Web Services connection'",
"groupName": "backendAWS",
"properties": {
"EditableOptions": "False"
"EditableOptions": "True"
}
},
{
Expand All @@ -207,7 +207,7 @@
"helpMarkDown": "The name of the GCP storage bucket for storing the Terraform remote state file.",
"groupName": "backendGCP",
"properties": {
"EditableOptions": "False"
"EditableOptions": "True"
}
},
{
Expand Down
12 changes: 6 additions & 6 deletions Extensions/Terraform/Src/Tasks/TerraformTaskV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": "0",
"Minor": "0",
"Patch": "135"
"Patch": "137"
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"execution": {
Expand Down Expand Up @@ -132,7 +132,7 @@
"helpMarkDown": "ms-resource:loc.input.help.backendAzureRmResourceGroupName",
"groupName": "backendAzureRm",
"properties": {
"EditableOptions": "False"
"EditableOptions": "True"
}
},
{
Expand All @@ -143,7 +143,7 @@
"helpMarkDown": "ms-resource:loc.input.help.backendAzureRmStorageAccountName",
"groupName": "backendAzureRm",
"properties": {
"EditableOptions": "False"
"EditableOptions": "True"
}
},
{
Expand All @@ -154,7 +154,7 @@
"helpMarkDown": "ms-resource:loc.input.help.backendAzureRmContainerName",
"groupName": "backendAzureRm",
"properties": {
"EditableOptions": "False"
"EditableOptions": "True"
}
},
{
Expand All @@ -181,7 +181,7 @@
"helpMarkDown": "ms-resource:loc.input.help.backendAWSBucketName",
"groupName": "backendAWS",
"properties": {
"EditableOptions": "False"
"EditableOptions": "True"
}
},
{
Expand All @@ -208,7 +208,7 @@
"helpMarkDown": "ms-resource:loc.input.help.backendGCPBucketName",
"groupName": "backendGCP",
"properties": {
"EditableOptions": "False"
"EditableOptions": "True"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions Extensions/Terraform/Src/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
],
"description": "Install terraform and run terraform commands to manage resources on Azure, AWS and GCP.",
"public": true,
"categories": [
"Azure Pipelines"
],
Expand Down

0 comments on commit b826070

Please sign in to comment.