Skip to content

Commit 9136761

Browse files
4.1.815
1 parent eeedfa3 commit 9136761

24 files changed

+2304
-862
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: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
### 4.1.814 (2025-05-06 20:31Z)
1+
### 4.1.815 (2025-05-07 20:49Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1039.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 CloudWatch Synthetics
4+
* Added cmdlet Start-CWSYNCanaryDryRun leveraging the StartCanaryDryRun service API.
5+
* Modified cmdlet Get-CWSYNCanary: added parameter DryRunId.
6+
* Modified cmdlet Get-CWSYNCanaryRun: added parameters DryRunId and RunType.
7+
* Modified cmdlet Update-CWSYNCanary: added parameter DryRunId.
8+
* Amazon Elastic Compute Cloud (EC2)
9+
* Modified cmdlet Start-EC2NetworkInsightsAnalysis: added parameter FilterOutArn.
10+
* Amazon Elemental MediaLive
11+
* Modified cmdlet Update-EMLChannel: added parameters AnywhereSettings_ChannelPlacementGroupId and AnywhereSettings_ClusterId.
12+
* Amazon SageMaker Service
13+
* Modified cmdlet New-SMDomain: added parameters UnifiedStudioSettings_DomainAccountId, UnifiedStudioSettings_DomainId, UnifiedStudioSettings_DomainRegion, UnifiedStudioSettings_EnvironmentId, UnifiedStudioSettings_ProjectId, UnifiedStudioSettings_ProjectS3Path and UnifiedStudioSettings_StudioWebPortalAccess.
14+
* Modified cmdlet New-SMSpace: added parameter SpaceSettings_SpaceManagedResource.
15+
* Modified cmdlet Update-SMDomain: added parameters UnifiedStudioSettings_DomainAccountId, UnifiedStudioSettings_DomainId, UnifiedStudioSettings_DomainRegion, UnifiedStudioSettings_EnvironmentId, UnifiedStudioSettings_ProjectId, UnifiedStudioSettings_ProjectS3Path and UnifiedStudioSettings_StudioWebPortalAccess.
16+
* Modified cmdlet Update-SMSpace: added parameter SpaceSettings_SpaceManagedResource.
17+
18+
### 4.1.814 (2025-05-06 20:31Z)
219
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1038.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.
320
* Amazon Elastic Compute Cloud (EC2)
421
* Modified cmdlet New-EC2ReplaceRootVolumeTask: added parameter VolumeInitializationRate.

changelogs/CHANGELOG.ALL.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
### 4.1.814 (2025-05-06 20:31Z)
1+
### 4.1.815 (2025-05-07 20:49Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1039.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 CloudWatch Synthetics
4+
* Added cmdlet Start-CWSYNCanaryDryRun leveraging the StartCanaryDryRun service API.
5+
* Modified cmdlet Get-CWSYNCanary: added parameter DryRunId.
6+
* Modified cmdlet Get-CWSYNCanaryRun: added parameters DryRunId and RunType.
7+
* Modified cmdlet Update-CWSYNCanary: added parameter DryRunId.
8+
* Amazon Elastic Compute Cloud (EC2)
9+
* Modified cmdlet Start-EC2NetworkInsightsAnalysis: added parameter FilterOutArn.
10+
* Amazon Elemental MediaLive
11+
* Modified cmdlet Update-EMLChannel: added parameters AnywhereSettings_ChannelPlacementGroupId and AnywhereSettings_ClusterId.
12+
* Amazon SageMaker Service
13+
* Modified cmdlet New-SMDomain: added parameters UnifiedStudioSettings_DomainAccountId, UnifiedStudioSettings_DomainId, UnifiedStudioSettings_DomainRegion, UnifiedStudioSettings_EnvironmentId, UnifiedStudioSettings_ProjectId, UnifiedStudioSettings_ProjectS3Path and UnifiedStudioSettings_StudioWebPortalAccess.
14+
* Modified cmdlet New-SMSpace: added parameter SpaceSettings_SpaceManagedResource.
15+
* Modified cmdlet Update-SMDomain: added parameters UnifiedStudioSettings_DomainAccountId, UnifiedStudioSettings_DomainId, UnifiedStudioSettings_DomainRegion, UnifiedStudioSettings_EnvironmentId, UnifiedStudioSettings_ProjectId, UnifiedStudioSettings_ProjectS3Path and UnifiedStudioSettings_StudioWebPortalAccess.
16+
* Modified cmdlet Update-SMSpace: added parameter SpaceSettings_SpaceManagedResource.
17+
18+
### 4.1.814 (2025-05-06 20:31Z)
219
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1038.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.
320
* Amazon Elastic Compute Cloud (EC2)
421
* Modified cmdlet New-EC2ReplaceRootVolumeTask: added parameter VolumeInitializationRate.

generator/AWSPSGeneratorLib/Config/ServiceConfig/synthetics.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
<Params />
9191
<TypesNotToFlatten />
9292
</ServiceOperation>
93+
<ServiceOperation MethodName="StartCanaryDryRun" OutputProperty="DryRunConfig" Verb="Start" Noun="CanaryDryRun" ShouldProcessTarget="Name" PipelineParameter="Name" NoPipelineParameter="false">
94+
<Params />
95+
<TypesNotToFlatten />
96+
</ServiceOperation>
9397
<ServiceOperation MethodName="StopCanary" Verb="Stop" Noun="Canary" ShouldProcessTarget="Name" PipelineParameter="Name" NoPipelineParameter="false" LegacyV4Pagination="true">
9498
<Params />
9599
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30132,6 +30132,7 @@ Set-Alias -Name List-CWSYNGroupList -Value Get-CWSYNGroupList
3013230132
Set-Alias -Name CWSYN-ListGroups -Value Get-CWSYNGroupList
3013330133
Set-Alias -Name CWSYN-ListTagsForResource -Value Get-CWSYNResourceTag
3013430134
Set-Alias -Name CWSYN-StartCanary -Value Start-CWSYNCanary
30135+
Set-Alias -Name CWSYN-StartCanaryDryRun -Value Start-CWSYNCanaryDryRun
3013530136
Set-Alias -Name CWSYN-StopCanary -Value Stop-CWSYNCanary
3013630137
Set-Alias -Name CWSYN-TagResource -Value Add-CWSYNResourceTag
3013730138
Set-Alias -Name CWSYN-UntagResource -Value Remove-CWSYNResourceTag

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66532,7 +66532,11 @@ $SM_Completers = {
6653266532
($_ -eq "New-SMDomain/AmazonQSettings_Status") -Or
6653366533
($_ -eq "Update-SMDomain/AmazonQSettings_Status") -Or
6653466534
($_ -eq "New-SMDomain/DockerSettings_EnableDockerAccess") -Or
66535-
($_ -eq "Update-SMDomain/DockerSettings_EnableDockerAccess")
66535+
($_ -eq "Update-SMDomain/DockerSettings_EnableDockerAccess") -Or
66536+
($_ -eq "New-SMSpace/SpaceSettings_SpaceManagedResource") -Or
66537+
($_ -eq "Update-SMSpace/SpaceSettings_SpaceManagedResource") -Or
66538+
($_ -eq "New-SMDomain/UnifiedStudioSettings_StudioWebPortalAccess") -Or
66539+
($_ -eq "Update-SMDomain/UnifiedStudioSettings_StudioWebPortalAccess")
6653666540
}
6653766541
{
6653866542
$v = "DISABLED","ENABLED"
@@ -67810,6 +67814,7 @@ $SM_map = @{
6781067814
"SpaceSettings_JupyterLabAppSettings_DefaultResourceSpec_InstanceType"=@("New-SMSpace","Update-SMSpace")
6781167815
"SpaceSettings_JupyterServerAppSettings_DefaultResourceSpec_InstanceType"=@("New-SMSpace","Update-SMSpace")
6781267816
"SpaceSettings_KernelGatewayAppSettings_DefaultResourceSpec_InstanceType"=@("New-SMSpace","Update-SMSpace")
67817+
"SpaceSettings_SpaceManagedResource"=@("New-SMSpace","Update-SMSpace")
6781367818
"SpaceSharingSettings_SharingType"=@("New-SMSpace")
6781467819
"Status"=@("Get-SMClusterSchedulerConfigList","Get-SMComputeQuotaList","Get-SMInferenceRecommendationsJobStepList","New-SMAction","Update-SMAction")
6781567820
"Status_PrimaryStatus"=@("New-SMTrialComponent","Update-SMTrialComponent")
@@ -67838,6 +67843,7 @@ $SM_map = @{
6783867843
"TtlDuration_Unit"=@("New-SMFeatureGroup","Update-SMFeatureGroup")
6783967844
"TuningObjective_Type"=@("New-SMHyperParameterTuningJob")
6784067845
"Type"=@("Get-SMInferenceExperimentList","New-SMInferenceExperiment","New-SMPartnerApp")
67846+
"UnifiedStudioSettings_StudioWebPortalAccess"=@("New-SMDomain","Update-SMDomain")
6784167847
"VendorGuidance"=@("New-SMImageVersion","Update-SMImageVersion")
6784267848
"WarmPoolStatusEqual"=@("Get-SMTrainingJobList")
6784367849
"WarmStartConfig_WarmStartType"=@("New-SMHyperParameterTuningJob")
@@ -74141,6 +74147,7 @@ $CWSYN_Completers = {
7414174147
# Amazon.Synthetics.EncryptionMode
7414274148
{
7414374149
($_ -eq "New-CWSYNCanary/S3Encryption_EncryptionMode") -Or
74150+
($_ -eq "Start-CWSYNCanaryDryRun/S3Encryption_EncryptionMode") -Or
7414474151
($_ -eq "Update-CWSYNCanary/S3Encryption_EncryptionMode")
7414574152
}
7414674153
{
@@ -74151,13 +74158,21 @@ $CWSYN_Completers = {
7415174158
# Amazon.Synthetics.ProvisionedResourceCleanupSetting
7415274159
{
7415374160
($_ -eq "New-CWSYNCanary/ProvisionedResourceCleanup") -Or
74161+
($_ -eq "Start-CWSYNCanaryDryRun/ProvisionedResourceCleanup") -Or
7415474162
($_ -eq "Update-CWSYNCanary/ProvisionedResourceCleanup")
7415574163
}
7415674164
{
7415774165
$v = "AUTOMATIC","OFF"
7415874166
break
7415974167
}
7416074168

74169+
# Amazon.Synthetics.RunType
74170+
"Get-CWSYNCanaryRun/RunType"
74171+
{
74172+
$v = "CANARY_RUN","DRY_RUN"
74173+
break
74174+
}
74175+
7416174176

7416274177
}
7416374178

@@ -74167,8 +74182,9 @@ $CWSYN_Completers = {
7416774182
}
7416874183

7416974184
$CWSYN_map = @{
74170-
"ProvisionedResourceCleanup"=@("New-CWSYNCanary","Update-CWSYNCanary")
74171-
"S3Encryption_EncryptionMode"=@("New-CWSYNCanary","Update-CWSYNCanary")
74185+
"ProvisionedResourceCleanup"=@("New-CWSYNCanary","Start-CWSYNCanaryDryRun","Update-CWSYNCanary")
74186+
"RunType"=@("Get-CWSYNCanaryRun")
74187+
"S3Encryption_EncryptionMode"=@("New-CWSYNCanary","Start-CWSYNCanaryDryRun","Update-CWSYNCanary")
7417274188
}
7417374189

7417474190
_awsArgumentCompleterRegistration $CWSYN_Completers $CWSYN_map
@@ -74238,6 +74254,7 @@ $CWSYN_SelectMap = @{
7423874254
"Get-CWSYNGroupList",
7423974255
"Get-CWSYNResourceTag",
7424074256
"Start-CWSYNCanary",
74257+
"Start-CWSYNCanaryDryRun",
7424174258
"Stop-CWSYNCanary",
7424274259
"Add-CWSYNResourceTag",
7424374260
"Remove-CWSYNResourceTag",

modules/AWSPowerShell/Cmdlets/EC2/Basic/Start-EC2NetworkInsightsAnalysis-Cmdlet.cs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ public partial class StartEC2NetworkInsightsAnalysisCmdlet : AmazonEC2ClientCmdl
6565
public System.String[] FilterInArn { get; set; }
6666
#endregion
6767

68+
#region Parameter FilterOutArn
69+
/// <summary>
70+
/// <para>
71+
/// <para>The Amazon Resource Names (ARN) of the resources that the path will ignore.</para>
72+
/// </para>
73+
/// </summary>
74+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
75+
[Alias("FilterOutArns")]
76+
public System.String[] FilterOutArn { get; set; }
77+
#endregion
78+
6879
#region Parameter NetworkInsightsPathId
6980
/// <summary>
7081
/// <para>
@@ -176,6 +187,10 @@ protected override void ProcessRecord()
176187
{
177188
context.FilterInArn = new List<System.String>(this.FilterInArn);
178189
}
190+
if (this.FilterOutArn != null)
191+
{
192+
context.FilterOutArn = new List<System.String>(this.FilterOutArn);
193+
}
179194
context.NetworkInsightsPathId = this.NetworkInsightsPathId;
180195
#if MODULAR
181196
if (this.NetworkInsightsPathId == null && ParameterWasBound(nameof(this.NetworkInsightsPathId)))
@@ -215,6 +230,10 @@ public object Execute(ExecutorContext context)
215230
{
216231
request.FilterInArns = cmdletContext.FilterInArn;
217232
}
233+
if (cmdletContext.FilterOutArn != null)
234+
{
235+
request.FilterOutArns = cmdletContext.FilterOutArn;
236+
}
218237
if (cmdletContext.NetworkInsightsPathId != null)
219238
{
220239
request.NetworkInsightsPathId = cmdletContext.NetworkInsightsPathId;
@@ -287,6 +306,7 @@ internal partial class CmdletContext : ExecutorContext
287306
public List<System.String> AdditionalAccount { get; set; }
288307
public System.String ClientToken { get; set; }
289308
public List<System.String> FilterInArn { get; set; }
309+
public List<System.String> FilterOutArn { get; set; }
290310
public System.String NetworkInsightsPathId { get; set; }
291311
public List<Amazon.EC2.Model.TagSpecification> TagSpecification { get; set; }
292312
public System.Func<Amazon.EC2.Model.StartNetworkInsightsAnalysisResponse, StartEC2NetworkInsightsAnalysisCmdlet, object> Select { get; set; } =

modules/AWSPowerShell/Cmdlets/Imagebuilder/Basic/New-EC2IBImageRecipe-Cmdlet.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,10 @@ public partial class NewEC2IBImageRecipeCmdlet : AmazonImagebuilderClientCmdlet,
102102
#region Parameter ParentImage
103103
/// <summary>
104104
/// <para>
105-
/// <para>The base image of the image recipe. The value of the string can be the ARN of the
106-
/// base image or an AMI ID. The format for the ARN follows this example: <c>arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x</c>.
107-
/// You can provide the specific version that you want to use, or you can use a wildcard
108-
/// in all of the fields. If you enter an AMI ID for the string value, you must have access
109-
/// to the AMI, and the AMI must be in the same Region in which you are using Image Builder.</para>
105+
/// <para>The base image for customizations specified in the image recipe. You can specify the
106+
/// parent image using one of the following options:</para><ul><li><para>AMI ID</para></li><li><para>Image Builder image Amazon Resource Name (ARN)</para></li><li><para>Amazon Web Services Systems Manager (SSM) Parameter Store Parameter, prefixed by <c>ssm:</c>,
107+
/// followed by the parameter name or ARN.</para></li><li><para>Amazon Web Services Marketplace product ID</para></li></ul><para>If you enter an AMI ID or an SSM parameter that contains the AMI ID, you must have
108+
/// access to the AMI, and the AMI must be in the source Region.</para>
110109
/// </para>
111110
/// </summary>
112111
#if !MODULAR

modules/AWSPowerShell/Cmdlets/MediaLive/Basic/Update-EMLChannel-Cmdlet.cs

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,27 @@ public partial class UpdateEMLChannelCmdlet : AmazonMediaLiveClientCmdlet, IExec
5959
public System.String ChannelId { get; set; }
6060
#endregion
6161

62+
#region Parameter AnywhereSettings_ChannelPlacementGroupId
63+
/// <summary>
64+
/// <para>
65+
/// The ID of the channel placement
66+
/// group for the channel.
67+
/// </para>
68+
/// </summary>
69+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
70+
public System.String AnywhereSettings_ChannelPlacementGroupId { get; set; }
71+
#endregion
72+
73+
#region Parameter AnywhereSettings_ClusterId
74+
/// <summary>
75+
/// <para>
76+
/// The ID of the cluster for the channel.
77+
/// </para>
78+
/// </summary>
79+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
80+
public System.String AnywhereSettings_ClusterId { get; set; }
81+
#endregion
82+
6283
#region Parameter InputSpecification_Codec
6384
/// <summary>
6485
/// <para>
@@ -286,6 +307,8 @@ protected override void ProcessRecord()
286307
context.Select = (response, cmdlet) => this.ChannelId;
287308
}
288309
#pragma warning restore CS0618, CS0612 //A class member was marked with the Obsolete attribute
310+
context.AnywhereSettings_ChannelPlacementGroupId = this.AnywhereSettings_ChannelPlacementGroupId;
311+
context.AnywhereSettings_ClusterId = this.AnywhereSettings_ClusterId;
289312
context.CdiInputSpecification_Resolution = this.CdiInputSpecification_Resolution;
290313
context.ChannelEngineVersion_Version = this.ChannelEngineVersion_Version;
291314
context.ChannelId = this.ChannelId;
@@ -331,6 +354,35 @@ public object Execute(ExecutorContext context)
331354
var request = new Amazon.MediaLive.Model.UpdateChannelRequest();
332355

333356

357+
// populate AnywhereSettings
358+
var requestAnywhereSettingsIsNull = true;
359+
request.AnywhereSettings = new Amazon.MediaLive.Model.AnywhereSettings();
360+
System.String requestAnywhereSettings_anywhereSettings_ChannelPlacementGroupId = null;
361+
if (cmdletContext.AnywhereSettings_ChannelPlacementGroupId != null)
362+
{
363+
requestAnywhereSettings_anywhereSettings_ChannelPlacementGroupId = cmdletContext.AnywhereSettings_ChannelPlacementGroupId;
364+
}
365+
if (requestAnywhereSettings_anywhereSettings_ChannelPlacementGroupId != null)
366+
{
367+
request.AnywhereSettings.ChannelPlacementGroupId = requestAnywhereSettings_anywhereSettings_ChannelPlacementGroupId;
368+
requestAnywhereSettingsIsNull = false;
369+
}
370+
System.String requestAnywhereSettings_anywhereSettings_ClusterId = null;
371+
if (cmdletContext.AnywhereSettings_ClusterId != null)
372+
{
373+
requestAnywhereSettings_anywhereSettings_ClusterId = cmdletContext.AnywhereSettings_ClusterId;
374+
}
375+
if (requestAnywhereSettings_anywhereSettings_ClusterId != null)
376+
{
377+
request.AnywhereSettings.ClusterId = requestAnywhereSettings_anywhereSettings_ClusterId;
378+
requestAnywhereSettingsIsNull = false;
379+
}
380+
// determine if request.AnywhereSettings should be set to null
381+
if (requestAnywhereSettingsIsNull)
382+
{
383+
request.AnywhereSettings = null;
384+
}
385+
334386
// populate CdiInputSpecification
335387
var requestCdiInputSpecificationIsNull = true;
336388
request.CdiInputSpecification = new Amazon.MediaLive.Model.CdiInputSpecification();
@@ -539,6 +591,8 @@ private Amazon.MediaLive.Model.UpdateChannelResponse CallAWSServiceOperation(IAm
539591

540592
internal partial class CmdletContext : ExecutorContext
541593
{
594+
public System.String AnywhereSettings_ChannelPlacementGroupId { get; set; }
595+
public System.String AnywhereSettings_ClusterId { get; set; }
542596
public Amazon.MediaLive.CdiInputResolution CdiInputSpecification_Resolution { get; set; }
543597
public System.String ChannelEngineVersion_Version { get; set; }
544598
public System.String ChannelId { get; set; }

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,11 @@ $SM_Completers = {
512512
($_ -eq "New-SMDomain/AmazonQSettings_Status") -Or
513513
($_ -eq "Update-SMDomain/AmazonQSettings_Status") -Or
514514
($_ -eq "New-SMDomain/DockerSettings_EnableDockerAccess") -Or
515-
($_ -eq "Update-SMDomain/DockerSettings_EnableDockerAccess")
515+
($_ -eq "Update-SMDomain/DockerSettings_EnableDockerAccess") -Or
516+
($_ -eq "New-SMSpace/SpaceSettings_SpaceManagedResource") -Or
517+
($_ -eq "Update-SMSpace/SpaceSettings_SpaceManagedResource") -Or
518+
($_ -eq "New-SMDomain/UnifiedStudioSettings_StudioWebPortalAccess") -Or
519+
($_ -eq "Update-SMDomain/UnifiedStudioSettings_StudioWebPortalAccess")
516520
}
517521
{
518522
$v = "DISABLED","ENABLED"
@@ -1790,6 +1794,7 @@ $SM_map = @{
17901794
"SpaceSettings_JupyterLabAppSettings_DefaultResourceSpec_InstanceType"=@("New-SMSpace","Update-SMSpace")
17911795
"SpaceSettings_JupyterServerAppSettings_DefaultResourceSpec_InstanceType"=@("New-SMSpace","Update-SMSpace")
17921796
"SpaceSettings_KernelGatewayAppSettings_DefaultResourceSpec_InstanceType"=@("New-SMSpace","Update-SMSpace")
1797+
"SpaceSettings_SpaceManagedResource"=@("New-SMSpace","Update-SMSpace")
17931798
"SpaceSharingSettings_SharingType"=@("New-SMSpace")
17941799
"Status"=@("Get-SMClusterSchedulerConfigList","Get-SMComputeQuotaList","Get-SMInferenceRecommendationsJobStepList","New-SMAction","Update-SMAction")
17951800
"Status_PrimaryStatus"=@("New-SMTrialComponent","Update-SMTrialComponent")
@@ -1818,6 +1823,7 @@ $SM_map = @{
18181823
"TtlDuration_Unit"=@("New-SMFeatureGroup","Update-SMFeatureGroup")
18191824
"TuningObjective_Type"=@("New-SMHyperParameterTuningJob")
18201825
"Type"=@("Get-SMInferenceExperimentList","New-SMInferenceExperiment","New-SMPartnerApp")
1826+
"UnifiedStudioSettings_StudioWebPortalAccess"=@("New-SMDomain","Update-SMDomain")
18211827
"VendorGuidance"=@("New-SMImageVersion","Update-SMImageVersion")
18221828
"WarmPoolStatusEqual"=@("Get-SMTrainingJobList")
18231829
"WarmStartConfig_WarmStartType"=@("New-SMHyperParameterTuningJob")

0 commit comments

Comments
 (0)