diff --git a/src/Aks/Aks.Autorest/README.md b/src/Aks/Aks.Autorest/README.md index a5c3dcad7e12..29afed5877de 100644 --- a/src/Aks/Aks.Autorest/README.md +++ b/src/Aks/Aks.Autorest/README.md @@ -3,7 +3,6 @@ This directory contains the PowerShell module for the Aks service. --- - ## Info - Modifiable: yes - Generated: all diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1 index d0ae3ba6986d..114a550a8258 100644 --- a/src/Aks/Aks/Az.Aks.psd1 +++ b/src/Aks/Aks/Az.Aks.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/30/2024 +# Generated on: 2/27/2024 # @{ @@ -61,10 +61,10 @@ RequiredAssemblies = 'Aks.Autorest/bin/Az.Aks.private.dll', 'YamlDotNet.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() +ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() +TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'Aks.Autorest/Az.Aks.format.ps1xml' @@ -118,7 +118,8 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','AKS','Kubernetes','Container','Orchestrator','Containers','Docker' + Tags = 'Azure', 'ResourceManager', 'ARM', 'AKS', 'Kubernetes', 'Container', + 'Orchestrator', 'Containers', 'Docker' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -143,7 +144,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/Aks/Aks/help/Disable-AzAksAddOn.md b/src/Aks/Aks/help/Disable-AzAksAddOn.md index dc727c55b08f..ef78e74e5c4a 100644 --- a/src/Aks/Aks/help/Disable-AzAksAddOn.md +++ b/src/Aks/Aks/help/Disable-AzAksAddOn.md @@ -15,15 +15,15 @@ Disable the addons for aks. ### defaultParameterSet (Default) ``` Disable-AzAksAddOn [-ResourceGroupName] [-ClusterName] [-Name ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Disable-AzAksAddOn -ClusterObject [-Name ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -100,6 +100,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Resource Group Name. diff --git a/src/Aks/Aks/help/Enable-AzAksAddOn.md b/src/Aks/Aks/help/Enable-AzAksAddOn.md index 41e949bcb358..1b0dbf4ea653 100644 --- a/src/Aks/Aks/help/Enable-AzAksAddOn.md +++ b/src/Aks/Aks/help/Enable-AzAksAddOn.md @@ -15,15 +15,15 @@ Enable the addons for aks. ### defaultParameterSet (Default) ``` Enable-AzAksAddOn [-WorkspaceResourceId ] [-SubnetName ] [-ResourceGroupName] - [-ClusterName] [-Name ] [-DefaultProfile ] [-WhatIf] [-Confirm] - [-SubscriptionId ] [] + [-ClusterName] [-Name ] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Enable-AzAksAddOn [-WorkspaceResourceId ] [-SubnetName ] -ClusterObject - [-Name ] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-Name ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -100,6 +100,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Resource Group Name. diff --git a/src/Aks/Aks/help/Get-AzAksCluster.md b/src/Aks/Aks/help/Get-AzAksCluster.md index eca0dbab0dca..db58a2b293cb 100644 --- a/src/Aks/Aks/help/Get-AzAksCluster.md +++ b/src/Aks/Aks/help/Get-AzAksCluster.md @@ -15,19 +15,19 @@ List Kubernetes managed clusters. ### ResourceGroupParameterSet (Default) ``` Get-AzAksCluster [[-ResourceGroupName] ] [-DefaultProfile ] - [-SubscriptionId ] [] + [-ProgressAction ] [-SubscriptionId ] [] ``` ### IdParameterSet ``` -Get-AzAksCluster [-Id] [-DefaultProfile ] [-SubscriptionId ] - [] +Get-AzAksCluster [-Id] [-DefaultProfile ] [-ProgressAction ] + [-SubscriptionId ] [] ``` ### NameParameterSet ``` Get-AzAksCluster [-ResourceGroupName] [-Name] [-DefaultProfile ] - [-SubscriptionId ] [] + [-ProgressAction ] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -87,6 +87,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Resource group name diff --git a/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md b/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md index 45c5d31238ed..74c9047d8fe6 100644 --- a/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md +++ b/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md @@ -15,18 +15,21 @@ Gets the specified maintenance configuration of a managed cluster. ### List (Default) ``` Get-AzAksMaintenanceConfiguration -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [] ``` ### Get ``` Get-AzAksMaintenanceConfiguration -ConfigName -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [] ``` ### GetViaIdentity ``` -Get-AzAksMaintenanceConfiguration -InputObject [-DefaultProfile ] [] +Get-AzAksMaintenanceConfiguration -InputObject [-DefaultProfile ] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -126,6 +129,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md b/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md index 4637003f68e6..185c81fafead 100644 --- a/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md +++ b/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md @@ -15,13 +15,14 @@ Gets the results of a command which has been run on the Managed Cluster. ### Get (Default) ``` Get-AzAksManagedClusterCommandResult -CommandId -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] + [] ``` ### GetViaIdentity ``` Get-AzAksManagedClusterCommandResult -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -111,6 +112,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md b/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md index a8e662e4a349..2034ff79a3b0 100644 --- a/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md +++ b/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md @@ -15,13 +15,13 @@ Gets supported OS options in the specified subscription. ### Get (Default) ``` Get-AzAksManagedClusterOSOption -Location [-SubscriptionId ] [-ResourceType ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzAksManagedClusterOSOption -InputObject [-ResourceType ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -89,6 +89,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceType The resource type for which the OS options needs to be returned diff --git a/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md b/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md index 163aec8eb5e1..78d56114058d 100644 --- a/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md +++ b/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md @@ -15,7 +15,8 @@ The operation returns properties of each egress endpoint. ``` Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -59,6 +60,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Get-AzAksNodePool.md b/src/Aks/Aks/help/Get-AzAksNodePool.md index 37195dbb2c5b..ff1284545273 100644 --- a/src/Aks/Aks/help/Get-AzAksNodePool.md +++ b/src/Aks/Aks/help/Get-AzAksNodePool.md @@ -15,19 +15,21 @@ List node pools in specified cluster. ### NameParameterSet (Default) ``` Get-AzAksNodePool -ResourceGroupName -ClusterName [-Name ] - [-DefaultProfile ] [-SubscriptionId ] [] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] + [] ``` ### IdParameterSet ``` -Get-AzAksNodePool -Id [-DefaultProfile ] [-SubscriptionId ] - [] +Get-AzAksNodePool -Id [-DefaultProfile ] [-ProgressAction ] + [-SubscriptionId ] [] ``` ### ParentObjectParameterSet ``` Get-AzAksNodePool -ClusterObject [-Name ] - [-DefaultProfile ] [-SubscriptionId ] [] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] + [] ``` ## DESCRIPTION @@ -117,6 +119,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md b/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md index 46ada056ce9d..29d76aa9143b 100644 --- a/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md +++ b/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md @@ -15,12 +15,14 @@ Gets the upgrade profile for an agent pool. ### Get (Default) ``` Get-AzAksNodePoolUpgradeProfile -ClusterName -NodePoolName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [] ``` ### GetViaIdentity ``` -Get-AzAksNodePoolUpgradeProfile -InputObject [-DefaultProfile ] [] +Get-AzAksNodePoolUpgradeProfile -InputObject [-DefaultProfile ] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -105,6 +107,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Get-AzAksSnapshot.md b/src/Aks/Aks/help/Get-AzAksSnapshot.md index fba42d045741..de476376d0aa 100644 --- a/src/Aks/Aks/help/Get-AzAksSnapshot.md +++ b/src/Aks/Aks/help/Get-AzAksSnapshot.md @@ -14,24 +14,26 @@ Gets a snapshot. ### List (Default) ``` -Get-AzAksSnapshot [-SubscriptionId ] [-DefaultProfile ] [] +Get-AzAksSnapshot [-SubscriptionId ] [-DefaultProfile ] + [-ProgressAction ] [] ``` ### List1 ``` Get-AzAksSnapshot -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzAksSnapshot -ResourceGroupName -ResourceName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` -Get-AzAksSnapshot -InputObject [-DefaultProfile ] [] +Get-AzAksSnapshot -InputObject [-DefaultProfile ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -122,6 +124,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md b/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md index 0cd930d96bd8..ee3acd7a0024 100644 --- a/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md +++ b/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md @@ -15,12 +15,13 @@ Gets the upgrade profile of a managed cluster. ### Get (Default) ``` Get-AzAksUpgradeProfile -ClusterName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` -Get-AzAksUpgradeProfile -InputObject [-DefaultProfile ] [] +Get-AzAksUpgradeProfile -InputObject [-DefaultProfile ] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -90,6 +91,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Get-AzAksVersion.md b/src/Aks/Aks/help/Get-AzAksVersion.md index 3174720063dd..0d54e6fdd404 100644 --- a/src/Aks/Aks/help/Get-AzAksVersion.md +++ b/src/Aks/Aks/help/Get-AzAksVersion.md @@ -15,7 +15,7 @@ The operation returns properties of each orchestrator including version, availab ``` Get-AzAksVersion -Location [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -76,6 +76,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. diff --git a/src/Aks/Aks/help/Import-AzAksCredential.md b/src/Aks/Aks/help/Import-AzAksCredential.md index c5e89f3bdf49..f7969db9397c 100644 --- a/src/Aks/Aks/help/Import-AzAksCredential.md +++ b/src/Aks/Aks/help/Import-AzAksCredential.md @@ -15,22 +15,22 @@ Import and merge Kubectl config for a managed Kubernetes Cluster. ### GroupNameParameterSet (Default) ``` Import-AzAksCredential [-ResourceGroupName] [-Name] [-Admin] [-ConfigPath ] - [-PublicFqdn] [-Force] [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] - [-SubscriptionId ] [] + [-PublicFqdn] [-Force] [-PassThru] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Import-AzAksCredential -InputObject [-Admin] [-ConfigPath ] [-PublicFqdn] - [-Force] [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] - [-SubscriptionId ] [] + [-Force] [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Import-AzAksCredential [-Id] [-Admin] [-ConfigPath ] [-PublicFqdn] [-Force] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicFqdn Get private cluster credential with server address to be public fqdn. diff --git a/src/Aks/Aks/help/Install-AzAksCliTool.md b/src/Aks/Aks/help/Install-AzAksCliTool.md index d8505c3b21d5..b3d2158516bf 100644 --- a/src/Aks/Aks/help/Install-AzAksCliTool.md +++ b/src/Aks/Aks/help/Install-AzAksCliTool.md @@ -15,7 +15,7 @@ Download and install kubectl and kubelogin. ``` Install-AzAksCliTool [-Destination ] [-Version ] [-DownloadFromMirror] [-KubeloginInstallDestination ] [-KubeloginInstallVersion ] [-KubeloginDownloadFromMirror] - [-PassThru] [-AsJob] [-Force] [-WhatIf] [-Confirm] [] + [-PassThru] [-AsJob] [-Force] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -159,6 +159,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Version Version of kubectl to install, e.g. 'v1.17.2'. diff --git a/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md b/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md index 5920f074ad65..77a41c87af69 100644 --- a/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md +++ b/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md @@ -18,13 +18,13 @@ If the operation completes before cancellation can take place, a 409 error code ``` Invoke-AzAksAbortAgentPoolLatestOperation -AgentPoolName -ResourceGroupName -ResourceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### AbortViaIdentity ``` Invoke-AzAksAbortAgentPoolLatestOperation -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -137,6 +137,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md b/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md index 32abea96747d..a2be71ebcdc4 100644 --- a/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md +++ b/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md @@ -17,14 +17,14 @@ If the operation completes before cancellation can take place, a 409 error code ### Abort (Default) ``` Invoke-AzAksAbortManagedClusterLatestOperation -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] - [] + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### AbortViaIdentity ``` Invoke-AzAksAbortManagedClusterLatestOperation -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -122,6 +122,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md b/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md index b271aa9b937a..96d51f1678b2 100644 --- a/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md +++ b/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md @@ -15,14 +15,15 @@ Rotates the service account signing keys of a managed cluster. ### Rotate (Default) ``` Invoke-AzAksRotateManagedClusterServiceAccountSigningKey -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] - [] + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RotateViaIdentity ``` Invoke-AzAksRotateManagedClusterServiceAccountSigningKey -InputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -114,6 +115,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Invoke-AzAksRunCommand.md b/src/Aks/Aks/help/Invoke-AzAksRunCommand.md index db85437dafcb..b93efbd4cc76 100644 --- a/src/Aks/Aks/help/Invoke-AzAksRunCommand.md +++ b/src/Aks/Aks/help/Invoke-AzAksRunCommand.md @@ -16,23 +16,23 @@ Run a shell command (with kubectl, helm) on your aks cluster, support attaching ``` Invoke-AzAksRunCommand [-ResourceGroupName] [-Name] -Command [-CommandContextAttachment ] [-CommandContextAttachmentZip ] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Invoke-AzAksRunCommand -InputObject -Command [-CommandContextAttachment ] [-CommandContextAttachmentZip ] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ### IdParameterSet ``` Invoke-AzAksRunCommand [-Id] -Command [-CommandContextAttachment ] - [-CommandContextAttachmentZip ] [-AsJob] [-Force] [-DefaultProfile ] [-WhatIf] - [-Confirm] [-SubscriptionId ] [] + [-CommandContextAttachmentZip ] [-AsJob] [-Force] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -195,6 +195,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Resource group name diff --git a/src/Aks/Aks/help/New-AzAksCluster.md b/src/Aks/Aks/help/New-AzAksCluster.md index f5ccfbe34e7d..4a72677ca2f0 100644 --- a/src/Aks/Aks/help/New-AzAksCluster.md +++ b/src/Aks/Aks/help/New-AzAksCluster.md @@ -43,7 +43,7 @@ New-AzAksCluster [-NodeVmSetType ] [-NodeVnetSubnetID ] [-NodeMa [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -1237,6 +1237,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Resource Group Name. diff --git a/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md b/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md index 1ce5e7f81e7c..899b7b196580 100644 --- a/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md +++ b/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md @@ -15,7 +15,7 @@ Creates or updates a maintenance configuration in the specified managed cluster. ``` New-AzAksMaintenanceConfiguration -ConfigName -ResourceGroupName -ResourceName [-SubscriptionId ] [-NotAllowedTime ] [-TimeInWeek ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -87,6 +87,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/New-AzAksNodePool.md b/src/Aks/Aks/help/New-AzAksNodePool.md index c491f4c1da47..2ffc73decb3f 100644 --- a/src/Aks/Aks/help/New-AzAksNodePool.md +++ b/src/Aks/Aks/help/New-AzAksNodePool.md @@ -22,8 +22,8 @@ New-AzAksNodePool -ResourceGroupName -ClusterName -Name ] [-PPG ] [-SpotMaxPrice ] [-EnableFIPS] [-GpuInstanceProfile ] [-HostGroupID ] [-PodSubnetID ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] - [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] [-WhatIf] - [-Confirm] [-SubscriptionId ] [] + [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ParentObjectParameterSet @@ -36,8 +36,8 @@ New-AzAksNodePool -Name -ClusterObject [-Count ] [-PPG ] [-SpotMaxPrice ] [-EnableFIPS] [-GpuInstanceProfile ] [-HostGroupID ] [-PodSubnetID ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] - [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] [-WhatIf] - [-Confirm] [-SubscriptionId ] [] + [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -554,6 +554,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Aks/Aks/help/New-AzAksSnapshot.md b/src/Aks/Aks/help/New-AzAksSnapshot.md index b11a0880b080..3baea6c500ed 100644 --- a/src/Aks/Aks/help/New-AzAksSnapshot.md +++ b/src/Aks/Aks/help/New-AzAksSnapshot.md @@ -15,7 +15,7 @@ Creates or updates a snapshot. ``` New-AzAksSnapshot -ResourceGroupName -ResourceName [-SubscriptionId ] -Location [-CreationDataSourceResourceId ] [-SnapshotType ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -85,6 +85,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md b/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md index c27aae65b665..22da67e08802 100644 --- a/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md +++ b/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md @@ -13,7 +13,8 @@ Create an in-memory object for TimeInWeek. ## SYNTAX ``` -New-AzAksTimeInWeekObject [-Day ] [-HourSlot ] [] +New-AzAksTimeInWeekObject [-Day ] [-HourSlot ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -70,6 +71,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/Aks/Aks/help/New-AzAksTimeSpanObject.md b/src/Aks/Aks/help/New-AzAksTimeSpanObject.md index 76a171554dfc..ec71e7761835 100644 --- a/src/Aks/Aks/help/New-AzAksTimeSpanObject.md +++ b/src/Aks/Aks/help/New-AzAksTimeSpanObject.md @@ -13,7 +13,8 @@ Create an in-memory object for TimeSpan. ## SYNTAX ``` -New-AzAksTimeSpanObject [-End ] [-Start ] [] +New-AzAksTimeSpanObject [-End ] [-Start ] [-ProgressAction ] + [] ``` ## DESCRIPTION @@ -54,6 +55,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Start The start of a time span. diff --git a/src/Aks/Aks/help/Remove-AzAksCluster.md b/src/Aks/Aks/help/Remove-AzAksCluster.md index 7cdbb7967b8e..06dc4fd8922e 100644 --- a/src/Aks/Aks/help/Remove-AzAksCluster.md +++ b/src/Aks/Aks/help/Remove-AzAksCluster.md @@ -15,21 +15,21 @@ Delete a managed Kubernetes cluster. ### GroupNameParameterSet (Default) ``` Remove-AzAksCluster [-ResourceGroupName] [-Name] [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Remove-AzAksCluster -InputObject [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ### IdParameterSet ``` Remove-AzAksCluster [-Id] [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -149,6 +149,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Resource group name diff --git a/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md b/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md index d0eececd9131..d3d31104758a 100644 --- a/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md +++ b/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md @@ -15,13 +15,14 @@ Deletes a maintenance configuration. ### Delete (Default) ``` Remove-AzAksMaintenanceConfiguration -ConfigName -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzAksMaintenanceConfiguration -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -104,6 +105,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Remove-AzAksNodePool.md b/src/Aks/Aks/help/Remove-AzAksNodePool.md index a7ad114640c9..b558d27dae1a 100644 --- a/src/Aks/Aks/help/Remove-AzAksNodePool.md +++ b/src/Aks/Aks/help/Remove-AzAksNodePool.md @@ -15,28 +15,28 @@ Delete node pool from managed cluster. ### GroupNameParameterSet (Default) ``` Remove-AzAksNodePool [-ResourceGroupName] [-ClusterName] [-Name] [-PassThru] - [-AsJob] [-Force] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-AsJob] [-Force] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Remove-AzAksNodePool -InputObject [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ### IdParameterSet ``` Remove-AzAksNodePool [-Id] [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ParentObjectParameterSet ``` Remove-AzAksNodePool [-Name] -ClusterObject [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -186,6 +186,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Resource group name diff --git a/src/Aks/Aks/help/Remove-AzAksSnapshot.md b/src/Aks/Aks/help/Remove-AzAksSnapshot.md index 50f8198d3bcb..10b0aecee8b7 100644 --- a/src/Aks/Aks/help/Remove-AzAksSnapshot.md +++ b/src/Aks/Aks/help/Remove-AzAksSnapshot.md @@ -15,13 +15,14 @@ Deletes a snapshot. ### Delete (Default) ``` Remove-AzAksSnapshot -ResourceGroupName -ResourceName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] + [] ``` ### DeleteViaIdentity ``` -Remove-AzAksSnapshot -InputObject [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] - [] +Remove-AzAksSnapshot -InputObject [-DefaultProfile ] [-PassThru] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -89,6 +90,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Set-AzAksCluster.md b/src/Aks/Aks/help/Set-AzAksCluster.md index c4092f2bfcc2..2c939b553f8a 100644 --- a/src/Aks/Aks/help/Set-AzAksCluster.md +++ b/src/Aks/Aks/help/Set-AzAksCluster.md @@ -31,7 +31,7 @@ Set-AzAksCluster [-NodePoolMode ] [-AcrNameToDetach ] [-NodeImag [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet @@ -52,7 +52,7 @@ Set-AzAksCluster -InputObject [-NodePoolMode ] [-A [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet @@ -73,7 +73,7 @@ Set-AzAksCluster [-NodePoolMode ] [-AcrNameToDetach ] [-NodeImag [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -839,6 +839,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Resource Group Name. diff --git a/src/Aks/Aks/help/Set-AzAksClusterCredential.md b/src/Aks/Aks/help/Set-AzAksClusterCredential.md index 935e6ffd0f50..c2ec72d5445e 100644 --- a/src/Aks/Aks/help/Set-AzAksClusterCredential.md +++ b/src/Aks/Aks/help/Set-AzAksClusterCredential.md @@ -16,22 +16,22 @@ Reset the ServicePrincipal of an existing AKS cluster. ``` Set-AzAksClusterCredential [-ResourceGroupName] [-Name] -ServicePrincipalIdAndSecret [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Set-AzAksClusterCredential -InputObject -ServicePrincipalIdAndSecret - [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] [-WhatIf] [-Confirm] - [-SubscriptionId ] [] + [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] [-ProgressAction ] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Set-AzAksClusterCredential [-Id] -ServicePrincipalIdAndSecret [-PassThru] [-AsJob] - [-Force] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-Force] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -155,6 +155,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Resource group name diff --git a/src/Aks/Aks/help/Start-AzAksCluster.md b/src/Aks/Aks/help/Start-AzAksCluster.md index ba5c53ddc5b2..9b9922a9b45e 100644 --- a/src/Aks/Aks/help/Start-AzAksCluster.md +++ b/src/Aks/Aks/help/Start-AzAksCluster.md @@ -15,13 +15,14 @@ See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster ### Start (Default) ``` Start-AzAksCluster -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ### StartViaIdentity ``` Start-AzAksCluster -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -137,6 +138,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Start-AzAksDashboard.md b/src/Aks/Aks/help/Start-AzAksDashboard.md index 0204eed10c98..83b5695b1c2c 100644 --- a/src/Aks/Aks/help/Start-AzAksDashboard.md +++ b/src/Aks/Aks/help/Start-AzAksDashboard.md @@ -15,19 +15,22 @@ Create a Kubectl SSH tunnel to the managed cluster's dashboard. ### GroupNameParameterSet (Default) ``` Start-AzAksDashboard [-ResourceGroupName] [-Name] [-DisableBrowser] [-ListenPort ] - [-PassThru] [-DefaultProfile ] [-SubscriptionId ] [] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] + [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Start-AzAksDashboard [-InputObject] [-DisableBrowser] [-ListenPort ] [-PassThru] - [-DefaultProfile ] [-SubscriptionId ] [] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] + [] ``` ### IdParameterSet ``` Start-AzAksDashboard [-Id] [-DisableBrowser] [-ListenPort ] [-PassThru] - [-DefaultProfile ] [-SubscriptionId ] [] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] + [] ``` ## DESCRIPTION @@ -147,6 +150,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Resource group name diff --git a/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md b/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md index 81032a1d8b2b..cf0caf861169 100644 --- a/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md +++ b/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md @@ -18,13 +18,14 @@ For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/ ``` Start-AzAksManagedClusterCommand -ResourceGroupName -ResourceName [-SubscriptionId ] -Command [-ClusterToken ] [-Context ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RunViaIdentityExpanded ``` Start-AzAksManagedClusterCommand -InputObject -Command [-ClusterToken ] - [-Context ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] + [-Context ] [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -183,6 +184,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Stop-AzAksCluster.md b/src/Aks/Aks/help/Stop-AzAksCluster.md index c56dc4637ac8..2dc38040fa14 100644 --- a/src/Aks/Aks/help/Stop-AzAksCluster.md +++ b/src/Aks/Aks/help/Stop-AzAksCluster.md @@ -18,13 +18,14 @@ See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster ### Stop (Default) ``` Stop-AzAksCluster -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] + [-Confirm] [] ``` ### StopViaIdentity ``` Stop-AzAksCluster -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -143,6 +144,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/Stop-AzAksDashboard.md b/src/Aks/Aks/help/Stop-AzAksDashboard.md index 71743737f26a..dbf553cd27fd 100644 --- a/src/Aks/Aks/help/Stop-AzAksDashboard.md +++ b/src/Aks/Aks/help/Stop-AzAksDashboard.md @@ -13,8 +13,8 @@ Stop the Kubectl SSH tunnel created in Start-AzKubernetesDashboard. ## SYNTAX ``` -Stop-AzAksDashboard [-PassThru] [-DefaultProfile ] [-SubscriptionId ] - [] +Stop-AzAksDashboard [-PassThru] [-DefaultProfile ] [-ProgressAction ] + [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -61,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the subscription. By default, cmdlets are executed in the subscription that is set in the current context. If the user specifies another subscription, the current cmdlet is executed in the subscription specified by the user. diff --git a/src/Aks/Aks/help/Update-AzAksNodePool.md b/src/Aks/Aks/help/Update-AzAksNodePool.md index 428fa83a7677..3cd9e799ee56 100644 --- a/src/Aks/Aks/help/Update-AzAksNodePool.md +++ b/src/Aks/Aks/help/Update-AzAksNodePool.md @@ -17,8 +17,8 @@ Update node pool in a managed cluster. Update-AzAksNodePool -ResourceGroupName -ClusterName -Name [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] [-MaxSurge ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] - [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] [-WhatIf] - [-Confirm] [-SubscriptionId ] [] + [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ParentObjectParameterSet @@ -26,8 +26,8 @@ Update-AzAksNodePool -ResourceGroupName -ClusterName -Name -ClusterObject [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] [-MaxSurge ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] - [-AksCustomHeader ] [-DefaultProfile ] [-WhatIf] [-Confirm] - [-SubscriptionId ] [] + [-AksCustomHeader ] [-DefaultProfile ] [-ProgressAction ] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet @@ -35,8 +35,8 @@ Update-AzAksNodePool -Name -ClusterObject [-NodeC Update-AzAksNodePool -InputObject [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] [-MaxSurge ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] - [-AksCustomHeader ] [-DefaultProfile ] [-WhatIf] [-Confirm] - [-SubscriptionId ] [] + [-AksCustomHeader ] [-DefaultProfile ] [-ProgressAction ] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet @@ -44,8 +44,8 @@ Update-AzAksNodePool -InputObject [-NodeCount ] [-NodeImageO Update-AzAksNodePool -Id [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] [-MaxSurge ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] [-AksCustomHeader ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] - [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -345,6 +345,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group.