Skip to content

Commit 7b3d8dd

Browse files
4.1.835
1 parent f2f1397 commit 7b3d8dd

File tree

61 files changed

+1315
-1167
lines changed

Some content is hidden

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

61 files changed

+1315
-1167
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
### 4.1.834 (2025-06-04 20:35Z)
1+
### 4.1.835 (2025-06-05 20:31Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1059.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon Key Management Service
4+
* Modified cmdlet Get-KMSKeyRotation: added parameter IncludeKeyMaterial.
5+
* Modified cmdlet Import-KMSKeyMaterial: added parameters ImportType, KeyMaterialDescription and KeyMaterialId.
6+
* Modified cmdlet Remove-KMSImportedKeyMaterial: added parameter KeyMaterialId.
7+
8+
### 4.1.834 (2025-06-04 20:35Z)
29
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1058.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
310
* Amazon Elastic VMware Service. Added cmdlets to support the service. Cmdlets for the service have the noun prefix EVS and can be listed using the command 'Get-AWSCmdletName -Service EVS'.
411
* Amazon Invoicing

changelogs/CHANGELOG.ALL.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
### 4.1.834 (2025-06-04 20:35Z)
1+
### 4.1.835 (2025-06-05 20:31Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1059.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon Key Management Service
4+
* Modified cmdlet Get-KMSKeyRotation: added parameter IncludeKeyMaterial.
5+
* Modified cmdlet Import-KMSKeyMaterial: added parameters ImportType, KeyMaterialDescription and KeyMaterialId.
6+
* Modified cmdlet Remove-KMSImportedKeyMaterial: added parameter KeyMaterialId.
7+
8+
### 4.1.834 (2025-06-04 20:35Z)
29
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1058.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
310
* Amazon Elastic VMware Service. Added cmdlets to support the service. Cmdlets for the service have the noun prefix EVS and can be listed using the command 'Get-AWSCmdletName -Service EVS'.
411
* Amazon Invoicing

generator/AWSPSGeneratorLib/Config/ServiceConfig/kms.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
<Params />
6262
<TypesNotToFlatten />
6363
</ServiceOperation>
64-
<ServiceOperation MethodName="DeleteImportedKeyMaterial" Verb="Remove" Noun="ImportedKeyMaterial" ShouldProcessTarget="KeyId" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyV4Pagination="true">
64+
<ServiceOperation MethodName="DeleteImportedKeyMaterial" OutputProperty="*" Verb="Remove" Noun="ImportedKeyMaterial" ShouldProcessTarget="KeyId" PipelineParameter="KeyId" NoPipelineParameter="false">
6565
<Params />
6666
<TypesNotToFlatten />
6767
</ServiceOperation>
6868
<ServiceOperation MethodName="DeriveSharedSecret" OutputProperty="*" Verb="Get" Noun="SharedSecret" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyV4Pagination="true">
6969
<Params />
7070
<TypesNotToFlatten />
7171
</ServiceOperation>
72-
<ServiceOperation MethodName="DescribeCustomKeyStores" OutputProperty="CustomKeyStores" Verb="Get" Noun="CustomKeyStore" PipelineParameter="CustomKeyStoreId" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
72+
<ServiceOperation MethodName="DescribeCustomKeyStores" OutputProperty="CustomKeyStores" Verb="Get" Noun="CustomKeyStore" PipelineParameter="CustomKeyStoreId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
7373
<Params />
7474
<TypesNotToFlatten />
7575
</ServiceOperation>
@@ -147,35 +147,35 @@
147147
<Params />
148148
<TypesNotToFlatten />
149149
</ServiceOperation>
150-
<ServiceOperation MethodName="ImportKeyMaterial" Verb="Import" Noun="KeyMaterial" ShouldProcessTarget="KeyId" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyV4Pagination="true">
150+
<ServiceOperation MethodName="ImportKeyMaterial" OutputProperty="*" Verb="Import" Noun="KeyMaterial" ShouldProcessTarget="KeyId" PipelineParameter="KeyId" NoPipelineParameter="false">
151151
<Params />
152152
<TypesNotToFlatten />
153153
</ServiceOperation>
154-
<ServiceOperation MethodName="ListAliases" OutputProperty="Aliases" Verb="Get" Noun="AliasList" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-KMSAliases" LegacyV4Pagination="true">
154+
<ServiceOperation MethodName="ListAliases" OutputProperty="Aliases" Verb="Get" Noun="AliasList" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-KMSAliases">
155155
<Params />
156156
<TypesNotToFlatten />
157157
</ServiceOperation>
158-
<ServiceOperation MethodName="ListGrants" OutputProperty="Grants" Verb="Get" Noun="GrantList" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-KMSGrants" LegacyV4Pagination="true">
158+
<ServiceOperation MethodName="ListGrants" OutputProperty="Grants" Verb="Get" Noun="GrantList" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-KMSGrants">
159159
<Params />
160160
<TypesNotToFlatten />
161161
</ServiceOperation>
162-
<ServiceOperation MethodName="ListKeyPolicies" OutputProperty="PolicyNames" Verb="Get" Noun="KeyPolicyList" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-KMSKeyPolicies" LegacyV4Pagination="true">
162+
<ServiceOperation MethodName="ListKeyPolicies" OutputProperty="PolicyNames" Verb="Get" Noun="KeyPolicyList" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-KMSKeyPolicies">
163163
<Params />
164164
<TypesNotToFlatten />
165165
</ServiceOperation>
166166
<ServiceOperation MethodName="ListKeyRotations" OutputProperty="Rotations" Verb="Get" Noun="KeyRotation" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyV4Pagination="true">
167167
<Params />
168168
<TypesNotToFlatten />
169169
</ServiceOperation>
170-
<ServiceOperation MethodName="ListKeys" OutputProperty="Keys" Verb="Get" Noun="KeyList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-KMSKeys" LegacyV4Pagination="true">
170+
<ServiceOperation MethodName="ListKeys" OutputProperty="Keys" Verb="Get" Noun="KeyList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-KMSKeys">
171171
<Params />
172172
<TypesNotToFlatten />
173173
</ServiceOperation>
174-
<ServiceOperation MethodName="ListResourceTags" OutputProperty="Tags" Verb="Get" Noun="ResourceTag" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
174+
<ServiceOperation MethodName="ListResourceTags" OutputProperty="Tags" Verb="Get" Noun="ResourceTag" PipelineParameter="KeyId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
175175
<Params />
176176
<TypesNotToFlatten />
177177
</ServiceOperation>
178-
<ServiceOperation MethodName="ListRetirableGrants" OutputProperty="Grants" Verb="Get" Noun="RetirableGrant" PipelineParameter="" NoPipelineParameter="true" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
178+
<ServiceOperation MethodName="ListRetirableGrants" OutputProperty="Grants" Verb="Get" Noun="RetirableGrant" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
179179
<Params />
180180
<TypesNotToFlatten />
181181
</ServiceOperation>

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43381,6 +43381,20 @@ $KMS_Completers = {
4338143381
break
4338243382
}
4338343383

43384+
# Amazon.KeyManagementService.ImportType
43385+
"Import-KMSKeyMaterial/ImportType"
43386+
{
43387+
$v = "EXISTING_KEY_MATERIAL","NEW_KEY_MATERIAL"
43388+
break
43389+
}
43390+
43391+
# Amazon.KeyManagementService.IncludeKeyMaterial
43392+
"Get-KMSKeyRotation/IncludeKeyMaterial"
43393+
{
43394+
$v = "ALL_KEY_MATERIAL","ROTATIONS_ONLY"
43395+
break
43396+
}
43397+
4338443398
# Amazon.KeyManagementService.KeyAgreementAlgorithmSpec
4338543399
"Get-KMSSharedSecret/KeyAgreementAlgorithm"
4338643400
{
@@ -43483,6 +43497,8 @@ $KMS_map = @{
4348343497
"DestinationEncryptionAlgorithm"=@("Invoke-KMSReEncrypt")
4348443498
"EncryptionAlgorithm"=@("Invoke-KMSDecrypt","Invoke-KMSEncrypt")
4348543499
"ExpirationModel"=@("Import-KMSKeyMaterial")
43500+
"ImportType"=@("Import-KMSKeyMaterial")
43501+
"IncludeKeyMaterial"=@("Get-KMSKeyRotation")
4348643502
"KeyAgreementAlgorithm"=@("Get-KMSSharedSecret")
4348743503
"KeyPairSpec"=@("New-KMSDataKeyPair","New-KMSDataKeyPairWithoutPlaintext")
4348843504
"KeySpec"=@("New-KMSDataKey","New-KMSDataKeyWithoutPlaintext","New-KMSKey")

modules/AWSPowerShell/Cmdlets/KeyManagementService/AWS.Tools.KeyManagementService.Completers.psm1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,20 @@ $KMS_Completers = {
140140
break
141141
}
142142

143+
# Amazon.KeyManagementService.ImportType
144+
"Import-KMSKeyMaterial/ImportType"
145+
{
146+
$v = "EXISTING_KEY_MATERIAL","NEW_KEY_MATERIAL"
147+
break
148+
}
149+
150+
# Amazon.KeyManagementService.IncludeKeyMaterial
151+
"Get-KMSKeyRotation/IncludeKeyMaterial"
152+
{
153+
$v = "ALL_KEY_MATERIAL","ROTATIONS_ONLY"
154+
break
155+
}
156+
143157
# Amazon.KeyManagementService.KeyAgreementAlgorithmSpec
144158
"Get-KMSSharedSecret/KeyAgreementAlgorithm"
145159
{
@@ -242,6 +256,8 @@ $KMS_map = @{
242256
"DestinationEncryptionAlgorithm"=@("Invoke-KMSReEncrypt")
243257
"EncryptionAlgorithm"=@("Invoke-KMSDecrypt","Invoke-KMSEncrypt")
244258
"ExpirationModel"=@("Import-KMSKeyMaterial")
259+
"ImportType"=@("Import-KMSKeyMaterial")
260+
"IncludeKeyMaterial"=@("Get-KMSKeyRotation")
245261
"KeyAgreementAlgorithm"=@("Get-KMSSharedSecret")
246262
"KeyPairSpec"=@("New-KMSDataKeyPair","New-KMSDataKeyPairWithoutPlaintext")
247263
"KeySpec"=@("New-KMSDataKey","New-KMSDataKeyWithoutPlaintext","New-KMSKey")

modules/AWSPowerShell/Cmdlets/KeyManagementService/Basic/Add-KMSResourceTag-Cmdlet.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ namespace Amazon.PowerShell.Cmdlets.KMS
4343
/// You can use this operation to tag a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer
4444
/// managed key</a>, but you cannot tag an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
4545
/// Web Services managed key</a>, an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk">Amazon
46-
/// Web Services owned key</a>, a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#keystore-concept">custom
47-
/// key store</a>, or an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#alias-concept">alias</a>.
46+
/// Web Services owned key</a>, a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-store-overview.html">custom
47+
/// key store</a>, or an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-alias.html">alias</a>.
4848
/// </para><para>
4949
/// You can also add tags to a KMS key while creating it (<a>CreateKey</a>) or replicating
5050
/// it (<a>ReplicateKey</a>).
@@ -62,7 +62,7 @@ namespace Amazon.PowerShell.Cmdlets.KMS
6262
/// </para><para><b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:TagResource</a>
6363
/// (key policy)
6464
/// </para><para><b>Related operations</b></para><ul><li><para><a>CreateKey</a></para></li><li><para><a>ListResourceTags</a></para></li><li><para><a>ReplicateKey</a></para></li><li><para><a>UntagResource</a></para></li></ul><para><b>Eventual consistency</b>: The KMS API follows an eventual consistency model. For
65-
/// more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/programming-eventual-consistency.html">KMS
65+
/// more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/accessing-kms.html#programming-eventual-consistency">KMS
6666
/// eventual consistency</a>.
6767
/// </para>
6868
/// </summary>

modules/AWSPowerShell/Cmdlets/KeyManagementService/Basic/Connect-KMSCustomKeyStore-Cmdlet.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
namespace Amazon.PowerShell.Cmdlets.KMS
2929
{
3030
/// <summary>
31-
/// Connects or reconnects a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">custom
31+
/// Connects or reconnects a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-store-overview.html">custom
3232
/// key store</a> to its backing key store. For an CloudHSM key store, <c>ConnectCustomKeyStore</c>
3333
/// connects the key store to its associated CloudHSM cluster. For an external key store,
3434
/// <c>ConnectCustomKeyStore</c> connects the key store to the external key store proxy
@@ -47,9 +47,9 @@ namespace Amazon.PowerShell.Cmdlets.KMS
4747
/// the custom key store is connected. To get the connection state of the custom key store,
4848
/// use the <a>DescribeCustomKeyStores</a> operation.
4949
/// </para><para>
50-
/// This operation is part of the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">custom
51-
/// key stores</a> feature in KMS, which combines the convenience and extensive integration
52-
/// of KMS with the isolation and control of a key store that you own and manage.
50+
/// This operation is part of the custom key stores feature in KMS, which combines the
51+
/// convenience and extensive integration of KMS with the isolation and control of a key
52+
/// store that you own and manage.
5353
/// </para><para>
5454
/// The <c>ConnectCustomKeyStore</c> operation might fail for various reasons. To find
5555
/// the reason, use the <a>DescribeCustomKeyStores</a> operation and see the <c>ConnectionErrorCode</c>
@@ -67,7 +67,7 @@ namespace Amazon.PowerShell.Cmdlets.KMS
6767
/// To connect an CloudHSM key store, its associated CloudHSM cluster must have at least
6868
/// one active HSM. To get the number of active HSMs in a cluster, use the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DescribeClusters.html">DescribeClusters</a>
6969
/// operation. To add HSMs to the cluster, use the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_CreateHsm.html">CreateHsm</a>
70-
/// operation. Also, the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-store-concepts.html#concept-kmsuser"><c>kmsuser</c> crypto user</a> (CU) must not be logged into the cluster. This prevents
70+
/// operation. Also, the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/keystore-cloudhsm.html#concept-kmsuser"><c>kmsuser</c> crypto user</a> (CU) must not be logged into the cluster. This prevents
7171
/// KMS from using this account to log in.
7272
/// </para><para>
7373
/// If you are having trouble connecting or disconnecting a CloudHSM key store, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/fix-keystore.html">Troubleshooting
@@ -94,7 +94,7 @@ namespace Amazon.PowerShell.Cmdlets.KMS
9494
/// </para><para><b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ConnectCustomKeyStore</a>
9595
/// (IAM policy)
9696
/// </para><para><b>Related operations</b></para><ul><li><para><a>CreateCustomKeyStore</a></para></li><li><para><a>DeleteCustomKeyStore</a></para></li><li><para><a>DescribeCustomKeyStores</a></para></li><li><para><a>DisconnectCustomKeyStore</a></para></li><li><para><a>UpdateCustomKeyStore</a></para></li></ul><para><b>Eventual consistency</b>: The KMS API follows an eventual consistency model. For
97-
/// more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/programming-eventual-consistency.html">KMS
97+
/// more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/accessing-kms.html#programming-eventual-consistency">KMS
9898
/// eventual consistency</a>.
9999
/// </para>
100100
/// </summary>

modules/AWSPowerShell/Cmdlets/KeyManagementService/Basic/Disable-KMSGrant-Cmdlet.cs

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,19 @@ namespace Amazon.PowerShell.Cmdlets.KMS
3838
/// This operation can be called by the <i>retiring principal</i> for a grant, by the
3939
/// <i>grantee principal</i> if the grant allows the <c>RetireGrant</c> operation, and
4040
/// by the Amazon Web Services account in which the grant is created. It can also be called
41-
/// by principals to whom permission for retiring a grant is delegated. For details, see
42-
/// <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grant-manage.html#grant-delete">Retiring
43-
/// and revoking grants</a> in the <i>Key Management Service Developer Guide</i>.
41+
/// by principals to whom permission for retiring a grant is delegated.
4442
/// </para><para>
4543
/// For detailed information about grants, including grant terminology, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grants.html">Grants
4644
/// in KMS</a> in the <i><i>Key Management Service Developer Guide</i></i>. For examples
47-
/// of working with grants in several programming languages, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/programming-grants.html">Programming
48-
/// grants</a>.
45+
/// of creating grants in several programming languages, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/example_kms_CreateGrant_section.html">Use
46+
/// CreateGrant with an Amazon Web Services SDK or CLI</a>.
4947
/// </para><para><b>Cross-account use</b>: Yes. You can retire a grant on a KMS key in a different
5048
/// Amazon Web Services account.
5149
/// </para><para><b>Required permissions</b>: Permission to retire a grant is determined primarily
52-
/// by the grant. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grant-manage.html#grant-delete">Retiring
50+
/// by the grant. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grant-delete.html">Retiring
5351
/// and revoking grants</a> in the <i>Key Management Service Developer Guide</i>.
5452
/// </para><para><b>Related operations:</b></para><ul><li><para><a>CreateGrant</a></para></li><li><para><a>ListGrants</a></para></li><li><para><a>ListRetirableGrants</a></para></li><li><para><a>RevokeGrant</a></para></li></ul><para><b>Eventual consistency</b>: The KMS API follows an eventual consistency model. For
55-
/// more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/programming-eventual-consistency.html">KMS
53+
/// more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/accessing-kms.html#programming-eventual-consistency">KMS
5654
/// eventual consistency</a>.
5755
/// </para>
5856
/// </summary>
@@ -71,8 +69,8 @@ public partial class DisableKMSGrantCmdlet : AmazonKeyManagementServiceClientCmd
7169
#region Parameter DryRun
7270
/// <summary>
7371
/// <para>
74-
/// <para>Checks if your request will succeed. <c>DryRun</c> is an optional parameter. </para><para>To learn more about how to use this parameter, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/programming-dryrun.html">Testing
75-
/// your KMS API calls</a> in the <i>Key Management Service Developer Guide</i>.</para>
72+
/// <para>Checks if your request will succeed. <c>DryRun</c> is an optional parameter. </para><para>To learn more about how to use this parameter, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/testing-permissions.html">Testing
73+
/// your permissions</a> in the <i>Key Management Service Developer Guide</i>.</para>
7674
/// </para>
7775
/// </summary>
7876
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

0 commit comments

Comments
 (0)