Skip to content

Commit 5c81adb

Browse files
4.1.754
1 parent ae2a054 commit 5c81adb

File tree

813 files changed

+3001
-1628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

813 files changed

+3001
-1628
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 812 additions & 812 deletions
Large diffs are not rendered by default.

changelogs/CHANGELOG.2025.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
### 4.1.753 (2025-02-07 22:00Z)
1+
### 4.1.754 (2025-02-10 21:58Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.979.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon Database Migration Service
4+
* Modified cmdlet Edit-DMSDataProvider: added parameters IbmDb2LuwSettings_CertificateArn, IbmDb2LuwSettings_DatabaseName, IbmDb2LuwSettings_Port, IbmDb2LuwSettings_ServerName, IbmDb2LuwSettings_SslMode, IbmDb2zOsSettings_CertificateArn, IbmDb2zOsSettings_DatabaseName, IbmDb2zOsSettings_Port, IbmDb2zOsSettings_ServerName and IbmDb2zOsSettings_SslMode.
5+
* Modified cmdlet New-DMSDataProvider: added parameters IbmDb2LuwSettings_CertificateArn, IbmDb2LuwSettings_DatabaseName, IbmDb2LuwSettings_Port, IbmDb2LuwSettings_ServerName, IbmDb2LuwSettings_SslMode, IbmDb2zOsSettings_CertificateArn, IbmDb2zOsSettings_DatabaseName, IbmDb2zOsSettings_Port, IbmDb2zOsSettings_ServerName and IbmDb2zOsSettings_SslMode.
6+
7+
### 4.1.753 (2025-02-07 22:00Z)
28
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.978.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
39
* Amazon Elastic Container Service for Kubernetes
410
* Modified cmdlet Get-EKSClusterVersion: added parameter VersionStatus.

changelogs/CHANGELOG.ALL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
### 4.1.753 (2025-02-07 22:00Z)
1+
### 4.1.754 (2025-02-10 21:58Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.979.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon Database Migration Service
4+
* Modified cmdlet Edit-DMSDataProvider: added parameters IbmDb2LuwSettings_CertificateArn, IbmDb2LuwSettings_DatabaseName, IbmDb2LuwSettings_Port, IbmDb2LuwSettings_ServerName, IbmDb2LuwSettings_SslMode, IbmDb2zOsSettings_CertificateArn, IbmDb2zOsSettings_DatabaseName, IbmDb2zOsSettings_Port, IbmDb2zOsSettings_ServerName and IbmDb2zOsSettings_SslMode.
5+
* Modified cmdlet New-DMSDataProvider: added parameters IbmDb2LuwSettings_CertificateArn, IbmDb2LuwSettings_DatabaseName, IbmDb2LuwSettings_Port, IbmDb2LuwSettings_ServerName, IbmDb2LuwSettings_SslMode, IbmDb2zOsSettings_CertificateArn, IbmDb2zOsSettings_DatabaseName, IbmDb2zOsSettings_Port, IbmDb2zOsSettings_ServerName and IbmDb2zOsSettings_SslMode.
6+
7+
### 4.1.753 (2025-02-07 22:00Z)
28
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.978.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
39
* Amazon Elastic Container Service for Kubernetes
410
* Modified cmdlet Get-EKSClusterVersion: added parameter VersionStatus.

modules/AWSPowerShell/AWSPowerShell.NetCore.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
CompanyName = 'Amazon.com, Inc'
2323

2424
# Copyright statement for this module
25-
Copyright = 'Copyright 2012-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.'
25+
Copyright = 'Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.'
2626

2727
# Description of the functionality provided by this module
2828
Description = 'The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
@@ -35,6 +35,8 @@ This product provides support for all AWS services in a single module. As an alt
3535
# Name of the PowerShell host required by this module
3636
PowerShellHostName = ''
3737

38+
39+
3840
# Minimum version of the PowerShell host required by this module
3941
PowerShellHostVersion = ''
4042

modules/AWSPowerShell/AWSPowerShell.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<WarningsAsErrors>NU1605,CS0108</WarningsAsErrors>
1717
<AssemblyVersion>0.0.0.0</AssemblyVersion>
1818
<FileVersion>0.0.0.0</FileVersion>
19-
<Copyright>Copyright 2012-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
19+
<Copyright>Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
2020
<Company>Amazon.com, Inc</Company>
2121
<PackageProjectUrl>https://github.com/aws/aws-tools-for-powershell</PackageProjectUrl>
2222
</PropertyGroup>

modules/AWSPowerShell/AWSPowerShell.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
CompanyName = 'Amazon.com, Inc'
2323

2424
# Copyright statement for this module
25-
Copyright = 'Copyright 2012-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.'
25+
Copyright = 'Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.'
2626

2727
# Description of the functionality provided by this module
2828
Description = 'The AWS Tools for Windows PowerShell lets developers and administrators manage their AWS services from the Windows PowerShell scripting environment.
@@ -35,6 +35,8 @@ This product provides support for all AWS services in a single module. As an alt
3535
# Name of the PowerShell host required by this module
3636
PowerShellHostName = ''
3737

38+
39+
3840
# Minimum version of the PowerShell host required by this module
3941
PowerShellHostVersion = ''
4042

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23225,6 +23225,10 @@ $DMS_Completers = {
2322523225
{
2322623226
($_ -eq "Edit-DMSDataProvider/DocDbSettings_SslMode") -Or
2322723227
($_ -eq "New-DMSDataProvider/DocDbSettings_SslMode") -Or
23228+
($_ -eq "Edit-DMSDataProvider/IbmDb2LuwSettings_SslMode") -Or
23229+
($_ -eq "New-DMSDataProvider/IbmDb2LuwSettings_SslMode") -Or
23230+
($_ -eq "Edit-DMSDataProvider/IbmDb2zOsSettings_SslMode") -Or
23231+
($_ -eq "New-DMSDataProvider/IbmDb2zOsSettings_SslMode") -Or
2322823232
($_ -eq "Edit-DMSDataProvider/MariaDbSettings_SslMode") -Or
2322923233
($_ -eq "New-DMSDataProvider/MariaDbSettings_SslMode") -Or
2323023234
($_ -eq "Edit-DMSDataProvider/MicrosoftSqlServerSettings_SslMode") -Or
@@ -23503,6 +23507,8 @@ $DMS_map = @{
2350323507
"DocDbSettings_SslMode"=@("Edit-DMSDataProvider","New-DMSDataProvider")
2350423508
"EndpointType"=@("Edit-DMSEndpoint","New-DMSEndpoint")
2350523509
"GcpMySQLSettings_TargetDbType"=@("Edit-DMSEndpoint","New-DMSEndpoint")
23510+
"IbmDb2LuwSettings_SslMode"=@("Edit-DMSDataProvider","New-DMSDataProvider")
23511+
"IbmDb2zOsSettings_SslMode"=@("Edit-DMSDataProvider","New-DMSDataProvider")
2350623512
"KafkaSettings_MessageFormat"=@("Edit-DMSEndpoint","New-DMSEndpoint")
2350723513
"KafkaSettings_SaslMechanism"=@("Edit-DMSEndpoint","New-DMSEndpoint")
2350823514
"KafkaSettings_SecurityProtocol"=@("Edit-DMSEndpoint","New-DMSEndpoint")

modules/AWSPowerShell/Cmdlets/ACMPCA/AWS.Tools.ACMPCA.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<AssemblyVersion>0.0.0.0</AssemblyVersion>
2323
<FileVersion>0.0.0.0</FileVersion>
2424
<Product>AWS Tools for PowerShell</Product>
25-
<Copyright>Copyright 2012-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
25+
<Copyright>Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
2626
<Company>Amazon.com, Inc</Company>
2727
<PackageProjectUrl>https://github.com/aws/aws-tools-for-powershell</PackageProjectUrl>
2828
</PropertyGroup>

modules/AWSPowerShell/Cmdlets/ACMPCA/AWS.Tools.ACMPCA.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
CompanyName = 'Amazon.com, Inc'
2323

2424
# Copyright statement for this module
25-
Copyright = 'Copyright 2012-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.'
25+
Copyright = 'Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.'
2626

2727
# Description of the functionality provided by this module
2828
Description = 'The ACMPCA module of AWS Tools for PowerShell lets developers and administrators manage AWS Certificate Manager Private Certificate Authority from the PowerShell scripting environment. In order to manage each AWS service, install the corresponding module (e.g. AWS.Tools.EC2, AWS.Tools.S3...).
@@ -35,6 +35,8 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
3535
# Name of the PowerShell host required by this module
3636
PowerShellHostName = ''
3737

38+
39+
3840
# Minimum version of the PowerShell host required by this module
3941
PowerShellHostVersion = ''
4042

modules/AWSPowerShell/Cmdlets/APIGateway/AWS.Tools.APIGateway.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<AssemblyVersion>0.0.0.0</AssemblyVersion>
2323
<FileVersion>0.0.0.0</FileVersion>
2424
<Product>AWS Tools for PowerShell</Product>
25-
<Copyright>Copyright 2012-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
25+
<Copyright>Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
2626
<Company>Amazon.com, Inc</Company>
2727
<PackageProjectUrl>https://github.com/aws/aws-tools-for-powershell</PackageProjectUrl>
2828
</PropertyGroup>

0 commit comments

Comments
 (0)