From f5c6083989c8d41034b03c28cf00655abb22bb96 Mon Sep 17 00:00:00 2001 From: Norm Johanson Date: Wed, 20 Aug 2025 22:52:50 -0700 Subject: [PATCH] Fixed incorrect datatype for AWSSDK.Extensions.NETCore.Setup configuration schema --- .../AWSSDK.Extensions.NETCore.Setup.nuspec | 2 +- .../Schema/ConfigurationSchema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/src/AWSSDK.Extensions.NETCore.Setup/AWSSDK.Extensions.NETCore.Setup.nuspec b/extensions/src/AWSSDK.Extensions.NETCore.Setup/AWSSDK.Extensions.NETCore.Setup.nuspec index 4008bea449be..99d6c8bb87b6 100644 --- a/extensions/src/AWSSDK.Extensions.NETCore.Setup/AWSSDK.Extensions.NETCore.Setup.nuspec +++ b/extensions/src/AWSSDK.Extensions.NETCore.Setup/AWSSDK.Extensions.NETCore.Setup.nuspec @@ -3,7 +3,7 @@ AWSSDK.Extensions.NETCore.Setup AWSSDK - Extensions for NETCore Setup - 4.0.2.1 + 4.0.2.2 Amazon Web Services Extensions for the AWS SDK for .NET to integrate with .NET Core configuration and dependency injection frameworks. en-US diff --git a/extensions/src/AWSSDK.Extensions.NETCore.Setup/Schema/ConfigurationSchema.json b/extensions/src/AWSSDK.Extensions.NETCore.Setup/Schema/ConfigurationSchema.json index f78f88f5d4f5..e0c4fc28775b 100644 --- a/extensions/src/AWSSDK.Extensions.NETCore.Setup/Schema/ConfigurationSchema.json +++ b/extensions/src/AWSSDK.Extensions.NETCore.Setup/Schema/ConfigurationSchema.json @@ -121,7 +121,7 @@ "description": "If set this role will be assumed using the resolved AWS credentials." }, "ThrottleRetries": { - "type": "bool", + "type": "boolean", "description": "Enables the SDK to use intelligent throttle retry logic." }, "Timeout": {