From ef9c06743327b49aeaf6f54ef3a51d00d94f9dd0 Mon Sep 17 00:00:00 2001 From: Matthew Metcalf Date: Mon, 16 Dec 2024 18:17:00 -0800 Subject: [PATCH 1/2] Update BasicTelemetry.sample.json --- Samples/BasicTelemetry.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/BasicTelemetry.sample.json b/Samples/BasicTelemetry.sample.json index 85e4f88..f30d74b 100644 --- a/Samples/BasicTelemetry.sample.json +++ b/Samples/BasicTelemetry.sample.json @@ -19,7 +19,7 @@ "default_when_enabled": "True_Override" }, "telemetry": { - "enabled": "true", + "enabled": true, "metadata": { "ETag": "cmwBRcIAq1jUyKL3Kj8bvf9jtxBrFg-R-ayExStMC90", "FeatureFlagReference": "https://fake-config-store/kv/.appconfig.featureflag/TelemetryVariant", From 0596afc8c443b9eb444faaa8d70393c4c0f8713b Mon Sep 17 00:00:00 2001 From: Matt Metcalf Date: Wed, 18 Dec 2024 08:21:09 -0800 Subject: [PATCH 2/2] string to boolean --- Samples/BasicTelemetry.sample.json | 2 +- Samples/BasicVariant.sample.json | 6 +++--- Samples/VariantAssignment.sample.json | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Samples/BasicTelemetry.sample.json b/Samples/BasicTelemetry.sample.json index f30d74b..b46b5a9 100644 --- a/Samples/BasicTelemetry.sample.json +++ b/Samples/BasicTelemetry.sample.json @@ -4,7 +4,7 @@ { "id": "TelemetryVariant", "description": "", - "enabled": "true", + "enabled": true, "conditions": { "client_filters": [] }, diff --git a/Samples/BasicVariant.sample.json b/Samples/BasicVariant.sample.json index 8f67188..b787443 100644 --- a/Samples/BasicVariant.sample.json +++ b/Samples/BasicVariant.sample.json @@ -4,7 +4,7 @@ { "id": "Variant_Override_True", "description": "", - "enabled": "true", + "enabled": true, "conditions": { "client_filters": [] }, @@ -23,7 +23,7 @@ { "id": "Variant_Override_False", "description": "", - "enabled": "false", + "enabled": false, "conditions": { "client_filters": [] }, @@ -42,7 +42,7 @@ { "id": "TestVariants", "description": "", - "enabled": "true", + "enabled": true, "allocation": { "user": [ { diff --git a/Samples/VariantAssignment.sample.json b/Samples/VariantAssignment.sample.json index fc9d10b..cadd89c 100644 --- a/Samples/VariantAssignment.sample.json +++ b/Samples/VariantAssignment.sample.json @@ -4,7 +4,7 @@ { "id": "UserAssignedVariant", "description": "", - "enabled": "true", + "enabled": true, "allocation": { "user": [ { @@ -36,7 +36,7 @@ { "id": "GroupAssignedVariant", "description": "", - "enabled": "true", + "enabled": true, "allocation": { "group": [ { @@ -67,7 +67,7 @@ { "id": "AllocationAssignedVariant", "description": "", - "enabled": "true", + "enabled": true, "allocation": { "percentile": [ { @@ -96,7 +96,7 @@ { "id": "ComplexAssignment", "description": "", - "enabled": "true", + "enabled": true, "allocation": { "user": [ {