You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.2025.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
-
### 5.0.67 (2025-10-01 20:39Z)
1
+
### 5.0.68 (2025-10-02 20:48Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.104.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.
* Added cmdlet Search-CCASAllRelatedItem leveraging the SearchAllRelatedItems service API.
9
+
10
+
### 5.0.67 (2025-10-01 20:39Z)
2
11
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.103.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.
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.ALL.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
-
### 5.0.67 (2025-10-01 20:39Z)
1
+
### 5.0.68 (2025-10-02 20:48Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.104.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.
* Added cmdlet Search-CCASAllRelatedItem leveraging the SearchAllRelatedItems service API.
9
+
10
+
### 5.0.67 (2025-10-01 20:39Z)
2
11
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.103.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.
/// Deactivating an extension deletes the configuration details that are associated with
39
-
/// it. To temporary disable a CloudFormation Hook instead, you can use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>.
39
+
/// it. To temporarily disable a CloudFormation Hook instead, you can use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>.
40
40
/// </para><para>
41
41
/// Once deactivated, an extension can't be used in any CloudFormation operation. This
42
42
/// includes stack update operations where the stack template includes the extension,
@@ -62,7 +62,7 @@ public partial class DisableCFNTypeCmdlet : AmazonCloudFormationClientCmdlet, IE
62
62
#region Parameter Arn
63
63
/// <summary>
64
64
/// <para>
65
-
/// <para>The Amazon Resource Name (ARN) for the extension, in this account and Region.</para><para>Conditional: You must specify either <c>Arn</c>, or <c>TypeName</c> and <c>Type</c>.</para>
65
+
/// <para>The Amazon Resource Name (ARN) for the extension in this account and Region.</para><para>Conditional: You must specify either <c>Arn</c>, or <c>TypeName</c> and <c>Type</c>.</para>
@@ -83,7 +83,7 @@ public partial class DisableCFNTypeCmdlet : AmazonCloudFormationClientCmdlet, IE
83
83
#region Parameter TypeName
84
84
/// <summary>
85
85
/// <para>
86
-
/// <para>The type name of the extension, in this account and Region. If you specified a type
86
+
/// <para>The type name of the extension in this account and Region. If you specified a type
87
87
/// name alias when enabling the extension, use the type name alias.</para><para>Conditional: You must specify either <c>Arn</c>, or <c>TypeName</c> and <c>Type</c>.</para>
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/CloudFormation/Basic/Enable-CFNType-Cmdlet.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ public partial class EnableCFNTypeCmdlet : AmazonCloudFormationClientCmdlet, IEx
167
167
#region Parameter TypeNameAlias
168
168
/// <summary>
169
169
/// <para>
170
-
/// <para>An alias to assign to the public extension, in this account and Region. If you specify
170
+
/// <para>An alias to assign to the public extension in this account and Region. If you specify
171
171
/// an alias for the extension, CloudFormation treats the alias as the extension type
172
172
/// name within this account and Region. You must use the alias to refer to the extension
173
173
/// in your templates, API calls, and CloudFormation console.</para><para>An extension alias must be unique within a given account and Region. You can activate
/// Returns summaries of invoked Hooks. For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-view-invocations.html">View
34
-
/// CloudFormation Hooks invocations</a> in the <i>CloudFormation Hooks User Guide</i>.
34
+
/// invocation summaries for CloudFormation Hooks</a> in the <i>CloudFormation Hooks User
0 commit comments