Skip to content

Commit f064443

Browse files
committed
FIx tests and ecctl definition
1 parent 43b9561 commit f064443

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

config/legacy-url-mappings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ mappings:
9292
product: cloud_enterprise
9393
legacy_versions: [ '4.0', '3.8', '3.7', '3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0', '2.13', '2.12', '2.11', '2.10', '2.9', '2.8', '2.7', '2.6', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0', '1.1', '1.0' ]
9494
en/ecctl/:
95-
product: cloud_control_ecctl
95+
product: ecctl
9696
legacy_versions: [ '1.14+', '1.13', '1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5', '1.4', '1.3', '1.2', '1.1', '1.0' ]
9797
en/ecs-logging/:
9898
product: ecs_logging

config/products.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ products:
5050
beats:
5151
display: 'Beats'
5252
versioning: 'stack'
53-
cloud_control_ecctl:
53+
ecctl:
5454
display: 'Elastic Cloud Control ECCTL'
5555
versioning: 'ecctl'
5656
cloud_enterprise:

tests/authoring/Framework/Setup.fs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,12 @@ type Setup =
217217
productDict.Add("elasticsearch", Product(Id = "elasticsearch",
218218
DisplayName = "Elasticsearch",
219219
VersioningSystem = versionConfig.VersioningSystems[VersioningSystemId.ElasticsearchProject]))
220+
productDict.Add("apm_agent_dotnet", Product(Id = "apm_agent_dotnet",
221+
DisplayName = "APM Agent for .NET",
222+
VersioningSystem = versionConfig.VersioningSystems[VersioningSystemId.ApmAgentDotnet]))
223+
productDict.Add("ecctl", Product(Id = "ecctl",
224+
DisplayName = "Elastic Cloud Control ECCTL",
225+
VersioningSystem = versionConfig.VersioningSystems[VersioningSystemId.Ecctl]))
220226

221227
let configurationFileProvider = ConfigurationFileProvider(fileSystem)
222228
let configurationContext = ConfigurationContext(

0 commit comments

Comments
 (0)