Skip to content

Commit 8ad25e0

Browse files
Commit version number update changes
1 parent f03905a commit 8ad25e0

File tree

15 files changed

+37
-17
lines changed

15 files changed

+37
-17
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.7.1190.0 (2025-12-22 19:20 UTC)
2+
* ConfigService (3.7.504.0)
3+
* Added supported resourceTypes for Config from July to November 2025
4+
* EC2 (3.7.539.0)
5+
* Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use.
6+
* GuardDuty (3.7.512.0)
7+
* Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior.
8+
* PCS (3.7.507.15)
9+
* Change API Reference Documentation for default Mode in Accounting and SlurmRest
10+
111
### 3.7.1189.0 (2025-12-19 19:20 UTC)
212
* ARCRegionswitch (3.7.503.0)
313
* Automatic Plan Execution Reports allow customers to maintain a concise record of their Region switch Plan executions. This enables customer SREs and leadership to have a clear view of their recovery posture based on the generated reports for their Plan executions.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.7.1190.0 (2025-12-22 19:20 UTC)
2+
* ConfigService (3.7.504.0)
3+
* Added supported resourceTypes for Config from July to November 2025
4+
* EC2 (3.7.539.0)
5+
* Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use.
6+
* GuardDuty (3.7.512.0)
7+
* Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior.
8+
* PCS (3.7.507.15)
9+
* Change API Reference Documentation for default Mode in Accounting and SlurmRest
10+
111
### 3.7.1189.0 (2025-12-19 19:20 UTC)
212
* ARCRegionswitch (3.7.503.0)
313
* Automatic Plan Execution Reports allow customers to maintain a concise record of their Region switch Plan executions. This enables customer SREs and leadership to have a clear view of their recovery posture based on the generated reports for their Plan executions.

generator/ServiceModels/_sdk-versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "3.7.500.0",
4-
"ProductVersion" : "3.7.1189.0",
4+
"ProductVersion" : "3.7.1190.0",
55
"CoreVersion" : "3.7.500.58",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -72,7 +72,7 @@
7272
"InPreview" : false
7373
},
7474
"ConfigService" : {
75-
"Version" : "3.7.503.22",
75+
"Version" : "3.7.504.0",
7676
"AssemblyVersionOverride" : "3.3",
7777
"Dependencies" : {
7878
"Core" : "3.7.500.58"
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.538.1",
157+
"Version" : "3.7.539.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.500.58"
@@ -876,7 +876,7 @@
876876
"InPreview" : false
877877
},
878878
"GuardDuty" : {
879-
"Version" : "3.7.511.2",
879+
"Version" : "3.7.512.0",
880880
"AssemblyVersionOverride" : "3.3",
881881
"Dependencies" : {
882882
"Core" : "3.7.500.58"
@@ -2964,7 +2964,7 @@
29642964
"InPreview" : false
29652965
},
29662966
"PCS" : {
2967-
"Version" : "3.7.507.14",
2967+
"Version" : "3.7.507.15",
29682968
"AssemblyVersionOverride" : "3.3",
29692969
"Dependencies" : {
29702970
"Core" : "3.7.500.58"

sdk/code-analysis/ServiceAnalysis/ConfigService/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.503.22")]
32+
[assembly: AssemblyFileVersion("3.7.504.0")]

sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.538.1")]
32+
[assembly: AssemblyFileVersion("3.7.539.0")]

sdk/code-analysis/ServiceAnalysis/GuardDuty/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.511.2")]
32+
[assembly: AssemblyFileVersion("3.7.512.0")]

sdk/code-analysis/ServiceAnalysis/PCS/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.507.14")]
32+
[assembly: AssemblyFileVersion("3.7.507.15")]

sdk/src/Services/ConfigService/Generated/AmazonConfigServiceConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.ConfigService
3232
public partial class AmazonConfigServiceConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("Config Service", "3.7.503.22");
35+
InternalSDKUtils.BuildUserAgentString("Config Service", "3.7.504.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

sdk/src/Services/ConfigService/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.503.22")]
47+
[assembly: AssemblyFileVersion("3.7.504.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

sdk/src/Services/EC2/Generated/AmazonEC2Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.EC2
3232
public partial class AmazonEC2Config : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("EC2", "3.7.538.1");
35+
InternalSDKUtils.BuildUserAgentString("EC2", "3.7.539.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

0 commit comments

Comments
 (0)