From f76afeb9b78eec990d63c0fa19c5fe4ee44a4239 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 23 Jan 2025 20:31:48 +0000 Subject: [PATCH] Commit version number update changes --- changelogs/SDK.CHANGELOG.2025.md | 5 +++++ changelogs/SDK.CHANGELOG.ALL.md | 5 +++++ .../2a17f370-6558-4542-a38f-2361e83b84ea.json | 11 ----------- generator/ServiceModels/_sdk-versions.json | 4 ++-- .../ServiceAnalysis/EC2/Properties/AssemblyInfo.cs | 2 +- sdk/src/Services/EC2/Generated/AmazonEC2Config.cs | 2 +- sdk/src/Services/EC2/Properties/AssemblyInfo.cs | 2 +- 7 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 generator/.DevConfigs/2a17f370-6558-4542-a38f-2361e83b84ea.json diff --git a/changelogs/SDK.CHANGELOG.2025.md b/changelogs/SDK.CHANGELOG.2025.md index 88ded8cd8082..6650b38df551 100644 --- a/changelogs/SDK.CHANGELOG.2025.md +++ b/changelogs/SDK.CHANGELOG.2025.md @@ -1,3 +1,8 @@ +### 3.7.968.0 (2025-01-23 19:16 UTC) +* EC2 (3.7.428.0) + * Added "future" allocation type for future dated capacity reservation + * fix: Fixed an issue where custom AmazonEC2Client.DryRun() method was not working for non-BCL targets. Also included this method in IAmazonEC2 interface. + ### 3.7.967.0 (2025-01-22 19:29 UTC) * BedrockAgentRuntime (3.7.416.0) * Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow diff --git a/changelogs/SDK.CHANGELOG.ALL.md b/changelogs/SDK.CHANGELOG.ALL.md index 5060eae040b9..9657215a377a 100644 --- a/changelogs/SDK.CHANGELOG.ALL.md +++ b/changelogs/SDK.CHANGELOG.ALL.md @@ -1,3 +1,8 @@ +### 3.7.968.0 (2025-01-23 19:16 UTC) +* EC2 (3.7.428.0) + * Added "future" allocation type for future dated capacity reservation + * fix: Fixed an issue where custom AmazonEC2Client.DryRun() method was not working for non-BCL targets. Also included this method in IAmazonEC2 interface. + ### 3.7.967.0 (2025-01-22 19:29 UTC) * BedrockAgentRuntime (3.7.416.0) * Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow diff --git a/generator/.DevConfigs/2a17f370-6558-4542-a38f-2361e83b84ea.json b/generator/.DevConfigs/2a17f370-6558-4542-a38f-2361e83b84ea.json deleted file mode 100644 index 33cf6a3eaa77..000000000000 --- a/generator/.DevConfigs/2a17f370-6558-4542-a38f-2361e83b84ea.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "services": [ - { - "serviceName": "EC2", - "type": "patch", - "changeLogMessages": [ - "fix: Fixed an issue where custom AmazonEC2Client.DryRun() method was not working for non-BCL targets. Also included this method in IAmazonEC2 interface." - ] - } - ] -} \ No newline at end of file diff --git a/generator/ServiceModels/_sdk-versions.json b/generator/ServiceModels/_sdk-versions.json index 35bcbf845f90..ed465821d523 100644 --- a/generator/ServiceModels/_sdk-versions.json +++ b/generator/ServiceModels/_sdk-versions.json @@ -1,7 +1,7 @@ { "NewServiceVersion" : "3.7.400.0", - "ProductVersion" : "3.7.967.0", + "ProductVersion" : "3.7.968.0", "CoreVersion" : "3.7.401.4", "OverrideCoreVersion" : "3.3", "DefaultToPreview" : false, @@ -154,7 +154,7 @@ "InPreview" : false }, "EC2" : { - "Version" : "3.7.427.2", + "Version" : "3.7.428.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.401.4" diff --git a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs index db9e0befdac9..9d323c81e2b0 100644 --- a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.427.2")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.428.0")] \ No newline at end of file diff --git a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs index 8233ee69070a..fa586aeec858 100644 --- a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs +++ b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.EC2 public partial class AmazonEC2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EC2", "3.7.427.2"); + InternalSDKUtils.BuildUserAgentString("EC2", "3.7.428.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs b/sdk/src/Services/EC2/Properties/AssemblyInfo.cs index 93d4deb32bfa..73231780c8a9 100644 --- a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EC2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.427.2")] +[assembly: AssemblyFileVersion("3.7.428.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers]