Skip to content

Commit 3ef520e

Browse files
4.1.682
1 parent b98f17c commit 3ef520e

File tree

85 files changed

+1894
-200
lines changed

Some content is hidden

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

85 files changed

+1894
-200
lines changed

Include/sdk/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.909.0",
4+
"ProductVersion" : "3.7.910.0",
55
"CoreVersion" : "3.7.400.36",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -16,7 +16,7 @@
1616
"InPreview" : false
1717
},
1818
"AutoScaling" : {
19-
"Version" : "3.7.401.34",
19+
"Version" : "3.7.402.0",
2020
"AssemblyVersionOverride" : "3.3",
2121
"Dependencies" : {
2222
"Core" : "3.7.400.36"
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.410.0",
157+
"Version" : "3.7.411.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.400.36"
@@ -524,7 +524,7 @@
524524
"InPreview" : false
525525
},
526526
"DatabaseMigrationService" : {
527-
"Version" : "3.7.401.3",
527+
"Version" : "3.7.402.0",
528528
"AssemblyVersionOverride" : "3.3",
529529
"Dependencies" : {
530530
"Core" : "3.7.400.36"
@@ -1044,7 +1044,7 @@
10441044
"InPreview" : false
10451045
},
10461046
"FMS" : {
1047-
"Version" : "3.7.400.36",
1047+
"Version" : "3.7.401.0",
10481048
"AssemblyVersionOverride" : "3.3",
10491049
"Dependencies" : {
10501050
"Core" : "3.7.400.36"
@@ -1116,7 +1116,7 @@
11161116
"InPreview" : false
11171117
},
11181118
"EKS" : {
1119-
"Version" : "3.7.402.32",
1119+
"Version" : "3.7.403.0",
11201120
"AssemblyVersionOverride" : "3.3",
11211121
"Dependencies" : {
11221122
"Core" : "3.7.400.36"
@@ -1428,7 +1428,7 @@
14281428
"InPreview" : false
14291429
},
14301430
"ApplicationInsights" : {
1431-
"Version" : "3.7.400.36",
1431+
"Version" : "3.7.401.0",
14321432
"AssemblyVersionOverride" : "3.3",
14331433
"Dependencies" : {
14341434
"Core" : "3.7.400.36"
@@ -1572,7 +1572,7 @@
15721572
"InPreview" : false
15731573
},
15741574
"WAFV2" : {
1575-
"Version" : "3.7.401.24",
1575+
"Version" : "3.7.402.0",
15761576
"AssemblyVersionOverride" : "3.3",
15771577
"Dependencies" : {
15781578
"Core" : "3.7.400.36"
@@ -2700,7 +2700,7 @@
27002700
"InPreview" : false
27012701
},
27022702
"PaymentCryptographyData" : {
2703-
"Version" : "3.7.400.36",
2703+
"Version" : "3.7.401.0",
27042704
"AssemblyVersionOverride" : "3.3",
27052705
"Dependencies" : {
27062706
"Core" : "3.7.400.36"
@@ -2892,7 +2892,7 @@
28922892
"InPreview" : false
28932893
},
28942894
"BedrockAgentRuntime" : {
2895-
"Version" : "3.7.405.8",
2895+
"Version" : "3.7.406.0",
28962896
"AssemblyVersionOverride" : "3.3",
28972897
"Dependencies" : {
28982898
"Core" : "3.7.400.36"

changelogs/CHANGELOG.2024.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
### 4.1.681 (2024-10-18 20:53Z)
1+
### 4.1.682 (2024-10-21 20:56Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.910.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 Bedrock Agent Runtime
4+
* Modified cmdlet Invoke-BARRetrieveAndGenerate: added parameters OrchestrationConfiguration_AdditionalModelRequestField, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_MaxTokens, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_StopSequences, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_Temperature, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_TopP and RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_PromptTemplate_TextPromptTemplate.
5+
* Amazon CloudWatch Application Insights
6+
* Modified cmdlet New-CWAIApplication: added parameter SNSNotificationArn.
7+
* Modified cmdlet Update-CWAIApplication: added parameter SNSNotificationArn.
8+
* Amazon Database Migration Service
9+
* Modified cmdlet Start-DMSReplicationTaskAssessmentRun: added parameter Tag.
10+
* Amazon Elastic Container Service for Kubernetes
11+
* Modified cmdlet New-EKSCluster: added parameter ZonalShiftConfig_Enabled.
12+
* Modified cmdlet Update-EKSClusterConfig: added parameter ZonalShiftConfig_Enabled.
13+
* Amazon Payment Cryptography Data
14+
* Added cmdlet New-PAYCDMacEmvPinChange leveraging the GenerateMacEmvPinChange service API.
15+
16+
### 4.1.681 (2024-10-18 20:53Z)
217
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.909.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.
318
* Amazon Athena
419
* [Breaking Change] Modified cmdlet New-ATHDataCatalog: output changed from Amazon.Athena.Model.CreateDataCatalogResponse to None.

changelogs/CHANGELOG.ALL.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
### 4.1.681 (2024-10-18 20:53Z)
1+
### 4.1.682 (2024-10-21 20:56Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.910.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 Bedrock Agent Runtime
4+
* Modified cmdlet Invoke-BARRetrieveAndGenerate: added parameters OrchestrationConfiguration_AdditionalModelRequestField, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_MaxTokens, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_StopSequences, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_Temperature, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_TopP and RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_PromptTemplate_TextPromptTemplate.
5+
* Amazon CloudWatch Application Insights
6+
* Modified cmdlet New-CWAIApplication: added parameter SNSNotificationArn.
7+
* Modified cmdlet Update-CWAIApplication: added parameter SNSNotificationArn.
8+
* Amazon Database Migration Service
9+
* Modified cmdlet Start-DMSReplicationTaskAssessmentRun: added parameter Tag.
10+
* Amazon Elastic Container Service for Kubernetes
11+
* Modified cmdlet New-EKSCluster: added parameter ZonalShiftConfig_Enabled.
12+
* Modified cmdlet Update-EKSClusterConfig: added parameter ZonalShiftConfig_Enabled.
13+
* Amazon Payment Cryptography Data
14+
* Added cmdlet New-PAYCDMacEmvPinChange leveraging the GenerateMacEmvPinChange service API.
15+
16+
### 4.1.681 (2024-10-18 20:53Z)
217
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.909.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.
318
* Amazon Athena
419
* [Breaking Change] Modified cmdlet New-ATHDataCatalog: output changed from Amazon.Athena.Model.CreateDataCatalogResponse to None.

generator/AWSPSGeneratorLib/Config/ServiceConfig/bedrock-agent-runtime.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
<Param Name="RetrieveAndGenerateConfiguration_ExternalSourcesConfiguration_GenerationConfiguration_GuardrailConfiguration_GuardrailId" NewName="RetrieveAndGenerateConfiguration_ExternalSourcesConfiguration_GenerationConfiguration_GuardrailConfiguration_GuardrailId" />
5151
<Param Name="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_GenerationConfiguration_GuardrailConfiguration_GuardrailVersion" NewName="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_GenerationConfiguration_GuardrailConfiguration_GuardrailVersion" />
5252
<Param Name="RetrieveAndGenerateConfiguration_ExternalSourcesConfiguration_GenerationConfiguration_GuardrailConfiguration_GuardrailVersion" NewName="RetrieveAndGenerateConfiguration_ExternalSourcesConfiguration_GenerationConfiguration_GuardrailConfiguration_GuardrailVersion" />
53+
<Param Name="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_MaxTokens" NewName="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_MaxTokens" />
54+
<Param Name="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_StopSequences" NewName="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_StopSequences" />
55+
<Param Name="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_Temperature" NewName="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_Temperature" />
56+
<Param Name="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_TopP" NewName="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_TopP" />
57+
<Param Name="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_PromptTemplate_TextPromptTemplate" NewName="RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_PromptTemplate_TextPromptTemplate" />
5358
</Params>
5459
<TypesNotToFlatten />
5560
</ServiceOperation>

generator/AWSPSGeneratorLib/Config/ServiceConfig/payment-cryptography-data.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
<Params />
3535
<TypesNotToFlatten />
3636
</ServiceOperation>
37+
<ServiceOperation MethodName="GenerateMacEmvPinChange" OutputProperty="*" Verb="New" Noun="MacEmvPinChange" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
38+
<Params>
39+
<Param Name="DerivationMethodAttributes_Amex_CurrentPinAttributes_CurrentEncryptedPinBlock" NewName="DerivationMethodAttributes_Amex_CurrentPinAttributes_CurrentEncryptedPinBlock" />
40+
<Param Name="DerivationMethodAttributes_Visa_CurrentPinAttributes_CurrentEncryptedPinBlock" NewName="DerivationMethodAttributes_Visa_CurrentPinAttributes_CurrentEncryptedPinBlock" />
41+
<Param Name="DerivationMethodAttributes_Amex_CurrentPinAttributes_CurrentPinPekIdentifier" NewName="DerivationMethodAttributes_Amex_CurrentPinAttributes_CurrentPinPekIdentifier" />
42+
<Param Name="DerivationMethodAttributes_Visa_CurrentPinAttributes_CurrentPinPekIdentifier" NewName="DerivationMethodAttributes_Visa_CurrentPinAttributes_CurrentPinPekIdentifier" />
43+
</Params>
44+
<TypesNotToFlatten />
45+
</ServiceOperation>
3746
<ServiceOperation MethodName="GeneratePinData" OutputProperty="*" Verb="New" Noun="PinData" AnonymousShouldProcessTarget="true" PipelineParameter="GenerationKeyIdentifier" NoPipelineParameter="false">
3847
<Params />
3948
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21368,6 +21368,8 @@ Set-Alias -Name Generate-PAYCDCardValidationData -Value New-PAYCDCardValidationD
2136821368
Set-Alias -Name PAYCD-GenerateCardValidationData -Value New-PAYCDCardValidationData
2136921369
Set-Alias -Name Generate-PAYCDMac -Value New-PAYCDMac
2137021370
Set-Alias -Name PAYCD-GenerateMac -Value New-PAYCDMac
21371+
Set-Alias -Name Generate-PAYCDMacEmvPinChange -Value New-PAYCDMacEmvPinChange
21372+
Set-Alias -Name PAYCD-GenerateMacEmvPinChange -Value New-PAYCDMacEmvPinChange
2137121373
Set-Alias -Name Generate-PAYCDPinData -Value New-PAYCDPinData
2137221374
Set-Alias -Name PAYCD-GeneratePinData -Value New-PAYCDPinData
2137321375
Set-Alias -Name Re-PAYCDEncryptData -Value Update-PAYCDEncryptData

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2769,7 +2769,7 @@ $CWAI_Completers = {
27692769
($_ -eq "Update-CWAIWorkload/WorkloadConfiguration_Tier")
27702770
}
27712771
{
2772-
$v = "ACTIVE_DIRECTORY","CUSTOM","DEFAULT","DOT_NET_CORE","DOT_NET_WEB","DOT_NET_WEB_TIER","DOT_NET_WORKER","JAVA_JMX","MYSQL","ORACLE","POSTGRESQL","SAP_HANA_HIGH_AVAILABILITY","SAP_HANA_MULTI_NODE","SAP_HANA_SINGLE_NODE","SAP_NETWEAVER_DISTRIBUTED","SAP_NETWEAVER_HIGH_AVAILABILITY","SAP_NETWEAVER_STANDARD","SHAREPOINT","SQL_SERVER","SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP","SQL_SERVER_FAILOVER_CLUSTER_INSTANCE"
2772+
$v = "ACTIVE_DIRECTORY","CUSTOM","DEFAULT","DOT_NET_CORE","DOT_NET_WEB","DOT_NET_WEB_TIER","DOT_NET_WORKER","JAVA_JMX","MYSQL","ORACLE","POSTGRESQL","SAP_ASE_HIGH_AVAILABILITY","SAP_ASE_SINGLE_NODE","SAP_HANA_HIGH_AVAILABILITY","SAP_HANA_MULTI_NODE","SAP_HANA_SINGLE_NODE","SAP_NETWEAVER_DISTRIBUTED","SAP_NETWEAVER_HIGH_AVAILABILITY","SAP_NETWEAVER_STANDARD","SHAREPOINT","SQL_SERVER","SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP","SQL_SERVER_FAILOVER_CLUSTER_INSTANCE"
27732773
break
27742774
}
27752775

@@ -23898,7 +23898,7 @@ $EC2_Completers = {
2389823898
# Amazon.EC2.NetworkInterfaceCreationType
2389923899
"New-EC2NetworkInterface/InterfaceType"
2390023900
{
23901-
$v = "branch","efa","trunk"
23901+
$v = "branch","efa","efa-only","trunk"
2390223902
break
2390323903
}
2390423904

@@ -51586,7 +51586,8 @@ $PAYCD_Completers = {
5158651586
# Amazon.PaymentCryptographyData.EmvEncryptionMode
5158751587
{
5158851588
($_ -eq "Protect-PAYCDData/Emv_Mode") -Or
51589-
($_ -eq "Unprotect-PAYCDData/Emv_Mode")
51589+
($_ -eq "Unprotect-PAYCDData/Emv_Mode") -Or
51590+
($_ -eq "New-PAYCDMacEmvPinChange/EmvCommon_Mode")
5159051591
}
5159151592
{
5159251593
$v = "CBC","ECB"
@@ -51641,9 +51642,14 @@ $PAYCD_Completers = {
5164151642

5164251643
# Amazon.PaymentCryptographyData.MajorKeyDerivationMode
5164351644
{
51645+
($_ -eq "New-PAYCDMacEmvPinChange/Amex_MajorKeyDerivationMode") -Or
51646+
($_ -eq "New-PAYCDMacEmvPinChange/Emv2000_MajorKeyDerivationMode") -Or
51647+
($_ -eq "New-PAYCDMacEmvPinChange/EmvCommon_MajorKeyDerivationMode") -Or
5164451648
($_ -eq "New-PAYCDMac/EmvMac_MajorKeyDerivationMode") -Or
5164551649
($_ -eq "Test-PAYCDMac/EmvMac_MajorKeyDerivationMode") -Or
51646-
($_ -eq "Test-PAYCDAuthRequestCryptogram/MajorKeyDerivationMode")
51650+
($_ -eq "Test-PAYCDAuthRequestCryptogram/MajorKeyDerivationMode") -Or
51651+
($_ -eq "New-PAYCDMacEmvPinChange/Mastercard_MajorKeyDerivationMode") -Or
51652+
($_ -eq "New-PAYCDMacEmvPinChange/Visa_MajorKeyDerivationMode")
5164751653
}
5164851654
{
5164951655
$v = "EMV_OPTION_A","EMV_OPTION_B"
@@ -51664,6 +51670,13 @@ $PAYCD_Completers = {
5166451670
break
5166551671
}
5166651672

51673+
# Amazon.PaymentCryptographyData.PinBlockFormatForEmvPinChange
51674+
"New-PAYCDMacEmvPinChange/PinBlockFormat"
51675+
{
51676+
$v = "ISO_FORMAT_0","ISO_FORMAT_1","ISO_FORMAT_3"
51677+
break
51678+
}
51679+
5166751680
# Amazon.PaymentCryptographyData.PinBlockFormatForPinData
5166851681
{
5166951682
($_ -eq "New-PAYCDPinData/PinBlockFormat") -Or
@@ -51674,6 +51687,20 @@ $PAYCD_Completers = {
5167451687
break
5167551688
}
5167651689

51690+
# Amazon.PaymentCryptographyData.PinBlockLengthPosition
51691+
"New-PAYCDMacEmvPinChange/EmvCommon_PinBlockLengthPosition"
51692+
{
51693+
$v = "FRONT_OF_PIN_BLOCK","NONE"
51694+
break
51695+
}
51696+
51697+
# Amazon.PaymentCryptographyData.PinBlockPaddingType
51698+
"New-PAYCDMacEmvPinChange/EmvCommon_PinBlockPaddingType"
51699+
{
51700+
$v = "ISO_IEC_7816_4","NO_PADDING"
51701+
break
51702+
}
51703+
5167751704
# Amazon.PaymentCryptographyData.SessionKeyDerivationMode
5167851705
{
5167951706
($_ -eq "New-PAYCDMac/EmvMac_SessionKeyDerivationMode") -Or
@@ -51693,6 +51720,7 @@ $PAYCD_Completers = {
5169351720
}
5169451721

5169551722
$PAYCD_map = @{
51723+
"Amex_MajorKeyDerivationMode"=@("New-PAYCDMacEmvPinChange")
5169651724
"Asymmetric_PaddingType"=@("Protect-PAYCDData","Unprotect-PAYCDData")
5169751725
"Dukpt_DukptKeyDerivationType"=@("Protect-PAYCDData","Unprotect-PAYCDData")
5169851726
"Dukpt_DukptKeyVariant"=@("Protect-PAYCDData","Unprotect-PAYCDData")
@@ -51706,6 +51734,11 @@ $PAYCD_map = @{
5170651734
"DukptIso9797Algorithm3_DukptKeyVariant"=@("New-PAYCDMac","Test-PAYCDMac")
5170751735
"Emv_MajorKeyDerivationMode"=@("Protect-PAYCDData","Unprotect-PAYCDData")
5170851736
"Emv_Mode"=@("Protect-PAYCDData","Unprotect-PAYCDData")
51737+
"Emv2000_MajorKeyDerivationMode"=@("New-PAYCDMacEmvPinChange")
51738+
"EmvCommon_MajorKeyDerivationMode"=@("New-PAYCDMacEmvPinChange")
51739+
"EmvCommon_Mode"=@("New-PAYCDMacEmvPinChange")
51740+
"EmvCommon_PinBlockLengthPosition"=@("New-PAYCDMacEmvPinChange")
51741+
"EmvCommon_PinBlockPaddingType"=@("New-PAYCDMacEmvPinChange")
5170951742
"EmvMac_MajorKeyDerivationMode"=@("New-PAYCDMac","Test-PAYCDMac")
5171051743
"EmvMac_SessionKeyDerivationMode"=@("New-PAYCDMac","Test-PAYCDMac")
5171151744
"GenerationAttributes_Algorithm"=@("New-PAYCDMac")
@@ -51718,6 +51751,7 @@ $PAYCD_map = @{
5171851751
"IncomingEncryptionAttributes_Symmetric_PaddingType"=@("Update-PAYCDEncryptData")
5171951752
"IncomingWrappedKey_KeyCheckValueAlgorithm"=@("Convert-PAYCDPinData","Update-PAYCDEncryptData")
5172051753
"MajorKeyDerivationMode"=@("Test-PAYCDAuthRequestCryptogram")
51754+
"Mastercard_MajorKeyDerivationMode"=@("New-PAYCDMacEmvPinChange")
5172151755
"OutgoingDukptAttributes_DukptKeyDerivationType"=@("Convert-PAYCDPinData")
5172251756
"OutgoingDukptAttributes_DukptKeyVariant"=@("Convert-PAYCDPinData")
5172351757
"OutgoingEncryptionAttributes_Dukpt_DukptKeyDerivationType"=@("Update-PAYCDEncryptData")
@@ -51726,10 +51760,11 @@ $PAYCD_map = @{
5172651760
"OutgoingEncryptionAttributes_Symmetric_Mode"=@("Update-PAYCDEncryptData")
5172751761
"OutgoingEncryptionAttributes_Symmetric_PaddingType"=@("Update-PAYCDEncryptData")
5172851762
"OutgoingWrappedKey_KeyCheckValueAlgorithm"=@("Convert-PAYCDPinData","Update-PAYCDEncryptData")
51729-
"PinBlockFormat"=@("New-PAYCDPinData","Test-PAYCDPinData")
51763+
"PinBlockFormat"=@("New-PAYCDMacEmvPinChange","New-PAYCDPinData","Test-PAYCDPinData")
5173051764
"Symmetric_Mode"=@("Protect-PAYCDData","Unprotect-PAYCDData")
5173151765
"Symmetric_PaddingType"=@("Protect-PAYCDData","Unprotect-PAYCDData")
5173251766
"VerificationAttributes_Algorithm"=@("Test-PAYCDMac")
51767+
"Visa_MajorKeyDerivationMode"=@("New-PAYCDMacEmvPinChange")
5173351768
"WrappedKey_KeyCheckValueAlgorithm"=@("Protect-PAYCDData","Unprotect-PAYCDData")
5173451769
}
5173551770

@@ -51787,6 +51822,7 @@ $PAYCD_SelectMap = @{
5178751822
"Protect-PAYCDData",
5178851823
"New-PAYCDCardValidationData",
5178951824
"New-PAYCDMac",
51825+
"New-PAYCDMacEmvPinChange",
5179051826
"New-PAYCDPinData",
5179151827
"Update-PAYCDEncryptData",
5179251828
"Convert-PAYCDPinData",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $CWAI_Completers = {
109109
($_ -eq "Update-CWAIWorkload/WorkloadConfiguration_Tier")
110110
}
111111
{
112-
$v = "ACTIVE_DIRECTORY","CUSTOM","DEFAULT","DOT_NET_CORE","DOT_NET_WEB","DOT_NET_WEB_TIER","DOT_NET_WORKER","JAVA_JMX","MYSQL","ORACLE","POSTGRESQL","SAP_HANA_HIGH_AVAILABILITY","SAP_HANA_MULTI_NODE","SAP_HANA_SINGLE_NODE","SAP_NETWEAVER_DISTRIBUTED","SAP_NETWEAVER_HIGH_AVAILABILITY","SAP_NETWEAVER_STANDARD","SHAREPOINT","SQL_SERVER","SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP","SQL_SERVER_FAILOVER_CLUSTER_INSTANCE"
112+
$v = "ACTIVE_DIRECTORY","CUSTOM","DEFAULT","DOT_NET_CORE","DOT_NET_WEB","DOT_NET_WEB_TIER","DOT_NET_WORKER","JAVA_JMX","MYSQL","ORACLE","POSTGRESQL","SAP_ASE_HIGH_AVAILABILITY","SAP_ASE_SINGLE_NODE","SAP_HANA_HIGH_AVAILABILITY","SAP_HANA_MULTI_NODE","SAP_HANA_SINGLE_NODE","SAP_NETWEAVER_DISTRIBUTED","SAP_NETWEAVER_HIGH_AVAILABILITY","SAP_NETWEAVER_STANDARD","SHAREPOINT","SQL_SERVER","SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP","SQL_SERVER_FAILOVER_CLUSTER_INSTANCE"
113113
break
114114
}
115115

0 commit comments

Comments
 (0)