diff --git a/ConfigurationSchemaGeneratorTest/Baseline/InputFiles/Configuration_ConfigServer/ConfigurationSchema.json b/ConfigurationSchemaGeneratorTest/Baseline/InputFiles/Configuration_ConfigServer/ConfigurationSchema.json index 18d8670..8f9e677 100644 --- a/ConfigurationSchemaGeneratorTest/Baseline/InputFiles/Configuration_ConfigServer/ConfigurationSchema.json +++ b/ConfigurationSchemaGeneratorTest/Baseline/InputFiles/Configuration_ConfigServer/ConfigurationSchema.json @@ -90,7 +90,7 @@ }, "Env": { "type": "string", - "description": "Gets or sets the environment used when accessing configuration data. Default value: \"Production\"." + "description": "Gets or sets a comma-separated list of environments used when accessing configuration data. Default value: \"Production\"." }, "FailFast": { "type": "boolean", diff --git a/ConfigurationSchemaGeneratorTest/Baseline/merge-actual.json b/ConfigurationSchemaGeneratorTest/Baseline/merge-actual.json index 8293eef..e6b5222 100644 --- a/ConfigurationSchemaGeneratorTest/Baseline/merge-actual.json +++ b/ConfigurationSchemaGeneratorTest/Baseline/merge-actual.json @@ -1612,7 +1612,7 @@ }, "Env": { "type": "string", - "description": "Gets or sets the environment used when accessing configuration data. Default value: \"Production\"." + "description": "Gets or sets a comma-separated list of environments used when accessing configuration data. Default value: \"Production\"." }, "FailFast": { "type": "boolean", diff --git a/ConfigurationSchemaGeneratorTest/Baseline/merge-expected.json b/ConfigurationSchemaGeneratorTest/Baseline/merge-expected.json index 8293eef..e6b5222 100644 --- a/ConfigurationSchemaGeneratorTest/Baseline/merge-expected.json +++ b/ConfigurationSchemaGeneratorTest/Baseline/merge-expected.json @@ -1612,7 +1612,7 @@ }, "Env": { "type": "string", - "description": "Gets or sets the environment used when accessing configuration data. Default value: \"Production\"." + "description": "Gets or sets a comma-separated list of environments used when accessing configuration data. Default value: \"Production\"." }, "FailFast": { "type": "boolean",