Skip to content

Commit 2bdfadd

Browse files
authored
Add SecretManagement tag to module (#15187)
1 parent b91a4f6 commit 2bdfadd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/KeyVault/KeyVault/Az.KeyVault.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ PrivateData = @{
149149
PSData = @{
150150

151151
# Tags applied to this module. These help with module discovery in online galleries.
152-
Tags = 'Azure','ResourceManager','ARM','KeyVault'
152+
Tags = 'Azure','ResourceManager','ARM','KeyVault','SecretManagement'
153153

154154
# A URL to the license for this module.
155155
LicenseUri = 'https://aka.ms/azps-license'

src/KeyVault/KeyVault/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020
## Upcoming Release
2121
* Removed duplicate list item in `Get-AzKeyVault` [#15164]
22+
* Added `SecretManagement` tag to `Az.KeyVault` module [#15173]
2223

2324
## Version 3.4.4
2425
* Provided key size for RSA key [#14819]

0 commit comments

Comments
 (0)