Skip to content

Commit a22de9a

Browse files
committed
update update-azkeyvault markdown file
1 parent ef78cbc commit a22de9a

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

src/KeyVault/KeyVault.Test/KeyVault.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,5 @@
2525
<None Update="Scripts\ControlPlane\KeyVaultManagementTests.ps1" CopyToOutputDirectory="PreserveNewest" />
2626
</ItemGroup>
2727

28-
<ItemGroup>
29-
<Folder Include="ScenarioTests\PesterTests\" />
30-
</ItemGroup>
31-
3228
</Project>
3329

src/KeyVault/KeyVault/help/Update-AzKeyVault.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ Update the state of an Azure key vault.
1515
### UpdateByNameParameterSet (Default)
1616
```
1717
Update-AzKeyVault -ResourceGroupName <String> -VaultName <String> [-EnablePurgeProtection]
18-
[-EnableRbacAuthorization <Boolean>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
19-
[<CommonParameters>]
18+
[-EnableRbacAuthorization <Boolean>] [-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
19+
[-Confirm] [<CommonParameters>]
2020
```
2121

2222
### UpdateByInputObjectParameterSet
2323
```
2424
Update-AzKeyVault -InputObject <PSKeyVault> [-EnablePurgeProtection] [-EnableRbacAuthorization <Boolean>]
25-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
### UpdateByResourceIdParameterSet
2929
```
3030
Update-AzKeyVault -ResourceId <String> [-EnablePurgeProtection] [-EnableRbacAuthorization <Boolean>]
31-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
[-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
3232
```
3333

3434
## DESCRIPTION
@@ -137,6 +137,21 @@ Accept pipeline input: True (ByPropertyName)
137137
Accept wildcard characters: False
138138
```
139139
140+
### -Tag
141+
A hash table which represents resource tags.
142+
143+
```yaml
144+
Type: System.Collections.Hashtable
145+
Parameter Sets: (All)
146+
Aliases: Tags
147+
148+
Required: False
149+
Position: Named
150+
Default value: None
151+
Accept pipeline input: True (ByPropertyName)
152+
Accept wildcard characters: False
153+
```
154+
140155
### -VaultName
141156
Name of the key vault.
142157

0 commit comments

Comments
 (0)