@@ -14,11 +14,11 @@ API to set properties of the connected cluster resource
1414
1515### SetExpanded (Default)
1616```
17- Set-AzConnectedKubernetes -ClusterName <String> -ResourceGroupName <String>
18- -EnableSystemAssignedIdentity <Boolean?> -Location <String> [-SubscriptionId <String> ]
19- [-AadProfileAdminGroupObjectID <String[] >] [-AadProfileEnableAzureRbac ] [-AadProfileTenantId <String>]
20- [-AcceptEULA] [-ArcAgentProfileAgentAutoUpgrade <String >] [-ArcAgentProfileAgentError <IAgentError[] >]
21- [-ArcAgentProfileDesiredAgentVersion <String>] [- ArcAgentProfileSystemComponent <ISystemComponent[]>]
17+ Set-AzConnectedKubernetes -ClusterName <String> -ResourceGroupName <String> -Location <String>
18+ [-SubscriptionId <String>] [-AadProfileAdminGroupObjectID <String[]>] [-AadProfileEnableAzureRbac ]
19+ [-AadProfileTenantId <String>] [-AcceptEULA ] [-ArcAgentProfileAgentAutoUpgrade <String>]
20+ [-ArcAgentProfileAgentError <IAgentError[] >] [-ArcAgentProfileDesiredAgentVersion <String >]
21+ [-ArcAgentProfileSystemComponent <ISystemComponent[]>]
2222 [-ArcAgentryConfiguration <IArcAgentryConfigurations[]>] [-AzureHybridBenefit <String>]
2323 [-ConfigurationProtectedSetting <Hashtable>] [-ConfigurationSetting <Hashtable>]
2424 [-CustomLocationsOid <String>] [-Distribution <String>] [-DistributionVersion <String>] [-GatewayEnabled]
@@ -30,11 +30,10 @@ Set-AzConnectedKubernetes -ClusterName <String> -ResourceGroupName <String>
3030
3131### Set
3232```
33- Set-AzConnectedKubernetes -EnableSystemAssignedIdentity <Boolean?> -InputObject <IConnectedCluster>
34- [-SubscriptionId <String>] [-AadProfileAdminGroupObjectID <String[]>] [-AadProfileEnableAzureRbac]
35- [-AadProfileTenantId <String>] [-AcceptEULA] [-ArcAgentProfileAgentAutoUpgrade <String>]
36- [-ArcAgentProfileAgentError <IAgentError[]>] [-ArcAgentProfileDesiredAgentVersion <String>]
37- [-ArcAgentProfileSystemComponent <ISystemComponent[]>]
33+ Set-AzConnectedKubernetes -InputObject <IConnectedCluster> [-SubscriptionId <String>]
34+ [-AadProfileAdminGroupObjectID <String[]>] [-AadProfileEnableAzureRbac] [-AadProfileTenantId <String>]
35+ [-AcceptEULA] [-ArcAgentProfileAgentAutoUpgrade <String>] [-ArcAgentProfileAgentError <IAgentError[]>]
36+ [-ArcAgentProfileDesiredAgentVersion <String>] [-ArcAgentProfileSystemComponent <ISystemComponent[]>]
3837 [-ArcAgentryConfiguration <IArcAgentryConfigurations[]>] [-AzureHybridBenefit <String>]
3938 [-ConfigurationProtectedSetting <Hashtable>] [-ConfigurationSetting <Hashtable>]
4039 [-CustomLocationsOid <String>] [-Distribution <String>] [-DistributionVersion <String>] [-GatewayEnabled]
@@ -46,10 +45,9 @@ Set-AzConnectedKubernetes -EnableSystemAssignedIdentity <Boolean?> -InputObject
4645
4746### SetDisableGateway
4847```
49- Set-AzConnectedKubernetes -DisableGateway -EnableSystemAssignedIdentity <Boolean?>
50- -InputObject <IConnectedCluster> [-SubscriptionId <String>] [-AadProfileAdminGroupObjectID <String[]>]
51- [-AadProfileEnableAzureRbac] [-AadProfileTenantId <String>] [-AcceptEULA]
52- [-ArcAgentProfileAgentAutoUpgrade <String>] [-ArcAgentProfileAgentError <IAgentError[]>]
48+ Set-AzConnectedKubernetes -DisableGateway -InputObject <IConnectedCluster> [-SubscriptionId <String>]
49+ [-AadProfileAdminGroupObjectID <String[]>] [-AadProfileEnableAzureRbac] [-AadProfileTenantId <String>]
50+ [-AcceptEULA] [-ArcAgentProfileAgentAutoUpgrade <String>] [-ArcAgentProfileAgentError <IAgentError[]>]
5351 [-ArcAgentProfileDesiredAgentVersion <String>] [-ArcAgentProfileSystemComponent <ISystemComponent[]>]
5452 [-ArcAgentryConfiguration <IArcAgentryConfigurations[]>] [-AzureHybridBenefit <String>]
5553 [-ConfigurationProtectedSetting <Hashtable>] [-ConfigurationSetting <Hashtable>]
@@ -62,11 +60,11 @@ Set-AzConnectedKubernetes -DisableGateway -EnableSystemAssignedIdentity <Boolean
6260
6361### SetEnableGateway
6462```
65- Set-AzConnectedKubernetes -EnableSystemAssignedIdentity <Boolean? > -GatewayResourceId <String >
66- -InputObject <IConnectedCluster> [-SubscriptionId <String>] [-AadProfileAdminGroupObjectID <String[]>]
67- [-AadProfileEnableAzureRbac] [- AadProfileTenantId <String>] [-AcceptEULA]
68- [-ArcAgentProfileAgentAutoUpgrade <String >] [-ArcAgentProfileAgentError <IAgentError[] >]
69- [-ArcAgentProfileDesiredAgentVersion <String>] [- ArcAgentProfileSystemComponent <ISystemComponent[]>]
63+ Set-AzConnectedKubernetes -GatewayResourceId <String > -InputObject <IConnectedCluster >
64+ [-SubscriptionId <String>] [-AadProfileAdminGroupObjectID <String[]>] [-AadProfileEnableAzureRbac ]
65+ [-AadProfileTenantId <String>] [-AcceptEULA] [-ArcAgentProfileAgentAutoUpgrade <String> ]
66+ [-ArcAgentProfileAgentError <IAgentError[] >] [-ArcAgentProfileDesiredAgentVersion <String >]
67+ [-ArcAgentProfileSystemComponent <ISystemComponent[]>]
7068 [-ArcAgentryConfiguration <IArcAgentryConfigurations[]>] [-AzureHybridBenefit <String>]
7169 [-ConfigurationProtectedSetting <Hashtable>] [-ConfigurationSetting <Hashtable>]
7270 [-CustomLocationsOid <String>] [-Distribution <String>] [-DistributionVersion <String>] [-GatewayEnabled]
@@ -78,11 +76,11 @@ Set-AzConnectedKubernetes -EnableSystemAssignedIdentity <Boolean?> -GatewayResou
7876
7977### SetExpandedDisableGateway
8078```
81- Set-AzConnectedKubernetes -ClusterName <String> -ResourceGroupName <String> -DisableGateway
82- -EnableSystemAssignedIdentity <Boolean?> -Location <String> [-SubscriptionId <String> ]
83- [-AadProfileAdminGroupObjectID <String[] >] [-AadProfileEnableAzureRbac ] [-AadProfileTenantId <String>]
84- [-AcceptEULA] [-ArcAgentProfileAgentAutoUpgrade <String >] [-ArcAgentProfileAgentError <IAgentError[] >]
85- [-ArcAgentProfileDesiredAgentVersion <String>] [- ArcAgentProfileSystemComponent <ISystemComponent[]>]
79+ Set-AzConnectedKubernetes -ClusterName <String> -ResourceGroupName <String> -DisableGateway -Location <String>
80+ [-SubscriptionId <String>] [-AadProfileAdminGroupObjectID <String[]>] [-AadProfileEnableAzureRbac ]
81+ [-AadProfileTenantId <String>] [-AcceptEULA ] [-ArcAgentProfileAgentAutoUpgrade <String>]
82+ [-ArcAgentProfileAgentError <IAgentError[] >] [-ArcAgentProfileDesiredAgentVersion <String >]
83+ [-ArcAgentProfileSystemComponent <ISystemComponent[]>]
8684 [-ArcAgentryConfiguration <IArcAgentryConfigurations[]>] [-AzureHybridBenefit <String>]
8785 [-ConfigurationProtectedSetting <Hashtable>] [-ConfigurationSetting <Hashtable>]
8886 [-CustomLocationsOid <String>] [-Distribution <String>] [-DistributionVersion <String>] [-GatewayEnabled]
@@ -94,12 +92,11 @@ Set-AzConnectedKubernetes -ClusterName <String> -ResourceGroupName <String> -Dis
9492
9593### SetExpandedEnableGateway
9694```
97- Set-AzConnectedKubernetes -ClusterName <String> -ResourceGroupName <String>
98- -EnableSystemAssignedIdentity <Boolean?> -GatewayResourceId <String> -Location <String>
99- [-SubscriptionId <String>] [-AadProfileAdminGroupObjectID <String[]>] [-AadProfileEnableAzureRbac]
100- [-AadProfileTenantId <String>] [-AcceptEULA] [-ArcAgentProfileAgentAutoUpgrade <String>]
101- [-ArcAgentProfileAgentError <IAgentError[]>] [-ArcAgentProfileDesiredAgentVersion <String>]
102- [-ArcAgentProfileSystemComponent <ISystemComponent[]>]
95+ Set-AzConnectedKubernetes -ClusterName <String> -ResourceGroupName <String> -GatewayResourceId <String>
96+ -Location <String> [-SubscriptionId <String>] [-AadProfileAdminGroupObjectID <String[]>]
97+ [-AadProfileEnableAzureRbac] [-AadProfileTenantId <String>] [-AcceptEULA]
98+ [-ArcAgentProfileAgentAutoUpgrade <String>] [-ArcAgentProfileAgentError <IAgentError[]>]
99+ [-ArcAgentProfileDesiredAgentVersion <String>] [-ArcAgentProfileSystemComponent <ISystemComponent[]>]
103100 [-ArcAgentryConfiguration <IArcAgentryConfigurations[]>] [-AzureHybridBenefit <String>]
104101 [-ConfigurationProtectedSetting <Hashtable>] [-ConfigurationSetting <Hashtable>]
105102 [-CustomLocationsOid <String>] [-Distribution <String>] [-DistributionVersion <String>] [-GatewayEnabled]
@@ -499,21 +496,6 @@ Accept pipeline input: False
499496Accept wildcard characters : False
500497` ` `
501498
502- ### -EnableSystemAssignedIdentity
503- Determines whether to enable a system-assigned identity for the resource.
504-
505- ` ` ` yaml
506- Type : System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
507- Parameter Sets : (All)
508- Aliases :
509-
510- Required : True
511- Position : Named
512- Default value : None
513- Accept pipeline input : False
514- Accept wildcard characters : False
515- ` ` `
516-
517499### -GatewayEnabled
518500Indicates whether the gateway for arc router connectivity is enabled.
519501
0 commit comments