From e12d788bb7526b7d9ab09bb3921b3cd17f20a939 Mon Sep 17 00:00:00 2001 From: Jason Little Date: Mon, 17 Apr 2023 18:53:43 -0500 Subject: Switch `InstanceLocationConfig` to a pydantic `BaseModel` (#15431) * Switch InstanceLocationConfig to a pydantic BaseModel, apply Strict* types and add a few helper methods(that will make more sense in follow up work). Co-authored-by: David Robertson --- changelog.d/15431.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15431.feature (limited to 'changelog.d/15431.feature') diff --git a/changelog.d/15431.feature b/changelog.d/15431.feature new file mode 100644 index 0000000000..4492406b49 --- /dev/null +++ b/changelog.d/15431.feature @@ -0,0 +1 @@ +Add some validation to `instance_map` configuration loading. -- cgit 1.5.1