You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2021/01/12 23:24:46 UTC

[geode] branch develop updated: GEODE-8828: State that region names are case sensitive (#5896)

This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9079e40  GEODE-8828: State that region names are case sensitive (#5896)
9079e40 is described below

commit 9079e4009d64f54aa342191e1f538d3688a6a066
Author: Karen Miller <ka...@users.noreply.github.com>
AuthorDate: Tue Jan 12 15:23:29 2021 -0800

    GEODE-8828: State that region names are case sensitive (#5896)
    
    Co-authored-by: Karen Miller <mi...@vmware.com>
---
 geode-docs/basic_config/data_regions/region_naming.html.md.erb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-docs/basic_config/data_regions/region_naming.html.md.erb b/geode-docs/basic_config/data_regions/region_naming.html.md.erb
index f66fa6a..ce6b54c 100644
--- a/geode-docs/basic_config/data_regions/region_naming.html.md.erb
+++ b/geode-docs/basic_config/data_regions/region_naming.html.md.erb
@@ -25,6 +25,7 @@ follow these region naming guidelines.
 -   Characters permitted in region names are alphanumeric characters
 (`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`),
 period (`.`), underscore (`_`), square brackets (`[ ]`), hyphen (`-`), caret (`^`) and backquote (`` ` ``).
+-   Region names are case sensitive.
 -   Do not use the slash character (`/`).
 -   Do not begin region names with two underscore characters (`__`),
 as this is reserved for internal use.