You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tasks/KubernetesV1/Strings/resources.resjson/en-US/resources.resjson
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,5 +92,5 @@
92
92
"loc.messages.ConfigurationFileNotFound": "No configuration file matching %s was found.",
93
93
"loc.messages.KubernetesServiceConnectionNotFound": "Kubernetes service connection details not found.",
94
94
"loc.messages.OutputVariableDataSizeExceeded": "Output variable not set as kubectl command output exceeded the maximum supported length. Output length: %s, Maximum supported length: %s",
95
-
"loc.messages.InvalidConfiguration": "Can not set configuration with both file: %s and inline configuration: %s."
95
+
"loc.messages.InvalidConfiguration": "No Kubernetes configuration found, supply either inline configuration or configuration file path"
Copy file name to clipboardExpand all lines: Tasks/KubernetesV1/task.json
+39-39Lines changed: 39 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
"version": {
15
15
"Major": 1,
16
16
"Minor": 1,
17
-
"Patch": 21
17
+
"Patch": 22
18
18
},
19
19
"demands": [],
20
20
"releaseNotes": "What's new in Version 1.0:<br/> Added new service connection type input for easy selection of Azure AKS cluster.<br/> Replaced output variable input with output variables section that we had added in all tasks.",
"helpMarkDown": "Inline deployment configuration for kubectl command",
197
+
"groupName": "commands",
198
+
"visibleRule": "configurationType = inline"
199
199
},
200
200
{
201
201
"name": "arguments",
@@ -358,7 +358,7 @@
358
358
"name": "versionSpec",
359
359
"type": "string",
360
360
"label": "Version spec",
361
-
"defaultValue": "1.7.0",
361
+
"defaultValue": "1.13.2",
362
362
"helpMarkDown": "Version Spec of version to get. Examples: 1.7.0, 1.x.0, 4.x.0, 6.10.0, >=6.10.0",
363
363
"groupName": "advanced",
364
364
"visibleRule": "versionOrLocation = version"
@@ -466,6 +466,6 @@
466
466
"ConfigurationFileNotFound": "No configuration file matching %s was found.",
467
467
"KubernetesServiceConnectionNotFound": "Kubernetes service connection details not found.",
468
468
"OutputVariableDataSizeExceeded": "Output variable not set as kubectl command output exceeded the maximum supported length. Output length: %s, Maximum supported length: %s",
469
-
"InvalidConfiguration": "Can not set configuration with both file: %s and inline configuration: %s."
469
+
"InvalidConfiguration": "No Kubernetes configuration found, supply either inline configuration or configuration file path"
0 commit comments