From bd712c29eee95cf557e57fab909f0eaacd6d6a77 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 23 Jan 2024 12:05:58 -0800 Subject: [PATCH] Cleaned up conflicts / exactly_one_of / at_least_one_of documentation (#9844) (#17083) * Cleaned up conflicts / exactly_one_of / at_least_one_of documentation Added documentation for at_least_one_of and clarified in examples that conflicts _excludes_ the current field, but the others _include_ it. Also added a note that these properties are not supported inside lists of nested objects. Related: yaqs/316453740125093888 * Update field-reference.md [upstream:2295649fcae72b3206565e83f39bc57e216aeca0] Signed-off-by: Modular Magician --- .changelog/9844.txt | 3 +++ .teamcity/components/generated/packages.kt | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .changelog/9844.txt diff --git a/.changelog/9844.txt b/.changelog/9844.txt new file mode 100644 index 00000000000..8ec013c0699 --- /dev/null +++ b/.changelog/9844.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/.teamcity/components/generated/packages.kt b/.teamcity/components/generated/packages.kt index 6a9e26a7847..d9e32508cc2 100644 --- a/.teamcity/components/generated/packages.kt +++ b/.teamcity/components/generated/packages.kt @@ -12,6 +12,11 @@ var packages = mapOf( "displayName" to "Environment Variables", "path" to "./google/envvar" ), + "fwmodels" to mapOf( + "name" to "fwmodels", + "displayName" to "Framework Models", + "path" to "./google/fwmodels" + ), "fwprovider" to mapOf( "name" to "fwprovider", "displayName" to "Framework Provider",