diff --git a/src/KeyVault/KeyVault.Autorest/README.md b/src/KeyVault/KeyVault.Autorest/README.md index c6a06544c3a8..ef509ed97576 100644 --- a/src/KeyVault/KeyVault.Autorest/README.md +++ b/src/KeyVault/KeyVault.Autorest/README.md @@ -38,7 +38,7 @@ input-file: - $(repo)/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2023-02-01/keyvault.json - $(repo)/specification/keyvault/resource-manager/Microsoft.KeyVault/stable/2023-02-01/managedHsm.json # If the swagger has not been put in the repo, you may uncomment the following line and refer to it locally -# - (this-folder)/relative-path-to-your-swagger +# - (this-folder)/relative-path-to-your-swagger # For new RP, the version is 0.1.0 module-version: 0.1.0 @@ -46,7 +46,7 @@ module-version: 0.1.0 title: KeyVault subject-prefix: $(service-name) -# If there are post APIs for some kinds of actions in the RP, you may need to +# If there are post APIs for some kinds of actions in the RP, you may need to # uncomment following line to support viaIdentity for these post APIs # identity-correction-for-post: true @@ -61,7 +61,7 @@ directive: - where: verb: Set remove: true - # Combine Test-AzKeyVaultNameAvailability and Test-AzKeyVaultManagedHsmNameAvailability + # Combine Test-AzKeyVaultNameAvailability and Test-AzKeyVaultManagedHsmNameAvailability - from: swagger-document where: $.paths..operationId transform: return $.replace(/^ManagedHsms_CheckMhsmNameAvailability$/g, "ManagedHsms_CheckNameAvailability") diff --git a/src/KeyVault/KeyVault.Autorest/exports/Add-AzKeyVaultManagedHsmRegion.ps1 b/src/KeyVault/KeyVault.Autorest/exports/Add-AzKeyVaultManagedHsmRegion.ps1 index 8a608eb9dee1..e6b8e3bf9df9 100644 --- a/src/KeyVault/KeyVault.Autorest/exports/Add-AzKeyVaultManagedHsmRegion.ps1 +++ b/src/KeyVault/KeyVault.Autorest/exports/Add-AzKeyVaultManagedHsmRegion.ps1 @@ -143,7 +143,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/KeyVault/KeyVault.Autorest/exports/Get-AzKeyVaultManagedHsmRegion.ps1 b/src/KeyVault/KeyVault.Autorest/exports/Get-AzKeyVaultManagedHsmRegion.ps1 index d764ecaa87da..b7cce0e750dc 100644 --- a/src/KeyVault/KeyVault.Autorest/exports/Get-AzKeyVaultManagedHsmRegion.ps1 +++ b/src/KeyVault/KeyVault.Autorest/exports/Get-AzKeyVaultManagedHsmRegion.ps1 @@ -130,7 +130,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/KeyVault/KeyVault.Autorest/exports/ProxyCmdletDefinitions.ps1 b/src/KeyVault/KeyVault.Autorest/exports/ProxyCmdletDefinitions.ps1 index 37dc0bbed67b..e648ffcfc704 100644 --- a/src/KeyVault/KeyVault.Autorest/exports/ProxyCmdletDefinitions.ps1 +++ b/src/KeyVault/KeyVault.Autorest/exports/ProxyCmdletDefinitions.ps1 @@ -130,7 +130,7 @@ begin { } if (('List') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -313,7 +313,7 @@ begin { } if (('CheckExpanded', 'CheckViaJsonFilePath', 'CheckViaJsonString') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -496,7 +496,7 @@ begin { } if (('CheckExpanded', 'CheckViaJsonFilePath', 'CheckViaJsonString') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -682,7 +682,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -873,7 +873,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/KeyVault/KeyVault.Autorest/exports/Remove-AzKeyVaultManagedHsmRegion.ps1 b/src/KeyVault/KeyVault.Autorest/exports/Remove-AzKeyVaultManagedHsmRegion.ps1 index f4270e081c92..4d098ed817ae 100644 --- a/src/KeyVault/KeyVault.Autorest/exports/Remove-AzKeyVaultManagedHsmRegion.ps1 +++ b/src/KeyVault/KeyVault.Autorest/exports/Remove-AzKeyVaultManagedHsmRegion.ps1 @@ -148,7 +148,7 @@ begin { } if (('__AllParameterSets') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/KeyVault/KeyVault.Autorest/exports/Test-AzKeyVaultManagedHsmNameAvailability.ps1 b/src/KeyVault/KeyVault.Autorest/exports/Test-AzKeyVaultManagedHsmNameAvailability.ps1 index 7bed7ed2b71c..c26568019d35 100644 --- a/src/KeyVault/KeyVault.Autorest/exports/Test-AzKeyVaultManagedHsmNameAvailability.ps1 +++ b/src/KeyVault/KeyVault.Autorest/exports/Test-AzKeyVaultManagedHsmNameAvailability.ps1 @@ -140,7 +140,7 @@ begin { } if (('CheckExpanded', 'CheckViaJsonFilePath', 'CheckViaJsonString') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/KeyVault/KeyVault.Autorest/exports/Test-AzKeyVaultNameAvailability.ps1 b/src/KeyVault/KeyVault.Autorest/exports/Test-AzKeyVaultNameAvailability.ps1 index 7eef5fd60702..f660edb33643 100644 --- a/src/KeyVault/KeyVault.Autorest/exports/Test-AzKeyVaultNameAvailability.ps1 +++ b/src/KeyVault/KeyVault.Autorest/exports/Test-AzKeyVaultNameAvailability.ps1 @@ -140,7 +140,7 @@ begin { } if (('CheckExpanded', 'CheckViaJsonFilePath', 'CheckViaJsonString') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/KeyVault/KeyVault.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs b/src/KeyVault/KeyVault.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs index d5567a9e9ac5..d4b9db311517 100644 --- a/src/KeyVault/KeyVault.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs +++ b/src/KeyVault/KeyVault.Autorest/generated/runtime/BuildTime/Models/PsProxyOutputs.cs @@ -296,7 +296,7 @@ private string GetDefaultValuesStatements() { sb.AppendLine($"{Indent}{Indent}if (({variantListString}) -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('{parameterName}'){setCondition}) {{"); sb.AppendLine($"{Indent}{Indent}{Indent}$testPlayback = $false"); - sb.AppendLine($"{Indent}{Indent}{Indent}$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object {{ $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) }}"); + sb.AppendLine($"{Indent}{Indent}{Indent}$PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object {{ if ($_) {{ $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) }} }}"); sb.AppendLine($"{Indent}{Indent}{Indent}if ($testPlayback) {{"); sb.AppendLine($"{Indent}{Indent}{Indent}{Indent}$PSBoundParameters['{parameterName}'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1')"); sb.AppendLine($"{Indent}{Indent}{Indent}}} else {{"); diff --git a/src/KeyVault/KeyVault.Autorest/internal/Get-AzKeyVaultManagedHsm.ps1 b/src/KeyVault/KeyVault.Autorest/internal/Get-AzKeyVaultManagedHsm.ps1 index 504a7267cad6..eff687dbe794 100644 --- a/src/KeyVault/KeyVault.Autorest/internal/Get-AzKeyVaultManagedHsm.ps1 +++ b/src/KeyVault/KeyVault.Autorest/internal/Get-AzKeyVaultManagedHsm.ps1 @@ -157,7 +157,7 @@ begin { } if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/KeyVault/KeyVault.Autorest/internal/ProxyCmdletDefinitions.ps1 b/src/KeyVault/KeyVault.Autorest/internal/ProxyCmdletDefinitions.ps1 index a5c1b9467bf9..707f56f748af 100644 --- a/src/KeyVault/KeyVault.Autorest/internal/ProxyCmdletDefinitions.ps1 +++ b/src/KeyVault/KeyVault.Autorest/internal/ProxyCmdletDefinitions.ps1 @@ -157,7 +157,7 @@ begin { } if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { @@ -622,7 +622,7 @@ begin { } if (('Update', 'UpdateExpanded', 'UpdateViaJsonFilePath', 'UpdateViaJsonString') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/KeyVault/KeyVault.Autorest/internal/Update-AzKeyVaultManagedHsm.ps1 b/src/KeyVault/KeyVault.Autorest/internal/Update-AzKeyVaultManagedHsm.ps1 index db69e578c9ac..8e5677e24149 100644 --- a/src/KeyVault/KeyVault.Autorest/internal/Update-AzKeyVaultManagedHsm.ps1 +++ b/src/KeyVault/KeyVault.Autorest/internal/Update-AzKeyVaultManagedHsm.ps1 @@ -333,7 +333,7 @@ begin { } if (('Update', 'UpdateExpanded', 'UpdateViaJsonFilePath', 'UpdateViaJsonString') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId') ) { $testPlayback = $false - $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } + $PSBoundParameters['HttpPipelinePrepend'] | Foreach-Object { if ($_) { $testPlayback = $testPlayback -or ('Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.PipelineMock' -eq $_.Target.GetType().FullName -and 'Playback' -eq $_.Target.Mode) } } if ($testPlayback) { $PSBoundParameters['SubscriptionId'] = . (Join-Path $PSScriptRoot '..' 'utils' 'Get-SubscriptionIdTestSafe.ps1') } else { diff --git a/src/KeyVault/KeyVault/Az.KeyVault.psd1 b/src/KeyVault/KeyVault/Az.KeyVault.psd1 index 6ff32daaa874..8c85b7c25d61 100644 --- a/src/KeyVault/KeyVault/Az.KeyVault.psd1 +++ b/src/KeyVault/KeyVault/Az.KeyVault.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/25/2024 +# Generated on: 3/26/2024 # @{ diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificate.md index a1b8be8ae2b2..c9cf08762d7b 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificate.md @@ -16,7 +16,7 @@ Adds a certificate to a key vault. ``` Add-AzKeyVaultCertificate [-VaultName] [-Name] [-CertificatePolicy] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -136,6 +136,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 +``` + ### -Tag Key-value pairs in the form of a hash table. For example: @{key0="value0";key1=$null;key2="value2"} diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificateContact.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificateContact.md index 1c7f6672164f..315d717a13c9 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificateContact.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificateContact.md @@ -16,21 +16,21 @@ Adds a contact for certificate notifications. ### Interactive (Default) ``` Add-AzKeyVaultCertificateContact [-VaultName] [-EmailAddress] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByObject ``` Add-AzKeyVaultCertificateContact [-InputObject] [-EmailAddress] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceId ``` Add-AzKeyVaultCertificateContact [-ResourceId] [-EmailAddress] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -117,6 +117,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 +``` + ### -ResourceId KeyVault Resource Id. diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md index 8c5bad8899af..e85b079f5700 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md @@ -18,7 +18,7 @@ Creates a key in a key vault or imports a key into a key vault. Add-AzKeyVaultKey [-VaultName] [-Name] -Destination [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] [-Size ] [-KeyType ] [-CurveName ] [-Exportable] [-Immutable] [-ReleasePolicyPath ] [-UseDefaultCVMPolicy] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -27,7 +27,7 @@ Add-AzKeyVaultKey [-VaultName] [-Name] -Destination [ Add-AzKeyVaultKey [-VaultName] [-Name] -KeyFilePath [-KeyFilePassword ] [-Destination ] [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] [-KeyType ] [-CurveName ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -36,7 +36,7 @@ Add-AzKeyVaultKey [-VaultName] [-Name] -KeyFilePath Add-AzKeyVaultKey -HsmName [-Name] [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] [-Size ] -KeyType [-CurveName ] [-Exportable] [-Immutable] [-ReleasePolicyPath ] [-UseDefaultCVMPolicy] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -44,7 +44,7 @@ Add-AzKeyVaultKey -HsmName [-Name] [-Disable] [-KeyOps [-Name] -KeyFilePath [-KeyFilePassword ] [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -53,7 +53,7 @@ Add-AzKeyVaultKey -HsmName [-Name] -KeyFilePath [-Key Add-AzKeyVaultKey [-InputObject] [-Name] -Destination [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] [-Size ] [-KeyType ] [-CurveName ] [-Exportable] [-Immutable] [-ReleasePolicyPath ] - [-UseDefaultCVMPolicy] [-DefaultProfile ] + [-UseDefaultCVMPolicy] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -62,7 +62,7 @@ Add-AzKeyVaultKey [-InputObject] [-Name] -Destination [-Name] -KeyFilePath [-KeyFilePassword ] [-Destination ] [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] [-KeyType ] [-CurveName ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -71,7 +71,7 @@ Add-AzKeyVaultKey [-InputObject] [-Name] -KeyFilePath [-Name] [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] [-Size ] -KeyType [-CurveName ] [-Exportable] [-Immutable] [-ReleasePolicyPath ] [-UseDefaultCVMPolicy] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -80,7 +80,7 @@ Add-AzKeyVaultKey [-HsmObject] [-Name] [-Disable] [-KeyO Add-AzKeyVaultKey [-HsmObject] [-Name] -KeyFilePath [-KeyFilePassword ] [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ResourceIdCreate @@ -88,7 +88,7 @@ Add-AzKeyVaultKey [-HsmObject] [-Name] -KeyFilePath [-Name] -Destination [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] [-Size ] [-KeyType ] [-CurveName ] [-Exportable] [-Immutable] [-ReleasePolicyPath ] [-UseDefaultCVMPolicy] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -97,7 +97,7 @@ Add-AzKeyVaultKey [-ResourceId] [-Name] -Destination Add-AzKeyVaultKey [-ResourceId] [-Name] -KeyFilePath [-KeyFilePassword ] [-Destination ] [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] [-KeyType ] [-CurveName ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -106,7 +106,7 @@ Add-AzKeyVaultKey [-ResourceId] [-Name] -KeyFilePath Add-AzKeyVaultKey -HsmResourceId [-Name] [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] [-Size ] -KeyType [-CurveName ] [-Exportable] [-Immutable] [-ReleasePolicyPath ] [-UseDefaultCVMPolicy] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -115,7 +115,7 @@ Add-AzKeyVaultKey -HsmResourceId [-Name] [-Disable] [-KeyOps < Add-AzKeyVaultKey -HsmResourceId [-Name] -KeyFilePath [-KeyFilePassword ] [-Disable] [-KeyOps ] [-Expires ] [-NotBefore ] [-Tag ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -742,6 +742,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 +``` + ### -ReleasePolicyPath A path to a file containing JSON policy definition. The policy rules under which a key can be exported. diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedHsmRegion.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedHsmRegion.md index 07816cca0ee0..f90fc6e2f956 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedHsmRegion.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedHsmRegion.md @@ -14,7 +14,7 @@ The List operation gets information about the regions associated with the manage ``` Add-AzKeyVaultManagedHsmRegion -HsmName -ResourceGroupName [-SubscriptionId ] - -Region [-DefaultProfile ] [-AsJob] [-WhatIf] + -Region [-DefaultProfile ] [-AsJob] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -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 +``` + ### -Region List of regions to be added associated with the managed hsm pool. To construct, see NOTES section for REGION properties and create a hash table. diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedStorageAccount.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedStorageAccount.md index b930e47f9884..950b5783206c 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedStorageAccount.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedStorageAccount.md @@ -15,7 +15,7 @@ Adds an existing Azure Storage Account to the specified key vault for its keys t ``` Add-AzKeyVaultManagedStorageAccount [-VaultName] [-AccountName] [-AccountResourceId] [-ActiveKeyName] [-DisableAutoRegenerateKey] [-RegenerationPeriod ] [-Disable] - [-Tag ] [-DefaultProfile ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -179,6 +179,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 +``` + ### -RegenerationPeriod Regeneration period. If auto regenerate key is enabled, this value specifies the timespan after which managed storage account's inactive keygets auto regenerated and becomes the new active key. diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultNetworkRule.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultNetworkRule.md index a16d9bb9ab27..2d4862cea182 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultNetworkRule.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultNetworkRule.md @@ -16,21 +16,21 @@ Adds a rule meant to restrict access to a key vault based on the client's intern ``` Add-AzKeyVaultNetworkRule [-VaultName] [[-ResourceGroupName] ] [-IpAddressRange ] [-VirtualNetworkResourceId ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ByInputObject ``` Add-AzKeyVaultNetworkRule [-InputObject] [-IpAddressRange ] [-VirtualNetworkResourceId ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ByResourceId ``` Add-AzKeyVaultNetworkRule [-ResourceId] [-IpAddressRange ] [-VirtualNetworkResourceId ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -153,6 +153,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 Specifies the name of the resource group associated with the key vault whose network rule is being modified. diff --git a/src/KeyVault/KeyVault/help/Backup-AzKeyVault.md b/src/KeyVault/KeyVault/help/Backup-AzKeyVault.md index 73a64c514a80..f69866bfa048 100644 --- a/src/KeyVault/KeyVault/help/Backup-AzKeyVault.md +++ b/src/KeyVault/KeyVault/help/Backup-AzKeyVault.md @@ -16,20 +16,20 @@ Fully backup a managed HSM. ``` Backup-AzKeyVault [-HsmName] -StorageAccountName -StorageContainerName [-SasToken ] [-UseUserManagedIdentity] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InteractiveStorageUri ``` Backup-AzKeyVault [-HsmName] -StorageContainerUri [-SasToken ] - [-UseUserManagedIdentity] [-DefaultProfile ] + [-UseUserManagedIdentity] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObjectStorageUri ``` Backup-AzKeyVault -StorageContainerUri [-SasToken ] [-UseUserManagedIdentity] - -HsmObject [-DefaultProfile ] + -HsmObject [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -37,7 +37,7 @@ Backup-AzKeyVault -StorageContainerUri [-SasToken ] [-UseUse ``` Backup-AzKeyVault -StorageAccountName -StorageContainerName [-SasToken ] [-UseUserManagedIdentity] -HsmObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -130,6 +130,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 +``` + ### -SasToken The shared access signature (SAS) token to authenticate the storage account. diff --git a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultCertificate.md index 6a6bda070767..9df11a07b47b 100644 --- a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultCertificate.md @@ -15,14 +15,14 @@ Backs up a certificate in a key vault. ### ByCertificateName (Default) ``` Backup-AzKeyVaultCertificate [-VaultName] [-Name] [[-OutputFile] ] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByCertificate ``` Backup-AzKeyVaultCertificate [-InputObject] [[-OutputFile] ] - [-Force] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Force] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -154,6 +154,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 +``` + ### -VaultName Vault name. Cmdlet constructs the FQDN of a vault based on the name and currently selected environment. diff --git a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultKey.md index 9540a4915069..889cda4787fa 100644 --- a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultKey.md @@ -16,21 +16,21 @@ Backs up a key in a key vault. ### ByKeyName (Default) ``` Backup-AzKeyVaultKey [-VaultName] [-Name] [[-OutputFile] ] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### HsmByKeyName ``` Backup-AzKeyVaultKey -HsmName [-Name] [[-OutputFile] ] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByKey ``` Backup-AzKeyVaultKey [-InputObject] [[-OutputFile] ] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -175,6 +175,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 +``` + ### -VaultName Specifies the name of the key vault that contains the key to back up. diff --git a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultManagedStorageAccount.md b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultManagedStorageAccount.md index b8556f39fd29..b3207b2bf371 100644 --- a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultManagedStorageAccount.md +++ b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultManagedStorageAccount.md @@ -15,7 +15,7 @@ Backs up a KeyVault-managed storage account. ### ByStorageAccountName (Default) ``` Backup-AzKeyVaultManagedStorageAccount [-VaultName] [-Name] [[-OutputFile] ] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -23,7 +23,7 @@ Backup-AzKeyVaultManagedStorageAccount [-VaultName] [-Name] [[ ``` Backup-AzKeyVaultManagedStorageAccount [-InputObject] [[-OutputFile] ] [-Force] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,6 +153,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 +``` + ### -VaultName Vault name. Cmdlet constructs the FQDN of a vault based on the name and currently selected environment. diff --git a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultSecret.md b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultSecret.md index 1bd3e9341580..0179dcd50b43 100644 --- a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultSecret.md +++ b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultSecret.md @@ -16,14 +16,14 @@ Backs up a secret in a key vault. ### BySecretName (Default) ``` Backup-AzKeyVaultSecret [-VaultName] [-Name] [[-OutputFile] ] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### BySecret ``` Backup-AzKeyVaultSecret [-InputObject] [[-OutputFile] ] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -151,6 +151,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 +``` + ### -VaultName Specifies the name of the key vault that contains the secret to back up. diff --git a/src/KeyVault/KeyVault/help/Export-AzKeyVaultSecurityDomain.md b/src/KeyVault/KeyVault/help/Export-AzKeyVaultSecurityDomain.md index 0a24fbbb7fb6..84833a43e693 100644 --- a/src/KeyVault/KeyVault/help/Export-AzKeyVaultSecurityDomain.md +++ b/src/KeyVault/KeyVault/help/Export-AzKeyVaultSecurityDomain.md @@ -15,7 +15,7 @@ Exports the security domain data of a managed HSM. ### ByName (Default) ``` Export-AzKeyVaultSecurityDomain -Name -Certificates -OutputPath [-Force] - [-PassThru] -Quorum [-DefaultProfile ] + [-PassThru] -Quorum [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -23,7 +23,7 @@ Export-AzKeyVaultSecurityDomain -Name -Certificates -OutputP ``` Export-AzKeyVaultSecurityDomain -InputObject -Certificates -OutputPath [-Force] [-PassThru] -Quorum [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -145,6 +145,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 +``` + ### -Quorum The minimum number of shares required to decrypt the security domain for recovery. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVault.md b/src/KeyVault/KeyVault/help/Get-AzKeyVault.md index 50fb9749629d..e194a785eecd 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVault.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVault.md @@ -16,21 +16,21 @@ Gets key vaults. ### GetVaultByName (Default) ``` Get-AzKeyVault [[-VaultName] ] [[-ResourceGroupName] ] [-Tag ] - [-DefaultProfile ] [-SubscriptionId ] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` ### ByDeletedVault ``` Get-AzKeyVault [-VaultName] [-Location] [-InRemovedState] - [-DefaultProfile ] [-SubscriptionId ] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` ### ListAllDeletedVaultsInSubscription ``` Get-AzKeyVault [-InRemovedState] [-DefaultProfile ] - [-SubscriptionId ] [] + [-ProgressAction ] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -250,6 +250,21 @@ Accept pipeline input: True (ByPropertyName) 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 Specifies the name of the resource group associated with the key vault or key vaults being queried. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificate.md index a5b00e3e5ac7..fa1e832f4bd4 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificate.md @@ -16,55 +16,55 @@ Gets a certificate from a key vault. ### ByName (Default) ``` Get-AzKeyVaultCertificate [-VaultName] [[-Name] ] [-InRemovedState] [-IncludePending] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByCertificateNameAndVersion ``` Get-AzKeyVaultCertificate [-VaultName] [-Name] [-Version] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByCertificateAllVersions ``` Get-AzKeyVaultCertificate [-VaultName] [-Name] [-IncludeVersions] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByNameInputObject ``` Get-AzKeyVaultCertificate [-InputObject] [[-Name] ] [-InRemovedState] [-IncludePending] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByCertificateNameAndVersionInputObject ``` Get-AzKeyVaultCertificate [-InputObject] [-Name] [-Version] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByCertificateAllVersionsInputObject ``` Get-AzKeyVaultCertificate [-InputObject] [-Name] [-IncludeVersions] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByNameResourceId ``` Get-AzKeyVaultCertificate [-ResourceId] [[-Name] ] [-InRemovedState] [-IncludePending] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByCertificateNameAndVersionResourceId ``` Get-AzKeyVaultCertificate [-ResourceId] [-Name] [-Version] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByCertificateAllVersionsResourceId ``` Get-AzKeyVaultCertificate [-ResourceId] [-Name] [-IncludeVersions] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -331,6 +331,21 @@ Accept pipeline input: False Accept wildcard characters: True ``` +### -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 +``` + ### -ResourceId KeyVault Resource Id. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateContact.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateContact.md index 01493deb04db..fdde9ab14005 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateContact.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateContact.md @@ -16,19 +16,19 @@ Gets contacts that are registered for certificate notifications for a key vault. ### VaultName (Default) ``` Get-AzKeyVaultCertificateContact [-VaultName] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByInputObject ``` Get-AzKeyVaultCertificateContact [-InputObject] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByResourceId ``` Get-AzKeyVaultCertificateContact [-ResourceId] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -82,6 +82,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 +``` + ### -ResourceId KeyVault Id. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateIssuer.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateIssuer.md index aba725fdc820..83e0c200c443 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateIssuer.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateIssuer.md @@ -16,19 +16,19 @@ Gets a certificate issuer for a key vault. ### ByName (Default) ``` Get-AzKeyVaultCertificateIssuer [-VaultName] [[-Name] ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByInputObject ``` Get-AzKeyVaultCertificateIssuer [-InputObject] [[-Name] ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceId ``` Get-AzKeyVaultCertificateIssuer [-ResourceId] [[-Name] ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -122,6 +122,21 @@ Accept pipeline input: False Accept wildcard characters: True ``` +### -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 +``` + ### -ResourceId KeyVault Resource Id. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateOperation.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateOperation.md index 4b626028f039..5956d6a6ee46 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateOperation.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificateOperation.md @@ -16,13 +16,13 @@ Gets the status of a certificate operation. ### ByName (Default) ``` Get-AzKeyVaultCertificateOperation [-VaultName] [-Name] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByInputObject ``` Get-AzKeyVaultCertificateOperation [-InputObject] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -105,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 +``` + ### -VaultName Specifies the name of a key vault. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificatePolicy.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificatePolicy.md index ffe3ddf1a3d4..12411501a7af 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificatePolicy.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificatePolicy.md @@ -16,13 +16,13 @@ Gets the policy for a certificate in a key vault. ### VaultAndCertName (Default) ``` Get-AzKeyVaultCertificatePolicy [-VaultName] [-Name] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### InputObject ``` Get-AzKeyVaultCertificatePolicy [-InputObject] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -105,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 +``` + ### -VaultName Specifies the name of a key vault. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultKey.md index 1ffa6c17822a..1ef2e2e0f76b 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultKey.md @@ -16,109 +16,109 @@ Gets Key Vault keys. Please notes that detailed information about a key, like ke ### ByVaultName (Default) ``` Get-AzKeyVaultKey [-VaultName] [[-Name] ] [-InRemovedState] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByKeyName ``` Get-AzKeyVaultKey [-VaultName] [-Name] [-Version] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByKeyVersions ``` Get-AzKeyVaultKey [-VaultName] [-Name] [-IncludeVersions] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### HsmByKeyName ``` Get-AzKeyVaultKey -HsmName [-Name] [-Version] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### HsmByVaultName ``` Get-AzKeyVaultKey -HsmName [[-Name] ] [-InRemovedState] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### HsmByKeyVersions ``` Get-AzKeyVaultKey -HsmName [-Name] [-IncludeVersions] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByInputObjectVaultName ``` Get-AzKeyVaultKey [-InputObject] [[-Name] ] [-InRemovedState] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByInputObjectKeyName ``` Get-AzKeyVaultKey [-InputObject] [-Name] [-Version] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByInputObjectKeyVersions ``` Get-AzKeyVaultKey [-InputObject] [-Name] [-IncludeVersions] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### HsmByInputObjectVaultName ``` Get-AzKeyVaultKey [-HsmObject] [[-Name] ] [-InRemovedState] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### HsmByInputObjectKeyName ``` Get-AzKeyVaultKey [-HsmObject] [-Name] [-Version] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### HsmByInputObjectKeyVersions ``` Get-AzKeyVaultKey [-HsmObject] [-Name] [-IncludeVersions] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceIdVaultName ``` Get-AzKeyVaultKey -ResourceId [[-Name] ] [-InRemovedState] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceIdKeyName ``` Get-AzKeyVaultKey -ResourceId [-Name] [-Version] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceIdKeyVersions ``` Get-AzKeyVaultKey -ResourceId [-Name] [-IncludeVersions] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### HsmByResourceIdVaultName ``` Get-AzKeyVaultKey -HsmResourceId [[-Name] ] [-InRemovedState] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### HsmByResourceIdKeyName ``` Get-AzKeyVaultKey -HsmResourceId [-Name] [-Version] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### HsmByResourceIdKeyVersions ``` Get-AzKeyVaultKey -HsmResourceId [-Name] [-IncludeVersions] [-OutFile ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -480,6 +480,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 +``` + ### -ResourceId KeyVault Resource Id. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultKeyRotationPolicy.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultKeyRotationPolicy.md index 82622a58383b..78e218e46b3d 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultKeyRotationPolicy.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultKeyRotationPolicy.md @@ -15,13 +15,13 @@ Gets the key rotation policy for the specified key in Key Vault. ### ByVaultName (Default) ``` Get-AzKeyVaultKeyRotationPolicy [-VaultName] [-Name] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByKeyInputObject ``` Get-AzKeyVaultKeyRotationPolicy [-InputObject] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -93,6 +93,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 +``` + ### -VaultName Vault name. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedHsm.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedHsm.md index 61b7f320d292..5317da6000bd 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedHsm.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedHsm.md @@ -15,21 +15,21 @@ Get managed HSMs. ### GetManagedHsm (Default) ``` Get-AzKeyVaultManagedHsm [[-Name] ] [[-ResourceGroupName] ] [-Tag ] - [-DefaultProfile ] [-SubscriptionId ] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` ### GetDeletedManagedHsm ``` Get-AzKeyVaultManagedHsm [-Name] [-Location] [-InRemovedState] [-Tag ] - [-DefaultProfile ] [-SubscriptionId ] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` ### ListDeletedManagedHsms ``` Get-AzKeyVaultManagedHsm [-InRemovedState] [-Tag ] [-DefaultProfile ] - [-SubscriptionId ] [] + [-ProgressAction ] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -183,6 +183,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: True ``` +### -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 Specifies the name of the resource group associated with the managed HSM being queried. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedHsmRegion.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedHsmRegion.md index 7cd53d58d6e7..21b8cbc7da40 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedHsmRegion.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedHsmRegion.md @@ -14,7 +14,7 @@ The List operation gets information about the regions associated with the manage ``` Get-AzKeyVaultManagedHsmRegion -HsmName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -69,6 +69,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 Name of the resource group that contains the managed HSM pool. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedStorageAccount.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedStorageAccount.md index 7da17fc8c637..16d6013a5cf0 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedStorageAccount.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedStorageAccount.md @@ -15,19 +15,19 @@ Gets Key Vault managed Azure Storage Accounts. ### ByAccountName (Default) ``` Get-AzKeyVaultManagedStorageAccount [-VaultName] [[-AccountName] ] [-InRemovedState] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByInputObject ``` Get-AzKeyVaultManagedStorageAccount [-InputObject] [-InRemovedState] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceId ``` Get-AzKeyVaultManagedStorageAccount [-ResourceId] [-InRemovedState] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## 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 +``` + ### -ResourceId Vault resource id. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedStorageSasDefinition.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedStorageSasDefinition.md index 86a9bada5be5..bb58b50e8be3 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedStorageSasDefinition.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultManagedStorageSasDefinition.md @@ -15,7 +15,7 @@ Gets Key Vault managed Storage SAS Definitions. ### ByDefinitionName (Default) ``` Get-AzKeyVaultManagedStorageSasDefinition [-VaultName] [-AccountName] [[-Name] ] - [-InRemovedState] [-DefaultProfile ] + [-InRemovedState] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -23,7 +23,7 @@ Get-AzKeyVaultManagedStorageSasDefinition [-VaultName] [-AccountName] < ``` Get-AzKeyVaultManagedStorageSasDefinition [-InputObject] [[-Name] ] [-InRemovedState] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -175,6 +175,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 +``` + ### -VaultName Vault name. Cmdlet constructs the FQDN of a vault based on the name and currently selected environment. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultRandomNumber.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultRandomNumber.md index 934cd75ca02b..72853d26497f 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultRandomNumber.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultRandomNumber.md @@ -15,19 +15,19 @@ Get the requested number of bytes containing random values from a managed HSM. ### GetByHsmName (Default) ``` Get-AzKeyVaultRandomNumber [-DefaultProfile ] [-HsmName] -Count - [-AsBase64String] [] + [-AsBase64String] [-ProgressAction ] [] ``` ### GetByHsmResourceId ``` Get-AzKeyVaultRandomNumber [-ResourceId] [-DefaultProfile ] -Count - [-AsBase64String] [] + [-AsBase64String] [-ProgressAction ] [] ``` ### GetByHsmInputObject ``` Get-AzKeyVaultRandomNumber [-DefaultProfile ] [-InputObject] - -Count [-AsBase64String] [] + -Count [-AsBase64String] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -164,6 +164,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 +``` + ### -ResourceId HSM resource id. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultRoleAssignment.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultRoleAssignment.md index b76e0e502418..baa6acd510f4 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultRoleAssignment.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultRoleAssignment.md @@ -16,13 +16,13 @@ Get or list role assignments of a managed HSM. Use respective parameters to list ``` Get-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] [-RoleDefinitionName ] [-RoleDefinitionId ] [-ObjectId ] [-SignInName ] [-ApplicationId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByName ``` Get-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleAssignmentName - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## 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 +``` + ### -RoleAssignmentName Name of the role assignment. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultRoleDefinition.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultRoleDefinition.md index 526fbb636a00..e74c5d6e0488 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultRoleDefinition.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultRoleDefinition.md @@ -15,19 +15,19 @@ List role definitions of a given managed HSM at a given scope. ### Interactive (Default) ``` Get-AzKeyVaultRoleDefinition [-HsmName] [-Scope ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### CustomOnly ``` Get-AzKeyVaultRoleDefinition [-HsmName] [-Scope ] [-Custom] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByName ``` Get-AzKeyVaultRoleDefinition [-HsmName] [-Scope ] -RoleDefinitionName - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -130,6 +130,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 +``` + ### -RoleDefinitionName Name of the role definition to get. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultSecret.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultSecret.md index 7ab7ff66ba2e..b068b5f1d5a5 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultSecret.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultSecret.md @@ -16,55 +16,55 @@ Gets the secrets in a key vault. ### ByVaultName (Default) ``` Get-AzKeyVaultSecret [-VaultName] [[-Name] ] [-InRemovedState] [-AsPlainText] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### BySecretName ``` Get-AzKeyVaultSecret [-VaultName] [-Name] [-Version] [-AsPlainText] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### BySecretVersions ``` Get-AzKeyVaultSecret [-VaultName] [-Name] [-IncludeVersions] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByInputObjectVaultName ``` Get-AzKeyVaultSecret [-InputObject] [[-Name] ] [-InRemovedState] [-AsPlainText] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByInputObjectSecretName ``` Get-AzKeyVaultSecret [-InputObject] [-Name] [-Version] [-AsPlainText] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByInputObjectSecretVersions ``` Get-AzKeyVaultSecret [-InputObject] [-Name] [-IncludeVersions] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceIdVaultName ``` Get-AzKeyVaultSecret [-ResourceId] [[-Name] ] [-InRemovedState] [-AsPlainText] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceIdSecretName ``` Get-AzKeyVaultSecret [-ResourceId] [-Name] [-Version] [-AsPlainText] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceIdSecretVersions ``` Get-AzKeyVaultSecret [-ResourceId] [-Name] [-IncludeVersions] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -407,6 +407,21 @@ Accept pipeline input: False Accept wildcard characters: True ``` +### -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 +``` + ### -ResourceId KeyVault Resource Id. diff --git a/src/KeyVault/KeyVault/help/Get-AzKeyVaultSetting.md b/src/KeyVault/KeyVault/help/Get-AzKeyVaultSetting.md index 203741f72c82..3cc2a04d5079 100644 --- a/src/KeyVault/KeyVault/help/Get-AzKeyVaultSetting.md +++ b/src/KeyVault/KeyVault/help/Get-AzKeyVaultSetting.md @@ -15,19 +15,19 @@ Retrieves a specified key vault account setting or all available key vault accou ### GetSettingViaFlattenParameters (Default) ``` Get-AzKeyVaultSetting [-DefaultProfile ] [-HsmName] [[-Name] ] - [] + [-ProgressAction ] [] ``` ### GetSettingViaHsmObject ``` Get-AzKeyVaultSetting [-DefaultProfile ] [-HsmObject] [[-Name] ] - [] + [-ProgressAction ] [] ``` ### GetSettingViaHsmId ``` Get-AzKeyVaultSetting [-DefaultProfile ] [-HsmId] [[-Name] ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -192,6 +192,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/KeyVault/KeyVault/help/Import-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Import-AzKeyVaultCertificate.md index e9916dc3480a..acb88a49d60f 100644 --- a/src/KeyVault/KeyVault/help/Import-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Import-AzKeyVaultCertificate.md @@ -17,7 +17,7 @@ Imports a certificate to a key vault. ``` Import-AzKeyVaultCertificate [-VaultName] [-Name] -FilePath [-Password ] [-PolicyPath ] [-PolicyObject ] - [-Tag ] [-DefaultProfile ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -26,14 +26,14 @@ Import-AzKeyVaultCertificate [-VaultName] [-Name] -FilePath [-Name] -CertificateString [-ContentType ] [-Password ] [-PolicyPath ] [-PolicyObject ] [-Tag ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ImportWithPrivateKeyFromCollection ``` Import-AzKeyVaultCertificate [-VaultName] [-Name] [-PolicyPath ] [-PolicyObject ] [-CertificateCollection] - [-Tag ] [-DefaultProfile ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -312,6 +312,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 +``` + ### -Tag Key-value pairs in the form of a hash table. For example: @{key0="value0";key1=$null;key2="value2"} diff --git a/src/KeyVault/KeyVault/help/Import-AzKeyVaultSecurityDomain.md b/src/KeyVault/KeyVault/help/Import-AzKeyVaultSecurityDomain.md index e788d12afd47..93884ceec89f 100644 --- a/src/KeyVault/KeyVault/help/Import-AzKeyVaultSecurityDomain.md +++ b/src/KeyVault/KeyVault/help/Import-AzKeyVaultSecurityDomain.md @@ -15,21 +15,21 @@ Imports previously exported security domain data to a managed HSM. ### ByName (Default) ``` Import-AzKeyVaultSecurityDomain -Name -Keys -SecurityDomainPath [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ByRestoredBlob ``` Import-AzKeyVaultSecurityDomain -Name -SecurityDomainPath [-ImportRestoredBlob] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### GenerateExchangeKey ``` Import-AzKeyVaultSecurityDomain -Name -OutFile [-Force] [-DownloadExchangeKey] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -37,14 +37,14 @@ Import-AzKeyVaultSecurityDomain -Name -OutFile [-Force] [-Down ``` Import-AzKeyVaultSecurityDomain -InputObject -Keys -SecurityDomainPath [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### DoRestoreBlob ``` Import-AzKeyVaultSecurityDomain -Keys -SecurityDomainPath -OutFile -ExchangeKeyPath [-Force] [-RestoreBlob] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -228,6 +228,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 +``` + ### -RestoreBlob When specified, the security domain data will be decrypted and encrypted using generated ExchangeKey locally. diff --git a/src/KeyVault/KeyVault/help/Invoke-AzKeyVaultKeyOperation.md b/src/KeyVault/KeyVault/help/Invoke-AzKeyVaultKeyOperation.md index a16211f9bf85..96bcf1b57072 100644 --- a/src/KeyVault/KeyVault/help/Invoke-AzKeyVaultKeyOperation.md +++ b/src/KeyVault/KeyVault/help/Invoke-AzKeyVaultKeyOperation.md @@ -16,7 +16,7 @@ Performs operation like "Encrypt", "Decrypt", "Wrap" or "Unwrap" using a specifi ``` Invoke-AzKeyVaultKeyOperation [-Version ] -Operation -Algorithm [-Value ] [-ByteArrayValue ] [-Name] [-VaultName] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Invoke-AzKeyVaultKeyOperation [-Version ] -Operation -Algorithm ``` Invoke-AzKeyVaultKeyOperation [-Version ] -Operation -Algorithm [-Value ] [-ByteArrayValue ] [-HsmName] [-Name] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ Invoke-AzKeyVaultKeyOperation [-Version ] -Operation -Algorithm ``` Invoke-AzKeyVaultKeyOperation [-Version ] -Operation -Algorithm [-Value ] [-ByteArrayValue ] [-InputObject] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -237,6 +237,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 +``` + ### -Value The value to be operated. This parameter will be converted to byte array in UTF-8 encoding way. If your value can't be encoded by UTF-8, please use parameter ByteArrayValue as its alternative. diff --git a/src/KeyVault/KeyVault/help/Invoke-AzKeyVaultKeyRotation.md b/src/KeyVault/KeyVault/help/Invoke-AzKeyVaultKeyRotation.md index a1286e24f9d5..101b3a436187 100644 --- a/src/KeyVault/KeyVault/help/Invoke-AzKeyVaultKeyRotation.md +++ b/src/KeyVault/KeyVault/help/Invoke-AzKeyVaultKeyRotation.md @@ -15,13 +15,13 @@ Creates a new key version in Key Vault, stores it, then returns the new key. ### ByVaultName (Default) ``` Invoke-AzKeyVaultKeyRotation [-VaultName] [-Name] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByKeyInputObject ``` Invoke-AzKeyVaultKeyRotation [-InputObject] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -101,6 +101,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 +``` + ### -VaultName Vault name. diff --git a/src/KeyVault/KeyVault/help/New-AzKeyVault.md b/src/KeyVault/KeyVault/help/New-AzKeyVault.md index 69c12e99307a..fde3a29a5c2f 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVault.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVault.md @@ -18,7 +18,7 @@ New-AzKeyVault [-Name] [-ResourceGroupName] [-Location] ] [-PublicNetworkAccess ] [-Sku ] [-Tag ] [-NetworkRuleSet ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -305,6 +305,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 +``` + ### -PublicNetworkAccess Specifies whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules. By default, we will enable public network access. diff --git a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateAdministratorDetail.md b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateAdministratorDetail.md index 08d3451f5362..f29ae914f8a4 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateAdministratorDetail.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateAdministratorDetail.md @@ -16,7 +16,7 @@ Creates an in-memory certificate administrator details object. ``` New-AzKeyVaultCertificateAdministratorDetail [-FirstName ] [-LastName ] [-EmailAddress ] [-PhoneNumber ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -115,6 +115,21 @@ Accept pipeline input: True (ByPropertyName) 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 +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateOrganizationDetail.md b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateOrganizationDetail.md index 065f0125672b..ddabc1c0760c 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateOrganizationDetail.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateOrganizationDetail.md @@ -16,7 +16,7 @@ Creates an in-memory certificate organization details object. ``` New-AzKeyVaultCertificateOrganizationDetail [-Id ] [-AdministratorDetails ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -87,6 +87,21 @@ Accept pipeline input: True (ByPropertyName) 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 +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificatePolicy.md b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificatePolicy.md index 0bf3ad357c64..5850ded82b66 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificatePolicy.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificatePolicy.md @@ -22,7 +22,7 @@ New-AzKeyVaultCertificatePolicy [-IssuerName] [-SubjectName] [-Ekus ] [-ValidityInMonths ] [-CertificateType ] [-EmailAtNumberOfDaysBeforeExpiry ] [-EmailAtPercentageLifetime ] [-KeyType ] [-KeySize ] [-KeyNotExportable] [-CertificateTransparency ] - [-Curve ] [-DefaultProfile ] [-WhatIf] + [-Curve ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -35,7 +35,7 @@ New-AzKeyVaultCertificatePolicy [-IssuerName] [[-SubjectName] ] [-Ekus ] [-ValidityInMonths ] [-CertificateType ] [-EmailAtNumberOfDaysBeforeExpiry ] [-EmailAtPercentageLifetime ] [-KeyType ] [-KeySize ] [-KeyNotExportable] [-CertificateTransparency ] - [-Curve ] [-DefaultProfile ] [-WhatIf] + [-Curve ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -352,6 +352,21 @@ Accept pipeline input: True (ByPropertyName) 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 +``` + ### -RenewAtNumberOfDaysBeforeExpiry Specifies the number of days before expiry after which the automatic process for certificate renewal begins. diff --git a/src/KeyVault/KeyVault/help/New-AzKeyVaultManagedHsm.md b/src/KeyVault/KeyVault/help/New-AzKeyVaultManagedHsm.md index fe1f9c143619..8dfa27d0c978 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVaultManagedHsm.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVaultManagedHsm.md @@ -16,7 +16,7 @@ Creates a managed HSM. New-AzKeyVaultManagedHsm [-Name] [-ResourceGroupName] [-Location] [-Administrator] [-Sku ] -SoftDeleteRetentionInDays [-PublicNetworkAccess ] [-EnablePurgeProtection] [-UserAssignedIdentity ] [-Tag ] [-AsJob] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -186,6 +186,21 @@ Accept pipeline input: True (ByPropertyName) 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 +``` + ### -PublicNetworkAccess Controls permission for data plane traffic coming from public networks while private endpoint is enabled. diff --git a/src/KeyVault/KeyVault/help/New-AzKeyVaultNetworkRuleSetObject.md b/src/KeyVault/KeyVault/help/New-AzKeyVaultNetworkRuleSetObject.md index 22a354b53a50..e9e06801bfbf 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVaultNetworkRuleSetObject.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVaultNetworkRuleSetObject.md @@ -16,7 +16,7 @@ Create an object representing the network rule settings. New-AzKeyVaultNetworkRuleSetObject [-DefaultAction ] [-Bypass ] [-IpAddressRange ] [-VirtualNetworkResourceId ] [-DefaultProfile ] - [-SubscriptionId ] [] + [-ProgressAction ] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -99,6 +99,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/KeyVault/KeyVault/help/New-AzKeyVaultRoleAssignment.md b/src/KeyVault/KeyVault/help/New-AzKeyVaultRoleAssignment.md index 43b85ac4b14e..bd27d4dc7193 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVaultRoleAssignment.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVaultRoleAssignment.md @@ -15,42 +15,42 @@ Assigns the specified RBAC role to the specified principal, at the specified sco ### DefinitionNameSignInName (Default) ``` New-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionName - -SignInName [-DefaultProfile ] [-WhatIf] + -SignInName [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DefinitionNameApplicationId ``` New-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionName - -ApplicationId [-DefaultProfile ] + -ApplicationId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DefinitionNameObjectId ``` New-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionName - -ObjectId [-DefaultProfile ] [-WhatIf] + -ObjectId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DefinitionIdApplicationId ``` New-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionId - -ApplicationId [-DefaultProfile ] + -ApplicationId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DefinitionIdObjectId ``` New-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionId - -ObjectId [-DefaultProfile ] [-WhatIf] + -ObjectId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DefinitionIdSignInName ``` New-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionId - -SignInName [-DefaultProfile ] [-WhatIf] + -SignInName [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -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 +``` + ### -RoleDefinitionId Role Id the principal is assigned to. diff --git a/src/KeyVault/KeyVault/help/New-AzKeyVaultRoleDefinition.md b/src/KeyVault/KeyVault/help/New-AzKeyVaultRoleDefinition.md index 92c281fe17a3..b100576bd49d 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVaultRoleDefinition.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVaultRoleDefinition.md @@ -15,14 +15,14 @@ Creates a custom role definition on an HSM. ### InputObject (Default) ``` New-AzKeyVaultRoleDefinition [-HsmName] [-Scope ] [-Role] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputFile ``` New-AzKeyVaultRoleDefinition [-HsmName] [-Scope ] [-InputFile] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -104,6 +104,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 +``` + ### -Role A role definition object. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVault.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVault.md index e7127dbceef3..712075afdc5f 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVault.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVault.md @@ -16,42 +16,42 @@ Deletes a key vault. ### ByAvailableVault (Default) ``` Remove-AzKeyVault [-VaultName] [[-ResourceGroupName] ] [[-Location] ] [-Force] - [-AsJob] [-PassThru] [-DefaultProfile ] [-WhatIf] + [-AsJob] [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ByDeletedVault ``` Remove-AzKeyVault [-VaultName] [-Location] [-InRemovedState] [-Force] [-AsJob] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectByAvailableVault ``` Remove-AzKeyVault [-InputObject] [-Force] [-AsJob] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectByDeletedVault ``` Remove-AzKeyVault [-InputObject] [-InRemovedState] [-Force] [-AsJob] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ResourceIdByAvailableVault ``` Remove-AzKeyVault [-ResourceId] [[-Location] ] [-Force] [-AsJob] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ResourceIdByDeletedVault ``` Remove-AzKeyVault [-ResourceId] [-Location] [-InRemovedState] [-Force] [-AsJob] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -205,6 +205,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 Specifies the name of a resource group. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultAccessPolicy.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultAccessPolicy.md index 879c38cbc83b..dfa5032a23a2 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultAccessPolicy.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultAccessPolicy.md @@ -16,7 +16,7 @@ Removes all permissions for a user or application from a key vault. ### ByUserPrincipalName (Default) ``` Remove-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] -UserPrincipalName - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -24,20 +24,20 @@ Remove-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] [[-ResourceGroupName] ] -ObjectId [-ApplicationId ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ByServicePrincipalName ``` Remove-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] -ServicePrincipalName [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ByEmail ``` Remove-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] -EmailAddress - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -45,35 +45,35 @@ Remove-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] [[-ResourceGroupName] ] [-EnabledForDeployment] [-EnabledForTemplateDeployment] [-EnabledForDiskEncryption] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectByObjectId ``` Remove-AzKeyVaultAccessPolicy [-InputObject] -ObjectId [-ApplicationId ] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectByServicePrincipalName ``` Remove-AzKeyVaultAccessPolicy [-InputObject] -ServicePrincipalName [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectByUserPrincipalName ``` Remove-AzKeyVaultAccessPolicy [-InputObject] -UserPrincipalName [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectByEmail ``` Remove-AzKeyVaultAccessPolicy [-InputObject] -EmailAddress [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -81,35 +81,35 @@ Remove-AzKeyVaultAccessPolicy [-InputObject] -EmailAddress ``` Remove-AzKeyVaultAccessPolicy [-InputObject] [-EnabledForDeployment] [-EnabledForTemplateDeployment] [-EnabledForDiskEncryption] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ResourceIdByObjectId ``` Remove-AzKeyVaultAccessPolicy [-ResourceId] -ObjectId [-ApplicationId ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ResourceIdByServicePrincipalName ``` Remove-AzKeyVaultAccessPolicy [-ResourceId] -ServicePrincipalName [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ResourceIdByUserPrincipalName ``` Remove-AzKeyVaultAccessPolicy [-ResourceId] -UserPrincipalName [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ResourceIdByEmail ``` Remove-AzKeyVaultAccessPolicy [-ResourceId] -EmailAddress [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -117,7 +117,7 @@ Remove-AzKeyVaultAccessPolicy [-ResourceId] -EmailAddress [-Pa ``` Remove-AzKeyVaultAccessPolicy [-ResourceId] [-EnabledForDeployment] [-EnabledForTemplateDeployment] [-EnabledForDiskEncryption] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -337,6 +337,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 Specifies the name of the resource group associated with the key vault whose access policy is being modified. If not specified, this cmdlet searches for the key vault in the current subscription. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificate.md index 2ce7714490d4..52f32cdd9326 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificate.md @@ -16,14 +16,14 @@ Removes a certificate from a key vault. ### ByVaultNameAndName (Default) ``` Remove-AzKeyVaultCertificate [-VaultName] [-Name] [-InRemovedState] [-Force] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByObject ``` Remove-AzKeyVaultCertificate [-InputObject] [-InRemovedState] [-Force] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -180,6 +180,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 +``` + ### -VaultName Specifies the name of the key vault from which this cmdlet removes a certificate. This cmdlet constructs the FQDN of a key vault based on the name that this parameter specifies and your current environment. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateContact.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateContact.md index b0f086a02826..ee3bae36c9fd 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateContact.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateContact.md @@ -16,21 +16,21 @@ Deletes a contact that is registered for certificate notifications from a key va ### ByName (Default) ``` Remove-AzKeyVaultCertificateContact [-VaultName] [-EmailAddress] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByObject ``` Remove-AzKeyVaultCertificateContact [-InputObject] [-EmailAddress] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceId ``` Remove-AzKeyVaultCertificateContact [-ResourceId] [-EmailAddress] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -118,6 +118,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 +``` + ### -ResourceId KeyVault Resource Id. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateIssuer.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateIssuer.md index e51f00b1119f..d6a8966f7e2d 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateIssuer.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateIssuer.md @@ -16,14 +16,14 @@ Deletes a certificate issuer from a key vault. ### Default (Default) ``` Remove-AzKeyVaultCertificateIssuer [-VaultName] [-Name] [-Force] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Remove-AzKeyVaultCertificateIssuer [-InputObject] [-Force] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -126,6 +126,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 +``` + ### -VaultName Specifies the name of a key vault. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateOperation.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateOperation.md index d5f8892e0e00..439256b020da 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateOperation.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateOperation.md @@ -16,14 +16,14 @@ Deletes a certificate operation from a key vault. ### Default ``` Remove-AzKeyVaultCertificateOperation [-VaultName] [-Name] [-Force] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Remove-AzKeyVaultCertificateOperation [-InputObject] [-Force] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -138,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 +``` + ### -VaultName Specifies the name of a key vault. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultKey.md index d21843afa26d..c6caa60e14e5 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultKey.md @@ -16,21 +16,21 @@ Deletes a key in a key vault. ### ByVaultName (Default) ``` Remove-AzKeyVaultKey [-VaultName] [-Name] [-Force] [-PassThru] [-InRemovedState] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### HsmByVaultName ``` Remove-AzKeyVaultKey -HsmName [-Name] [-Force] [-PassThru] [-InRemovedState] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByInputObject ``` Remove-AzKeyVaultKey [-InputObject] [-Force] [-PassThru] [-InRemovedState] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -197,6 +197,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 +``` + ### -VaultName Specifies the name of the key vault from which to remove the key. This cmdlet constructs the FQDN of a key vault based on the name that this parameter specifies and your current environment. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedHsm.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedHsm.md index 3c61b23c4be9..022382f5a0ae 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedHsm.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedHsm.md @@ -15,42 +15,42 @@ Deletes/Purges a managed HSM. ### RemoveManagedHsmByName (Default) ``` Remove-AzKeyVaultManagedHsm [-Name] [[-ResourceGroupName] ] [-Force] [-AsJob] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### RemoveDeletedManagedHsmByName ``` Remove-AzKeyVaultManagedHsm [-Name] [-Location] [-InRemovedState] [-Force] [-AsJob] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### RemoveManagedHsmByInputObject ``` Remove-AzKeyVaultManagedHsm [-InputObject] [-Force] [-AsJob] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### RemoveDeletedManagedHsmByInputObject ``` Remove-AzKeyVaultManagedHsm [-InputObject] [-InRemovedState] [-Force] [-AsJob] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### RemoveManagedHsmByResourceId ``` Remove-AzKeyVaultManagedHsm [-ResourceId] [-Force] [-AsJob] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### RemoveDeletedManagedHsmByResourceId ``` Remove-AzKeyVaultManagedHsm [-ResourceId] [-Location] [-InRemovedState] [-Force] [-AsJob] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -219,6 +219,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 Specifies the name of resource group for Azure managed HSM to remove. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedHsmRegion.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedHsmRegion.md index 37adfe30d328..648168041acd 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedHsmRegion.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedHsmRegion.md @@ -14,7 +14,7 @@ The List operation gets information about the regions associated with the manage ``` Remove-AzKeyVaultManagedHsmRegion -HsmName -ResourceGroupName [-SubscriptionId ] - -Region [-DefaultProfile ] [-PassThru] [-AsJob] + -Region [-DefaultProfile ] [-PassThru] [-AsJob] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -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 +``` + ### -Region List of regions to be removed associated with the managed hsm pool. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageAccount.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageAccount.md index 8b3d830a06bc..43e84d6c664e 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageAccount.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageAccount.md @@ -15,7 +15,7 @@ Removes a Key Vault managed Azure Storage Account and all associated SAS definit ### ByDefinitionName (Default) ``` Remove-AzKeyVaultManagedStorageAccount [-VaultName] [-AccountName] [-InRemovedState] [-Force] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -23,7 +23,7 @@ Remove-AzKeyVaultManagedStorageAccount [-VaultName] [-AccountName] [-InRemovedState] [-Force] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -174,6 +174,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 +``` + ### -VaultName Vault name. Cmdlet constructs the FQDN of a vault based on the name and currently selected environment. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md index 44b5cb8c2205..7a352a071771 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md @@ -15,14 +15,14 @@ Removes a Key Vault managed Azure Storage SAS definitions. ### ByDefinitionName (Default) ``` Remove-AzKeyVaultManagedStorageSasDefinition [-VaultName] [-AccountName] [-Name] - [-Force] [-PassThru] [-DefaultProfile ] [-WhatIf] + [-Force] [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByInputObject ``` Remove-AzKeyVaultManagedStorageSasDefinition [-InputObject] - [-Force] [-PassThru] [-DefaultProfile ] [-WhatIf] + [-Force] [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -162,6 +162,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 +``` + ### -VaultName Vault name. Cmdlet constructs the FQDN of a vault based on the name and currently selected environment. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultNetworkRule.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultNetworkRule.md index 606ec224aece..ab92f387ae30 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultNetworkRule.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultNetworkRule.md @@ -16,21 +16,21 @@ Removes a network rule from a key vault. ``` Remove-AzKeyVaultNetworkRule [-VaultName] [[-ResourceGroupName] ] [-IpAddressRange ] [-VirtualNetworkResourceId ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ByInputObject ``` Remove-AzKeyVaultNetworkRule [-InputObject] [-IpAddressRange ] [-VirtualNetworkResourceId ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ByResourceId ``` Remove-AzKeyVaultNetworkRule [-ResourceId] [-IpAddressRange ] [-VirtualNetworkResourceId ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -147,6 +147,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 Specifies the name of the resource group associated with the key vault whose network rule is being modified. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultRoleAssignment.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultRoleAssignment.md index 6b158fcceb95..5febbf4cf522 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultRoleAssignment.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultRoleAssignment.md @@ -16,20 +16,20 @@ Removes a role assignment to the specified principal who is assigned to a partic ``` Remove-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionName -SignInName [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DefinitionNameApplicationId ``` Remove-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionName -ApplicationId [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DefinitionNameObjectId ``` Remove-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionName - -ObjectId [-PassThru] [-DefaultProfile ] + -ObjectId [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -37,13 +37,13 @@ Remove-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefin ``` Remove-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionId -ApplicationId [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DefinitionIdObjectId ``` Remove-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionId - -ObjectId [-PassThru] [-DefaultProfile ] + -ObjectId [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -51,20 +51,20 @@ Remove-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefin ``` Remove-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] -RoleDefinitionId -SignInName [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByNameParameterSet ``` Remove-AzKeyVaultRoleAssignment [-HsmName] [-Scope ] [-PassThru] -RoleAssignmentName - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Remove-AzKeyVaultRoleAssignment [-Scope ] [-PassThru] -InputObject - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -184,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 +``` + ### -RoleAssignmentName Name of the role assignment. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultRoleDefinition.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultRoleDefinition.md index 3dba76f717ba..7b60771d7850 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultRoleDefinition.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultRoleDefinition.md @@ -15,14 +15,14 @@ Removes a custom role definition from an HSM. ### ByName (Default) ``` Remove-AzKeyVaultRoleDefinition [-HsmName] [-Scope ] -RoleName [-Force] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Remove-AzKeyVaultRoleDefinition [-HsmName] [-Scope ] -InputObject - [-Force] [-PassThru] [-DefaultProfile ] [-WhatIf] + [-Force] [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -129,6 +129,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 +``` + ### -RoleName Name of the role definition to get. diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultSecret.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultSecret.md index cf02f93bf3bd..4216c4644dfc 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultSecret.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultSecret.md @@ -15,14 +15,14 @@ Deletes a secret in a key vault. ### ByVaultName (Default) ``` Remove-AzKeyVaultSecret [-VaultName] [-Name] [-Force] [-PassThru] [-InRemovedState] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByInputObject ``` Remove-AzKeyVaultSecret [-InputObject] [-Force] [-PassThru] [-InRemovedState] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -200,6 +200,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 +``` + ### -VaultName Specifies the name of the key vault to which the secret belongs. This cmdlet constructs the FQDN of a key vault based on the name that this parameter specifies and your current environment. diff --git a/src/KeyVault/KeyVault/help/Restore-AzKeyVault.md b/src/KeyVault/KeyVault/help/Restore-AzKeyVault.md index 60e32acadbf7..b80b4205f2c5 100644 --- a/src/KeyVault/KeyVault/help/Restore-AzKeyVault.md +++ b/src/KeyVault/KeyVault/help/Restore-AzKeyVault.md @@ -16,7 +16,7 @@ Fully restores a managed HSM from backup. ``` Restore-AzKeyVault -BackupFolder [-KeyName ] [-PassThru] [-HsmName] -StorageAccountName -StorageContainerName [-SasToken ] - [-UseUserManagedIdentity] [-DefaultProfile ] + [-UseUserManagedIdentity] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Restore-AzKeyVault -BackupFolder [-KeyName ] [-PassThru] [-HsmN ``` Restore-AzKeyVault -BackupFolder [-KeyName ] [-PassThru] [-HsmName] -StorageContainerUri [-SasToken ] [-UseUserManagedIdentity] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ Restore-AzKeyVault -BackupFolder [-KeyName ] [-PassThru] [-HsmN ``` Restore-AzKeyVault -BackupFolder [-KeyName ] [-PassThru] -StorageContainerUri [-SasToken ] [-UseUserManagedIdentity] -HsmObject - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -40,7 +40,7 @@ Restore-AzKeyVault -BackupFolder [-KeyName ] [-PassThru] -Stora ``` Restore-AzKeyVault -BackupFolder [-KeyName ] [-PassThru] -StorageAccountName -StorageContainerName [-SasToken ] [-UseUserManagedIdentity] -HsmObject - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -161,6 +161,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 +``` + ### -SasToken The shared access signature (SAS) token to authenticate the storage account. diff --git a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultCertificate.md index d0206d92ccb9..61004a328c78 100644 --- a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultCertificate.md @@ -15,21 +15,21 @@ Restores a certificate in a key vault from a backup file. ### ByVaultName (Default) ``` Restore-AzKeyVaultCertificate [-VaultName] [-InputFile] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByInputObject ``` Restore-AzKeyVaultCertificate [-InputObject] [-InputFile] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceId ``` Restore-AzKeyVaultCertificate [-ResourceId] [-InputFile] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -134,6 +134,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 +``` + ### -ResourceId KeyVault Resource Id diff --git a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultKey.md index c7c70680e304..8fc225c3acf2 100644 --- a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultKey.md @@ -16,39 +16,39 @@ Creates a key in a key vault from a backed-up key. ### ByVaultName (Default) ``` Restore-AzKeyVaultKey [-VaultName] [-InputFile] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### HsmByVaultName ``` Restore-AzKeyVaultKey -HsmName [-InputFile] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByInputObject ``` Restore-AzKeyVaultKey [-InputObject] [-InputFile] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### HsmByInputObject ``` Restore-AzKeyVaultKey [-HsmObject] [-InputFile] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceId ``` Restore-AzKeyVaultKey [-ResourceId] [-InputFile] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### HsmByResourceId ``` Restore-AzKeyVaultKey -HsmResourceId [-InputFile] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -175,6 +175,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 +``` + ### -ResourceId KeyVault Resource Id diff --git a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultManagedStorageAccount.md b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultManagedStorageAccount.md index aea17b2c4ab3..220825aa34a1 100644 --- a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultManagedStorageAccount.md +++ b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultManagedStorageAccount.md @@ -15,21 +15,21 @@ Restores a managed storage account in a key vault from a backup file. ### ByVaultName (Default) ``` Restore-AzKeyVaultManagedStorageAccount [-VaultName] [-InputFile] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByInputObject ``` Restore-AzKeyVaultManagedStorageAccount [-InputObject] [-InputFile] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceId ``` Restore-AzKeyVaultManagedStorageAccount [-ResourceId] [-InputFile] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -113,6 +113,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 +``` + ### -ResourceId KeyVault Resource Id diff --git a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultSecret.md b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultSecret.md index e69f28cd5ff2..ca97c3056bb8 100644 --- a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultSecret.md +++ b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultSecret.md @@ -16,20 +16,20 @@ Creates a secret in a key vault from a backed-up secret. ### ByVaultName (Default) ``` Restore-AzKeyVaultSecret [-VaultName] [-InputFile] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByInputObject ``` Restore-AzKeyVaultSecret [-InputObject] [-InputFile] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceId ``` Restore-AzKeyVaultSecret [-ResourceId] [-InputFile] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -112,6 +112,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 +``` + ### -ResourceId KeyVault Resource Id diff --git a/src/KeyVault/KeyVault/help/Set-AzKeyVaultAccessPolicy.md b/src/KeyVault/KeyVault/help/Set-AzKeyVaultAccessPolicy.md index 6deebbdcbd34..e41170c5d30c 100644 --- a/src/KeyVault/KeyVault/help/Set-AzKeyVaultAccessPolicy.md +++ b/src/KeyVault/KeyVault/help/Set-AzKeyVaultAccessPolicy.md @@ -18,7 +18,7 @@ Grants or modifies existing permissions for a user, application, or security gro Set-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] -UserPrincipalName [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ByObjectId @@ -26,7 +26,7 @@ Set-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] Set-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] -ObjectId [-ApplicationId ] [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] [-BypassObjectIdValidation] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -35,7 +35,7 @@ Set-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] Set-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] -ServicePrincipalName [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ByEmailAddress @@ -43,14 +43,14 @@ Set-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] Set-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] -EmailAddress [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ForVault ``` Set-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] [-EnabledForDeployment] [-EnabledForTemplateDeployment] [-EnabledForDiskEncryption] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -59,7 +59,7 @@ Set-AzKeyVaultAccessPolicy [-VaultName] [[-ResourceGroupName] ] Set-AzKeyVaultAccessPolicy [-InputObject] -ObjectId [-ApplicationId ] [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] [-BypassObjectIdValidation] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -68,7 +68,7 @@ Set-AzKeyVaultAccessPolicy [-InputObject] -ObjectId -ServicePrincipalName [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectByUserPrincipalName @@ -76,7 +76,7 @@ Set-AzKeyVaultAccessPolicy [-InputObject] -ServicePrinc Set-AzKeyVaultAccessPolicy [-InputObject] -UserPrincipalName [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectByEmailAddress @@ -84,14 +84,14 @@ Set-AzKeyVaultAccessPolicy [-InputObject] -UserPrincipa Set-AzKeyVaultAccessPolicy [-InputObject] -EmailAddress [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectForVault ``` Set-AzKeyVaultAccessPolicy [-InputObject] [-EnabledForDeployment] [-EnabledForTemplateDeployment] [-EnabledForDiskEncryption] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -100,7 +100,7 @@ Set-AzKeyVaultAccessPolicy [-InputObject] [-EnabledForD Set-AzKeyVaultAccessPolicy [-ResourceId] -ObjectId [-ApplicationId ] [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] [-BypassObjectIdValidation] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -109,14 +109,14 @@ Set-AzKeyVaultAccessPolicy [-ResourceId] -ObjectId [-Applicati Set-AzKeyVaultAccessPolicy [-ResourceId] -ServicePrincipalName [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ResourceIdByUserPrincipalName ``` Set-AzKeyVaultAccessPolicy [-ResourceId] -UserPrincipalName [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -124,7 +124,7 @@ Set-AzKeyVaultAccessPolicy [-ResourceId] -UserPrincipalName [- ``` Set-AzKeyVaultAccessPolicy [-ResourceId] -EmailAddress [-PermissionsToKeys ] [-PermissionsToSecrets ] [-PermissionsToCertificates ] [-PermissionsToStorage ] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -132,7 +132,7 @@ Set-AzKeyVaultAccessPolicy [-ResourceId] -EmailAddress [-Permi ``` Set-AzKeyVaultAccessPolicy [-ResourceId] [-EnabledForDeployment] [-EnabledForTemplateDeployment] [-EnabledForDiskEncryption] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -583,6 +583,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 Specifies the name of a resource group. diff --git a/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificateIssuer.md b/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificateIssuer.md index 4e1591272385..14b5487ebaa6 100644 --- a/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificateIssuer.md +++ b/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificateIssuer.md @@ -18,7 +18,7 @@ Sets a certificate issuer in a key vault. Set-AzKeyVaultCertificateIssuer [-VaultName] [-Name] -IssuerProvider [-AccountId ] [-ApiKey ] [-OrganizationDetails ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -26,7 +26,7 @@ Set-AzKeyVaultCertificateIssuer [-VaultName] [-Name] -IssuerPr ``` Set-AzKeyVaultCertificateIssuer [-VaultName] [-Name] -InputObject [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -176,6 +176,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 +``` + ### -VaultName Specifies the name of the key vault. diff --git a/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificatePolicy.md b/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificatePolicy.md index 71b881a07f3c..2796863f32e7 100644 --- a/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificatePolicy.md +++ b/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificatePolicy.md @@ -22,7 +22,7 @@ Set-AzKeyVaultCertificatePolicy [-VaultName] [-Name] [-RenewAt [-Ekus ] [-ValidityInMonths ] [-IssuerName ] [-CertificateType ] [-EmailAtNumberOfDaysBeforeExpiry ] [-EmailAtPercentageLifetime ] [-KeyType ] [-KeySize ] [-KeyNotExportable] [-CertificateTransparency ] [-PassThru] - [-Curve ] [-DefaultProfile ] [-WhatIf] + [-Curve ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ Set-AzKeyVaultCertificatePolicy [-VaultName] [-Name] [-InputObject] [-EmailAtNumberOfDaysBeforeExpiry ] [-EmailAtPercentageLifetime ] [-KeyType ] [-KeySize ] [-CertificateTransparency ] [-PassThru] [-Curve ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ExpandedRenewNumber @@ -44,7 +44,7 @@ Set-AzKeyVaultCertificatePolicy [-VaultName] [-Name] -RenewAtN [-Ekus ] [-ValidityInMonths ] [-IssuerName ] [-CertificateType ] [-EmailAtNumberOfDaysBeforeExpiry ] [-EmailAtPercentageLifetime ] [-KeyType ] [-KeySize ] [-KeyNotExportable] [-CertificateTransparency ] [-PassThru] - [-Curve ] [-DefaultProfile ] [-WhatIf] + [-Curve ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -365,6 +365,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 +``` + ### -RenewAtNumberOfDaysBeforeExpiry Specifies the number of days before expiry after which the automatic process for certificate renewal begins. diff --git a/src/KeyVault/KeyVault/help/Set-AzKeyVaultKeyRotationPolicy.md b/src/KeyVault/KeyVault/help/Set-AzKeyVaultKeyRotationPolicy.md index 5465b125e100..281a084514ac 100644 --- a/src/KeyVault/KeyVault/help/Set-AzKeyVaultKeyRotationPolicy.md +++ b/src/KeyVault/KeyVault/help/Set-AzKeyVaultKeyRotationPolicy.md @@ -16,13 +16,13 @@ Sets the key rotation policy for the specified key in Key Vault. ``` Set-AzKeyVaultKeyRotationPolicy [-VaultName] [-Name] [-ExpiresIn ] [-KeyRotationLifetimeAction ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SetByRotationPolicyFileViaVaultName ``` Set-AzKeyVaultKeyRotationPolicy [-VaultName] [-Name] -PolicyPath - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -30,20 +30,20 @@ Set-AzKeyVaultKeyRotationPolicy [-VaultName] [-Name] -PolicyPa ``` Set-AzKeyVaultKeyRotationPolicy [-InputObject] [-ExpiresIn ] [-KeyRotationLifetimeAction ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SetByRotationPolicyFileViaKeyInputObject ``` Set-AzKeyVaultKeyRotationPolicy [-InputObject] -PolicyPath - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByKeyRotationPolicyInputObject ``` Set-AzKeyVaultKeyRotationPolicy [-KeyRotationPolicy] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -258,6 +258,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 +``` + ### -VaultName Vault name. diff --git a/src/KeyVault/KeyVault/help/Set-AzKeyVaultManagedStorageSasDefinition.md b/src/KeyVault/KeyVault/help/Set-AzKeyVaultManagedStorageSasDefinition.md index 58574c2007af..7ea1cb802ff4 100644 --- a/src/KeyVault/KeyVault/help/Set-AzKeyVaultManagedStorageSasDefinition.md +++ b/src/KeyVault/KeyVault/help/Set-AzKeyVaultManagedStorageSasDefinition.md @@ -16,7 +16,7 @@ Sets a Shared Access Signature (SAS) definition with Key Vault for a given Key V ``` Set-AzKeyVaultManagedStorageSasDefinition [-VaultName] [-AccountName] [-Name] [-TemplateUri] [-SasType] [-Disable] [-Tag ] -ValidityPeriod - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Set-AzKeyVaultManagedStorageSasDefinition [-VaultName] [-AccountName] < ``` Set-AzKeyVaultManagedStorageSasDefinition [-InputObject] [-Name] [-TemplateUri] [-SasType] [-Disable] [-Tag ] - -ValidityPeriod [-DefaultProfile ] + -ValidityPeriod [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -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 +``` + ### -SasType Storage SAS type. diff --git a/src/KeyVault/KeyVault/help/Set-AzKeyVaultSecret.md b/src/KeyVault/KeyVault/help/Set-AzKeyVaultSecret.md index 285e7206f7b5..ccd847e7891e 100644 --- a/src/KeyVault/KeyVault/help/Set-AzKeyVaultSecret.md +++ b/src/KeyVault/KeyVault/help/Set-AzKeyVaultSecret.md @@ -17,7 +17,7 @@ Creates or updates a secret in a key vault. ``` Set-AzKeyVaultSecret [-VaultName] [-Name] [-SecretValue] [-Disable] [-Expires ] [-NotBefore ] [-ContentType ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -25,7 +25,7 @@ Set-AzKeyVaultSecret [-VaultName] [-Name] [-SecretValue] [-SecretValue] [-Disable] [-Expires ] [-NotBefore ] [-ContentType ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -226,6 +226,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 +``` + ### -SecretValue Specifies the value for the secret as a **SecureString** object. To obtain a **SecureString** object, use the **ConvertTo-SecureString** cmdlet. For more information, type `Get-Help diff --git a/src/KeyVault/KeyVault/help/Stop-AzKeyVaultCertificateOperation.md b/src/KeyVault/KeyVault/help/Stop-AzKeyVaultCertificateOperation.md index 1ff01d1a913a..6e9e5cd4ef8d 100644 --- a/src/KeyVault/KeyVault/help/Stop-AzKeyVaultCertificateOperation.md +++ b/src/KeyVault/KeyVault/help/Stop-AzKeyVaultCertificateOperation.md @@ -16,14 +16,14 @@ Cancels a certificate operation in key vault. ### Default (Default) ``` Stop-AzKeyVaultCertificateOperation [-VaultName] [-Name] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Stop-AzKeyVaultCertificateOperation [-InputObject] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -114,6 +114,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 +``` + ### -VaultName Specifies the name of a key vault. diff --git a/src/KeyVault/KeyVault/help/Test-AzKeyVaultManagedHsmNameAvailability.md b/src/KeyVault/KeyVault/help/Test-AzKeyVaultManagedHsmNameAvailability.md index 925c3ab9a737..2eca648f8e02 100644 --- a/src/KeyVault/KeyVault/help/Test-AzKeyVaultManagedHsmNameAvailability.md +++ b/src/KeyVault/KeyVault/help/Test-AzKeyVaultManagedHsmNameAvailability.md @@ -15,19 +15,19 @@ Checks that the managed hsm name is valid and is not already in use. ### CheckExpanded (Default) ``` Test-AzKeyVaultManagedHsmNameAvailability [-SubscriptionId ] -Name - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CheckViaJsonFilePath ``` Test-AzKeyVaultManagedHsmNameAvailability [-SubscriptionId ] -JsonFilePath - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CheckViaJsonString ``` Test-AzKeyVaultManagedHsmNameAvailability [-SubscriptionId ] -JsonString - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -126,6 +126,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/KeyVault/KeyVault/help/Test-AzKeyVaultNameAvailability.md b/src/KeyVault/KeyVault/help/Test-AzKeyVaultNameAvailability.md index ad925c8e6e64..d8f5842ac14c 100644 --- a/src/KeyVault/KeyVault/help/Test-AzKeyVaultNameAvailability.md +++ b/src/KeyVault/KeyVault/help/Test-AzKeyVaultNameAvailability.md @@ -15,19 +15,19 @@ Checks that the vault name is valid and is not already in use. ### CheckExpanded (Default) ``` Test-AzKeyVaultNameAvailability [-SubscriptionId ] -Name [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CheckViaJsonFilePath ``` Test-AzKeyVaultNameAvailability [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CheckViaJsonString ``` Test-AzKeyVaultNameAvailability [-SubscriptionId ] -JsonString [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -126,6 +126,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/KeyVault/KeyVault/help/Undo-AzKeyVaultCertificateRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultCertificateRemoval.md index 3d96712342ca..f48b6628179d 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultCertificateRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultCertificateRemoval.md @@ -15,14 +15,14 @@ Recovers a deleted certificate in a key vault into an active state. ### Default (Default) ``` Undo-AzKeyVaultCertificateRemoval [-VaultName] [-Name] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Undo-AzKeyVaultCertificateRemoval [-InputObject] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -123,6 +123,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 +``` + ### -VaultName Vault name. Cmdlet constructs the FQDN of a vault based on the name and currently selected environment. diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultKeyRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultKeyRemoval.md index 4252dcda3466..0f53304ee8e7 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultKeyRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultKeyRemoval.md @@ -15,19 +15,19 @@ Recovers a deleted key in a key vault into an active state. ### Default (Default) ``` Undo-AzKeyVaultKeyRemoval [-VaultName] [-Name] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### HsmInteractive ``` Undo-AzKeyVaultKeyRemoval -HsmName [-Name] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Undo-AzKeyVaultKeyRemoval [-InputObject] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -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 +``` + ### -VaultName Vault name. Cmdlet constructs the FQDN of a vault based on the name and currently selected environment. diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedHsmRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedHsmRemoval.md index a41d058efb5c..91855f8ae8f7 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedHsmRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedHsmRemoval.md @@ -15,14 +15,14 @@ Recover a managed HSM. ### Default (Default) ``` Undo-AzKeyVaultManagedHsmRemoval [-Name] [-ResourceGroupName] [-Location] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObject ``` Undo-AzKeyVaultManagedHsmRemoval [-InputObject] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -120,6 +120,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 Specifies the name of the deleted HSM resource group. diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageAccountRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageAccountRemoval.md index 88e229683917..b54e554b1016 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageAccountRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageAccountRemoval.md @@ -15,14 +15,14 @@ Recovers a previously deleted KeyVault-managed storage account. ### Default (Default) ``` Undo-AzKeyVaultManagedStorageAccountRemoval [-VaultName] [-Name] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Undo-AzKeyVaultManagedStorageAccountRemoval [-InputObject] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -102,6 +102,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 +``` + ### -VaultName Vault name. Cmdlet constructs the FQDN of a vault based on the name and currently selected environment. diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageSasDefinitionRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageSasDefinitionRemoval.md index 82feb132ddd1..c921fa24be0c 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageSasDefinitionRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageSasDefinitionRemoval.md @@ -15,7 +15,7 @@ Recovers a previously deleted KeyVault-managed storage SAS definition. ### Default (Default) ``` Undo-AzKeyVaultManagedStorageSasDefinitionRemoval [-VaultName] [-AccountName] - [-Name] [-DefaultProfile ] [-WhatIf] + [-Name] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -23,7 +23,7 @@ Undo-AzKeyVaultManagedStorageSasDefinitionRemoval [-VaultName] [-Accoun ``` Undo-AzKeyVaultManagedStorageSasDefinitionRemoval [-AccountName] [-InputObject] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -117,6 +117,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 +``` + ### -VaultName Vault name. Cmdlet constructs the FQDN of a vault based on the name and currently selected environment. diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultRemoval.md index 6b8a1c14db50..8080e84d1e1f 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultRemoval.md @@ -15,14 +15,14 @@ Recovers a deleted key vault into an active state. ### Default (Default) ``` Undo-AzKeyVaultRemoval [-VaultName] [-ResourceGroupName] [-Location] - [-Tag ] [-DefaultProfile ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObject ``` Undo-AzKeyVaultRemoval [-InputObject] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -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 Specifies the name of an existing resource group in which to create the key vault. diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultSecretRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultSecretRemoval.md index 418f7fdc540f..8a910d833c84 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultSecretRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultSecretRemoval.md @@ -15,13 +15,13 @@ Recovers a deleted secret in a key vault into an active state. ### Default (Default) ``` Undo-AzKeyVaultSecretRemoval [-VaultName] [-Name] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Undo-AzKeyVaultSecretRemoval [-InputObject] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -101,6 +101,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 +``` + ### -VaultName Vault name. Cmdlet constructs the FQDN of a vault based on the name and currently selected environment. diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVault.md b/src/KeyVault/KeyVault/help/Update-AzKeyVault.md index 7940f03e2b4d..cc498dedcddb 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVault.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVault.md @@ -16,7 +16,7 @@ Update the state of an Azure key vault. ``` Update-AzKeyVault -ResourceGroupName -VaultName [-EnablePurgeProtection] [-EnableRbacAuthorization ] [-PublicNetworkAccess ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -24,14 +24,14 @@ Update-AzKeyVault -ResourceGroupName -VaultName [-EnablePurgeP ``` Update-AzKeyVault -InputObject [-EnablePurgeProtection] [-EnableRbacAuthorization ] [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### UpdateByResourceIdParameterSet ``` Update-AzKeyVault -ResourceId [-EnablePurgeProtection] [-EnableRbacAuthorization ] [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -131,6 +131,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 +``` + ### -PublicNetworkAccess Specifies whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules. diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultCertificate.md index 80a50ab26fe4..383d8a95a3e4 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultCertificate.md @@ -15,7 +15,7 @@ Modifies editable attributes of a certificate. ### ByName (Default) ``` Update-AzKeyVaultCertificate [-VaultName] [-Name] [[-Version] ] [-Enable ] - [-Tag ] [-PassThru] [-DefaultProfile ] + [-Tag ] [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -23,7 +23,7 @@ Update-AzKeyVaultCertificate [-VaultName] [-Name] [[-Version] ``` Update-AzKeyVaultCertificate [-InputObject] [[-Version] ] [-Enable ] [-Tag ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -162,6 +162,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 +``` + ### -Tag A hashtable representing certificate tags. If not specified, the existing tags of the sertificate remain unchanged. diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultKey.md index 6c2d400bca0d..8084c8c998a5 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultKey.md @@ -16,7 +16,7 @@ Updates the attributes of a key in a key vault. ``` Update-AzKeyVaultKey [-VaultName] [-Name] [[-Version] ] [-Enable ] [-Expires ] [-NotBefore ] [-KeyOps ] [-Tag ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Update-AzKeyVaultKey [-VaultName] [-Name] [[-Version] ``` Update-AzKeyVaultKey -HsmName [-Name] [[-Version] ] [-Enable ] [-Expires ] [-NotBefore ] [-KeyOps ] [-Immutable] [-ReleasePolicyPath ] - [-Tag ] [-PassThru] [-DefaultProfile ] + [-Tag ] [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ Update-AzKeyVaultKey -HsmName [-Name] [[-Version] ] [- ``` Update-AzKeyVaultKey [-InputObject] [[-Version] ] [-Enable ] [-Expires ] [-NotBefore ] [-KeyOps ] [-Tag ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -251,6 +251,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 +``` + ### -ReleasePolicyPath A path to a file containing JSON policy definition. The policy rules under which a key can be exported. diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedHsm.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedHsm.md index 60729ce0ad08..595fe153a129 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedHsm.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedHsm.md @@ -16,7 +16,7 @@ Update the state of an Azure managed HSM. ``` Update-AzKeyVaultManagedHsm -Name -ResourceGroupName [-EnablePurgeProtection] [-PublicNetworkAccess ] [-UserAssignedIdentity ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -24,7 +24,7 @@ Update-AzKeyVaultManagedHsm -Name -ResourceGroupName [-EnableP ``` Update-AzKeyVaultManagedHsm -InputObject [-EnablePurgeProtection] [-PublicNetworkAccess ] [-UserAssignedIdentity ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -32,7 +32,7 @@ Update-AzKeyVaultManagedHsm -InputObject [-EnablePurgeProtection] ``` Update-AzKeyVaultManagedHsm -ResourceId [-EnablePurgeProtection] [-PublicNetworkAccess ] [-UserAssignedIdentity ] [-Tag ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -193,6 +193,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 +``` + ### -PublicNetworkAccess Controls permission for data plane traffic coming from public networks while private endpoint is enabled. diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccount.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccount.md index 35adfa33cd67..a3087c8962bb 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccount.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccount.md @@ -16,7 +16,7 @@ Update editable attributes of a Key Vault managed Azure Storage Account. ``` Update-AzKeyVaultManagedStorageAccount [-VaultName] [-AccountName] [-ActiveKeyName ] [-AutoRegenerateKey ] [-RegenerationPeriod ] [-Enable ] [-Tag ] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Update-AzKeyVaultManagedStorageAccount [-VaultName] [-AccountName] [-ActiveKeyName ] [-AutoRegenerateKey ] [-RegenerationPeriod ] [-Enable ] - [-Tag ] [-PassThru] [-DefaultProfile ] + [-Tag ] [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -181,6 +181,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 +``` + ### -RegenerationPeriod Regeneration period. If auto regenerate key is enabled, this value specifies the timespan after which managed storage account's inactive keygets auto regenerated and becomes the active key. If diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccountKey.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccountKey.md index f11a7dad37d9..87a8d9621c3b 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccountKey.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccountKey.md @@ -15,7 +15,7 @@ Regenerates the specified key of Key Vault managed Azure Storage Account. ### ByDefinitionName (Default) ``` Update-AzKeyVaultManagedStorageAccountKey [-VaultName] [-AccountName] [-KeyName] - [-Force] [-PassThru] [-DefaultProfile ] [-WhatIf] + [-Force] [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -23,7 +23,7 @@ Update-AzKeyVaultManagedStorageAccountKey [-VaultName] [-AccountName] < ``` Update-AzKeyVaultManagedStorageAccountKey [-InputObject] [-KeyName] [-Force] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -146,6 +146,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 +``` + ### -VaultName Vault name. Cmdlet constructs the FQDN of a vault based on the name and currently selected environment. diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultNetworkRuleSet.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultNetworkRuleSet.md index b2aaf109bf2e..9d29124385c7 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultNetworkRuleSet.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultNetworkRuleSet.md @@ -17,7 +17,7 @@ Updates the network rule set on a key vault. Update-AzKeyVaultNetworkRuleSet [-VaultName] [[-ResourceGroupName] ] [-DefaultAction ] [-Bypass ] [-IpAddressRange ] [-VirtualNetworkResourceId ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -26,7 +26,7 @@ Update-AzKeyVaultNetworkRuleSet [-VaultName] [[-ResourceGroupName] [-DefaultAction ] [-Bypass ] [-IpAddressRange ] [-VirtualNetworkResourceId ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -35,7 +35,7 @@ Update-AzKeyVaultNetworkRuleSet [-InputObject] Update-AzKeyVaultNetworkRuleSet [-ResourceId] [-DefaultAction ] [-Bypass ] [-IpAddressRange ] [-VirtualNetworkResourceId ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -200,6 +200,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 Specifies the name of the resource group associated with the key vault whose network rule is being modified. diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultSecret.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultSecret.md index 354fbb09aad6..73c8f5aaf8a5 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultSecret.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultSecret.md @@ -16,7 +16,7 @@ Updates attributes of a secret in a key vault. ``` Update-AzKeyVaultSecret [-VaultName] [-Name] [[-Version] ] [-Enable ] [-Expires ] [-NotBefore ] [-ContentType ] [-Tag ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Update-AzKeyVaultSecret [-VaultName] [-Name] [[-Version] [[-Version] ] [-Enable ] [-Expires ] [-NotBefore ] [-ContentType ] [-Tag ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -228,6 +228,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 +``` + ### -Tag A hashtable representing secret tags. If not specified, the existing tags of the secret remain unchanged. diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultSetting.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultSetting.md index e2dd05fb4c67..3f826b7fbfc6 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultSetting.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultSetting.md @@ -15,28 +15,28 @@ Update specific setting associated with the managed HSM. ### UpdateSettingViaFlattenValues (Default) ``` Update-AzKeyVaultSetting [-HsmName] [-Name] [-Value] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateSettingViaInputObject ``` Update-AzKeyVaultSetting [[-HsmName] ] [[-Value] ] [-InputObject] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateSettingViaHsmObject ``` Update-AzKeyVaultSetting [-Name] [-Value] [-PassThru] - [-DefaultProfile ] [-HsmObject] + [-DefaultProfile ] [-HsmObject] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateSettingViaHsmId ``` Update-AzKeyVaultSetting [-Name] [-Value] [-PassThru] - [-DefaultProfile ] [-HsmId] [-WhatIf] + [-DefaultProfile ] [-HsmId] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -222,6 +222,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 +``` + ### -Value Value of the setting.