Skip to content

Commit b1b4ca7

Browse files
author
maddieclayton
committed
Release new KeyVault preview module
1 parent 4e248d4 commit b1b4ca7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.0.0'
15+
ModuleVersion = '5.1.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.0.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.ActiveDirectory.GraphClient.dll',
@@ -158,9 +158,7 @@ PrivateData = @{
158158
# IconUri = ''
159159

160160
# ReleaseNotes of this module
161-
ReleaseNotes = '* Breaking changes to support piping scenarios
162-
* Added new cmdlets: Backup/Restore-AzureKeyVaultManagedStorageAccount, Backup/Restore-AzureKeyVaultCertificate, Undo-AzureKeyVaultManagedStorageSasDefinitionRemoval, and Undo-AzureKeyVaultManagedStorageAccountRemoval
163-
* Set minimum dependency of module to PowerShell 5.0'
161+
ReleaseNotes = '* Adding support for listing certificates in a pending state'
164162

165163
# Prerelease string of this module
166164
Prerelease = 'preview'

src/ResourceManager/KeyVault/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 5.1.0-preview
2123
* Adding support for listing certificates in a pending state
2224

2325
## Version 5.0.0

src/ResourceManager/KeyVault/Commands.KeyVault.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
// You can specify all the values or you can default the Build and Revision Numbers
4848
// by using the '*' as shown below:
4949

50-
[assembly: AssemblyVersion( "4.0.1.0" )]
51-
[assembly: AssemblyFileVersion("4.0.1")]
50+
[assembly: AssemblyVersion( "5.1.0" )]
51+
[assembly: AssemblyFileVersion("5.1.0")]
5252
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/KeyVault/Commands.KeyVault/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
[assembly: CLSCompliant(false)]
3030

3131
[assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")]
32-
[assembly: AssemblyVersion("5.0.0")]
33-
[assembly: AssemblyFileVersion("5.0.0")]
32+
[assembly: AssemblyVersion("5.1.0")]
33+
[assembly: AssemblyFileVersion("5.1.0")]
3434
#if SIGN
3535
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.KeyVault.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3636
#else

0 commit comments

Comments
 (0)