diff --git a/src/KeyVault/KeyVault/ChangeLog.md b/src/KeyVault/KeyVault/ChangeLog.md index ffb89a685220..810850a4a2d7 100644 --- a/src/KeyVault/KeyVault/ChangeLog.md +++ b/src/KeyVault/KeyVault/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Add Name alias to VaultName attribute to make Remove-AzureKeyVault consistent with New-AzureKeyVault. ## Version 1.4.0 * Update references in .psd1 to use relative path diff --git a/src/KeyVault/KeyVault/Commands/RemoveAzureKeyVault.cs b/src/KeyVault/KeyVault/Commands/RemoveAzureKeyVault.cs index efaae65f0b27..c0f8a744f636 100644 --- a/src/KeyVault/KeyVault/Commands/RemoveAzureKeyVault.cs +++ b/src/KeyVault/KeyVault/Commands/RemoveAzureKeyVault.cs @@ -54,6 +54,7 @@ public class RemoveAzureKeyVault : KeyVaultManagementCmdletBase HelpMessage = "Specifies the name of the key vault to remove.")] [ResourceNameCompleter("Microsoft.KeyVault/vaults", "ResourceGroupName")] [ValidateNotNullOrEmpty] + [Alias("Name")] public string VaultName { get; set; } /// diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificate.md index 1a0f138a7f1e..074f1a45c72a 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificate.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 89299823-3382-402D-9458-519466748051 @@ -195,7 +195,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificateContact.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificateContact.md index 28c683cffd8e..7643877c6dec 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificateContact.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultCertificateContact.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 2D3021B3-12C5-4797-8BF2-800E3CEAC56C @@ -174,7 +174,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md index f9060a65bccc..7891861797d2 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 846F781C-73A3-4BBE-ABD9-897371109FBE @@ -269,7 +269,7 @@ extension, it imports the key as a software-protected key. Type: System.String Parameter Sets: InteractiveCreate, InputObjectCreate, ResourceIdCreate Aliases: -Accepted values: HSM, Software +Accepted values: HSM, Software, HSM, Software Required: True Position: Named @@ -282,7 +282,7 @@ Accept wildcard characters: False Type: System.String Parameter Sets: InteractiveImport, InputObjectImport, ResourceIdImport Aliases: -Accepted values: HSM, Software +Accepted values: HSM, Software, HSM, Software Required: False Position: Named @@ -532,7 +532,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedStorageAccount.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedStorageAccount.md index 7338fa64dacf..0546cd1adeb5 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedStorageAccount.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedStorageAccount.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/add-azkeyvaultmanagedstorageaccount @@ -254,7 +254,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Add-AzKeyVaultNetworkRule.md b/src/KeyVault/KeyVault/help/Add-AzKeyVaultNetworkRule.md index d071d02be696..866c607751dd 100644 --- a/src/KeyVault/KeyVault/help/Add-AzKeyVaultNetworkRule.md +++ b/src/KeyVault/KeyVault/help/Add-AzKeyVaultNetworkRule.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/add-azkeyvaultnetworkrule @@ -241,7 +241,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultCertificate.md index 084490876a13..821c7bafc371 100644 --- a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultCertificate.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/backup-azkeyvaultcertificate @@ -194,7 +194,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultKey.md index b3a3b81e816e..c284e3d52b1e 100644 --- a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultKey.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: A82392AA-B12B-443E-8704-7CF5A9F8ED58 @@ -192,7 +192,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultManagedStorageAccount.md b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultManagedStorageAccount.md index b4a72d1e51f6..31ba1cde971d 100644 --- a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultManagedStorageAccount.md +++ b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultManagedStorageAccount.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/backup-azkeyvaultmanagedstorageaccount @@ -194,7 +194,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultSecret.md b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultSecret.md index cb204358349c..92332651c799 100644 --- a/src/KeyVault/KeyVault/help/Backup-AzKeyVaultSecret.md +++ b/src/KeyVault/KeyVault/help/Backup-AzKeyVaultSecret.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 80AAA327-77C6-4372-9461-FFED5A15E678 @@ -190,7 +190,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Import-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Import-AzKeyVaultCertificate.md index 8d31b41c5cf4..d62ba1097f78 100644 --- a/src/KeyVault/KeyVault/help/Import-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Import-AzKeyVaultCertificate.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: D4188DC6-A8AB-4B45-9781-94B74C338C63 @@ -234,7 +234,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/New-AzKeyVault.md b/src/KeyVault/KeyVault/help/New-AzKeyVault.md index d24cc14b68de..08507b2096db 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVault.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVault.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 4C40DAC9-5C0B-4AFD-9BDB-D407E0B9F701 @@ -309,7 +309,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateAdministratorDetail.md b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateAdministratorDetail.md index a933d618af24..b26d77723663 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateAdministratorDetail.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateAdministratorDetail.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 775AB0E8-EC3C-4F96-8AF8-51C1DFEEF082 @@ -145,7 +145,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateOrganizationDetail.md b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateOrganizationDetail.md index bf29600fdf4d..a5fc47259ba3 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateOrganizationDetail.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificateOrganizationDetail.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 0E1C05B0-8CF6-4C03-AA05-B13A4059A280 @@ -116,7 +116,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificatePolicy.md b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificatePolicy.md index a731d4c05a98..20bbe557a797 100644 --- a/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificatePolicy.md +++ b/src/KeyVault/KeyVault/help/New-AzKeyVaultCertificatePolicy.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 25E0F0E9-BF8C-49DF-87BA-31E2103A29A9 @@ -21,8 +21,8 @@ New-AzKeyVaultCertificatePolicy [-IssuerName] [-SubjectName] [-KeyUsage ] [-Ekus ] [-ValidityInMonths ] [-CertificateType ] [-EmailAtNumberOfDaysBeforeExpiry ] [-EmailAtPercentageLifetime ] - [-KeySize ] [-KeyType ] [-Curve ] [-KeyNotExportable] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] + [-KeyType ] [-KeySize ] [-KeyNotExportable] [-CertificateTransparency ] + [-Curve ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### DNSNames @@ -33,8 +33,8 @@ New-AzKeyVaultCertificatePolicy [-IssuerName] [[-SubjectName] ] [-KeyUsage ] [-Ekus ] [-ValidityInMonths ] [-CertificateType ] [-EmailAtNumberOfDaysBeforeExpiry ] [-EmailAtPercentageLifetime ] - [-KeySize ] [-KeyType ] [-Curve ] [-KeyNotExportable] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] + [-KeyType ] [-KeySize ] [-KeyNotExportable] [-CertificateTransparency ] + [-Curve ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -73,6 +73,21 @@ This command creates a certificate policy that is valid for six months and reuse ## PARAMETERS +### -CertificateTransparency +Indicates whether certificate transparency is enabled for this certificate/issuer; if not specified, the default is 'true' + +```yaml +Type: System.Nullable`1[System.Boolean] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -CertificateType Specifies the type of certificate to the issuer. @@ -88,6 +103,28 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -Curve +Specifies the elliptic curve name of the key of the certificate. +The acceptable values for this parameter are: +- P-256 +- P-384 +- P-521 +- P-256K +- SECP256K1 + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: +Accepted values: P-256, P-384, P-521, P-256K, SECP256K1 + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -DefaultProfile The credentials, account, tenant, and subscription used for communication with azure @@ -252,28 +289,6 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` -### -Curve -Specifies the elliptic curve name of the key of the certificate. -The acceptable values for this parameter are: -- P-256 -- P-384 -- P-521 -- P-256K -- SECP256K1 - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: -Accepted values: P-256, P-384, P-521, P-256K, SECP256K1 - -Required: False -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False -``` - ### -KeyUsage Specifies the key usages in the certificate. @@ -428,7 +443,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVault.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVault.md index f744f4ac30ed..45acf6bc7803 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVault.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVault.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 7A929BA8-02D9-4BBE-AFF3-B8781F8DDAD9 @@ -67,7 +67,7 @@ This command removes the key vault named Contoso03Vault from your current subscr ### Example 2: Remove a key vault from a specified resource group ```powershell -PS C:\> Remove-AzKeyVault -VaultName "Contoso03Vault" -ResourceGroupName "Group14" -PassThru +PS C:\> Remove-AzKeyVault -Name "Contoso03Vault" -ResourceGroupName "Group14" -PassThru True ``` @@ -231,7 +231,7 @@ Specifies the name of the key vault to remove. ```yaml Type: System.String Parameter Sets: ByAvailableVault, ByDeletedVault -Aliases: +Aliases: Name Required: True Position: 0 @@ -273,7 +273,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultAccessPolicy.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultAccessPolicy.md index 846b0bb1ce84..730808b0481f 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultAccessPolicy.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultAccessPolicy.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: AE7B103B-23ED-4A66-A0DC-14FB0DF38FA8 @@ -424,7 +424,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificate.md index 20e72b05b1d3..151d9ea80b16 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificate.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 34985F06-4D8D-463B-B113-972666D18485 @@ -225,7 +225,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateContact.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateContact.md index 1ebf054b463d..6b7b5ebe77de 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateContact.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateContact.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 35FAA57F-B2BD-4E43-8238-12F7A8269E4D @@ -175,7 +175,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateIssuer.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateIssuer.md index cd4b87105c4d..68f6e7fb0cff 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateIssuer.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateIssuer.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: FC14F6BF-BD8F-45E0-9CAA-A937E5E56288 @@ -170,7 +170,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateOperation.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateOperation.md index 5bda2ad8382c..976cb3d78747 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateOperation.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultCertificateOperation.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 2659C06A-AE5B-4F7B-B9EF-069A74E12560 @@ -182,7 +182,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultKey.md index dc4a74cf0a26..045601713402 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultKey.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 817BF177-519F-47BA-86CF-4591FB402E2Dl @@ -220,7 +220,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageAccount.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageAccount.md index e23f36d097fa..5ef8025aff63 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageAccount.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageAccount.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/remove-azkeyvaultmanagedstorageaccount @@ -217,7 +217,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md index 024aecea1ea5..2b24fa6a8231 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/remove-azkeyvaultmanagedstoragesasdefinition @@ -204,7 +204,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultNetworkRule.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultNetworkRule.md index 842444c9d154..ee2249384f7f 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultNetworkRule.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultNetworkRule.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/remove-azkeyvaultnetworkrule @@ -237,7 +237,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultSecret.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultSecret.md index 89e4a9d1906a..c245df5c37b0 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultSecret.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultSecret.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/remove-azkeyvaultsecret @@ -225,7 +225,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultCertificate.md index 5e1e8f938938..750a36031de5 100644 --- a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultCertificate.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/restore-azkeyvaultcertificate @@ -192,7 +192,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultKey.md index 9648b4d3fee0..2fd3c591de75 100644 --- a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultKey.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: C4E7ACDF-22FB-4D49-93B3-69E787B7E0CD @@ -170,7 +170,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultManagedStorageAccount.md b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultManagedStorageAccount.md index 241261123bab..d7a8ab903593 100644 --- a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultManagedStorageAccount.md +++ b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultManagedStorageAccount.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/restore-azkeyvaultmanagedstorageaccount @@ -171,7 +171,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultSecret.md b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultSecret.md index d8ce66935cba..08ae10874ac1 100644 --- a/src/KeyVault/KeyVault/help/Restore-AzKeyVaultSecret.md +++ b/src/KeyVault/KeyVault/help/Restore-AzKeyVaultSecret.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 70DB088D-4AF5-406B-8D66-118A0F766041 @@ -170,7 +170,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Set-AzKeyVaultAccessPolicy.md b/src/KeyVault/KeyVault/help/Set-AzKeyVaultAccessPolicy.md index 01944e22af6c..5eafb493763b 100644 --- a/src/KeyVault/KeyVault/help/Set-AzKeyVaultAccessPolicy.md +++ b/src/KeyVault/KeyVault/help/Set-AzKeyVaultAccessPolicy.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 636FAD5B-8C39-4E5C-8978-6845C6B89BC0 @@ -650,7 +650,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificateIssuer.md b/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificateIssuer.md index 1f605d1f921f..ce3f58a1eade 100644 --- a/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificateIssuer.md +++ b/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificateIssuer.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 4C2C77F7-ECE4-4106-8AF1-256A496A977B @@ -220,7 +220,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificatePolicy.md b/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificatePolicy.md index b927a4097d31..5ac27a192d7f 100644 --- a/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificatePolicy.md +++ b/src/KeyVault/KeyVault/help/Set-AzKeyVaultCertificatePolicy.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 28BC1B99-946C-4A8D-9581-4D5CC0BCEF8B @@ -21,16 +21,17 @@ Set-AzKeyVaultCertificatePolicy [-VaultName] [-Name] [-RenewAt [-KeyUsage ] [-Ekus ] [-ValidityInMonths ] [-IssuerName ] [-CertificateType ] [-EmailAtNumberOfDaysBeforeExpiry ] [-EmailAtPercentageLifetime ] - [-KeySize ] [-KeyType ] [-Curve ] [-KeyNotExportable] [-CertificateTransparency ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-KeyType ] [-KeySize ] [-KeyNotExportable] [-CertificateTransparency ] [-PassThru] + [-Curve ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByValue ``` Set-AzKeyVaultCertificatePolicy [-VaultName] [-Name] [-InputObject] [-EmailAtNumberOfDaysBeforeExpiry ] - [-EmailAtPercentageLifetime ] [-KeySize ] [-KeyType ] [-Curve ] [-CertificateTransparency ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-EmailAtPercentageLifetime ] [-KeyType ] [-KeySize ] + [-CertificateTransparency ] [-PassThru] [-Curve ] [-DefaultProfile ] + [-WhatIf] [-Confirm] [] ``` ### ExpandedRenewNumber @@ -41,8 +42,8 @@ Set-AzKeyVaultCertificatePolicy [-VaultName] [-Name] -RenewAtN [-KeyUsage ] [-Ekus ] [-ValidityInMonths ] [-IssuerName ] [-CertificateType ] [-EmailAtNumberOfDaysBeforeExpiry ] [-EmailAtPercentageLifetime ] - [-KeySize ] [-KeyType ] [-Curve ] [-KeyNotExportable] [-CertificateTransparency ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-KeyType ] [-KeySize ] [-KeyNotExportable] [-CertificateTransparency ] [-PassThru] + [-Curve ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -111,6 +112,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Curve +Specifies the elliptic curve name of the key of the certificate. +The acceptable values for this parameter are: +- P-256 +- P-384 +- P-521 +- P-256K +- SECP256K1 + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: +Accepted values: P-256, P-384, P-521, P-256K, SECP256K1 + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + ### -DefaultProfile The credentials, account, tenant, and subscription used for communication with azure @@ -290,28 +313,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Curve -Specifies the elliptic curve name of the key of the certificate. -The acceptable values for this parameter are: -- P-256 -- P-384 -- P-521 -- P-256K -- SECP256K1 - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: -Accepted values: P-256, P-384, P-521, P-256K, SECP256K1 - -Required: False -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False -``` - ### -KeyUsage Specifies the key usages in the certificate. @@ -500,7 +501,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Set-AzKeyVaultManagedStorageSasDefinition.md b/src/KeyVault/KeyVault/help/Set-AzKeyVaultManagedStorageSasDefinition.md index e3de754ae556..1b38ba5fdbd9 100644 --- a/src/KeyVault/KeyVault/help/Set-AzKeyVaultManagedStorageSasDefinition.md +++ b/src/KeyVault/KeyVault/help/Set-AzKeyVaultManagedStorageSasDefinition.md @@ -245,7 +245,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Set-AzKeyVaultSecret.md b/src/KeyVault/KeyVault/help/Set-AzKeyVaultSecret.md index 8f623c956e25..73d8d9d2969e 100644 --- a/src/KeyVault/KeyVault/help/Set-AzKeyVaultSecret.md +++ b/src/KeyVault/KeyVault/help/Set-AzKeyVaultSecret.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 9FC72DE9-46BB-4CB5-9880-F53756DBE012 @@ -284,7 +284,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Stop-AzKeyVaultCertificateOperation.md b/src/KeyVault/KeyVault/help/Stop-AzKeyVaultCertificateOperation.md index 5875a895828e..052e43fc5014 100644 --- a/src/KeyVault/KeyVault/help/Stop-AzKeyVaultCertificateOperation.md +++ b/src/KeyVault/KeyVault/help/Stop-AzKeyVaultCertificateOperation.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault ms.assetid: 3B042D79-658F-41F0-BD4D-9955F2E71CA1 @@ -158,7 +158,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultCertificateRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultCertificateRemoval.md index bea1daffafcf..802fac2402d4 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultCertificateRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultCertificateRemoval.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/undo-azkeyvaultcertificateremoval @@ -167,7 +167,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultKeyRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultKeyRemoval.md index 96e437754ddf..80fac26bd2c0 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultKeyRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultKeyRemoval.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/undo-azkeyvaultkeyremoval @@ -146,7 +146,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageAccountRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageAccountRemoval.md index a5a80acd7c8f..3e133c9ea701 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageAccountRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageAccountRemoval.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/undo-azkeyvaultmanagedstorageaccountremoval @@ -146,7 +146,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageSasDefinitionRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageSasDefinitionRemoval.md index 49a6f5cc1348..e9d8acfdd52b 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageSasDefinitionRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultManagedStorageSasDefinitionRemoval.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/undo-azkeyvaultmanagedstoragesasdefinitionremoval @@ -161,7 +161,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultRemoval.md index dd7569fd4834..df9c4f091730 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultRemoval.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/undo-azkeyvaultremoval @@ -196,7 +196,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultSecretRemoval.md b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultSecretRemoval.md index 4dab8cfd00f8..0a2c51118a9d 100644 --- a/src/KeyVault/KeyVault/help/Undo-AzKeyVaultSecretRemoval.md +++ b/src/KeyVault/KeyVault/help/Undo-AzKeyVaultSecretRemoval.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/undo-azkeyvaultsecretremoval @@ -146,7 +146,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultCertificate.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultCertificate.md index 1119b45de0a5..bf3fd028bf90 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultCertificate.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultCertificate.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/update-azkeyvaultcertificate @@ -230,7 +230,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultKey.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultKey.md index 8a2ea1afa131..0dc40f116b97 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultKey.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultKey.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/update-azkeyvaultkey @@ -286,7 +286,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccount.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccount.md index 4b77e5231772..46a4c4353f66 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccount.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccount.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/update-azkeyvaultmanagedstorageaccount @@ -249,7 +249,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccountKey.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccountKey.md index 93f3862f975b..16958ed90d06 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccountKey.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultManagedStorageAccountKey.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/update-azkeyvaultmanagedstorageaccountkey @@ -191,7 +191,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultNetworkRuleSet.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultNetworkRuleSet.md index 2c742bb8cd4c..1c6faa27aa98 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultNetworkRuleSet.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultNetworkRuleSet.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/update-azkeyvaultnetworkruleset @@ -276,7 +276,7 @@ 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). +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). ## INPUTS diff --git a/src/KeyVault/KeyVault/help/Update-AzKeyVaultSecret.md b/src/KeyVault/KeyVault/help/Update-AzKeyVaultSecret.md index c13a7325063b..6785fddbd3fd 100644 --- a/src/KeyVault/KeyVault/help/Update-AzKeyVaultSecret.md +++ b/src/KeyVault/KeyVault/help/Update-AzKeyVaultSecret.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll-Help.xml Module Name: Az.KeyVault online version: https://docs.microsoft.com/en-us/powershell/module/az.keyvault/update-azkeyvaultsecret @@ -305,7 +305,7 @@ 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). +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). ## INPUTS