Skip to content

Commit cd2091a

Browse files
committed
Update version numbers and changelog
1 parent 8a0fc06 commit cd2091a

File tree

4 files changed

+43
-41
lines changed

4 files changed

+43
-41
lines changed

src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '3.1.0'
15+
ModuleVersion = '3.2.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -72,34 +72,34 @@ NestedModules = @('.\Microsoft.Azure.Commands.KeyVault.dll')
7272
FunctionsToExport = @()
7373

7474
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
75-
CmdletsToExport = 'Add-AzureKeyVaultCertificate',
76-
'Set-AzureKeyVaultCertificateAttribute',
77-
'Stop-AzureKeyVaultCertificateOperation',
78-
'Get-AzureKeyVaultCertificateOperation',
79-
'Import-AzureKeyVaultCertificate',
80-
'Add-AzureKeyVaultCertificateContact',
81-
'Get-AzureKeyVaultCertificate',
82-
'Get-AzureKeyVaultCertificateContact',
83-
'Get-AzureKeyVaultCertificateIssuer',
84-
'New-AzureKeyVaultCertificatePolicy',
85-
'Remove-AzureKeyVaultCertificate',
86-
'Remove-AzureKeyVaultCertificateContact',
87-
'Remove-AzureKeyVaultCertificateIssuer',
88-
'Remove-AzureKeyVaultCertificateOperation',
89-
'Set-AzureKeyVaultCertificateIssuer',
90-
'Set-AzureKeyVaultCertificatePolicy', 'Get-AzureRmKeyVault',
91-
'New-AzureRmKeyVault', 'Remove-AzureRmKeyVault',
92-
'Undo-AzureRmKeyVaultRemoval', 'Remove-AzureRmKeyVaultAccessPolicy',
93-
'Set-AzureRmKeyVaultAccessPolicy', 'Backup-AzureKeyVaultKey',
94-
'Get-AzureKeyVaultKey', 'Get-AzureKeyVaultSecret',
95-
'Undo-AzureKeyVaultKeyRemoval', 'Undo-AzureKeyVaultSecretRemoval',
96-
'Add-AzureKeyVaultKey', 'Remove-AzureKeyVaultKey',
97-
'Remove-AzureKeyVaultSecret', 'Restore-AzureKeyVaultKey',
98-
'Set-AzureKeyVaultKeyAttribute', 'Set-AzureKeyVaultSecret',
99-
'Set-AzureKeyVaultSecretAttribute',
100-
'Get-AzureKeyVaultCertificatePolicy',
101-
'New-AzureKeyVaultCertificateAdministratorDetails',
102-
'New-AzureKeyVaultCertificateOrganizationDetails',
75+
CmdletsToExport = 'Add-AzureKeyVaultCertificate',
76+
'Set-AzureKeyVaultCertificateAttribute',
77+
'Stop-AzureKeyVaultCertificateOperation',
78+
'Get-AzureKeyVaultCertificateOperation',
79+
'Import-AzureKeyVaultCertificate',
80+
'Add-AzureKeyVaultCertificateContact',
81+
'Get-AzureKeyVaultCertificate',
82+
'Get-AzureKeyVaultCertificateContact',
83+
'Get-AzureKeyVaultCertificateIssuer',
84+
'New-AzureKeyVaultCertificatePolicy',
85+
'Remove-AzureKeyVaultCertificate',
86+
'Remove-AzureKeyVaultCertificateContact',
87+
'Remove-AzureKeyVaultCertificateIssuer',
88+
'Remove-AzureKeyVaultCertificateOperation',
89+
'Set-AzureKeyVaultCertificateIssuer',
90+
'Set-AzureKeyVaultCertificatePolicy', 'Get-AzureRmKeyVault',
91+
'New-AzureRmKeyVault', 'Remove-AzureRmKeyVault',
92+
'Undo-AzureRmKeyVaultRemoval', 'Remove-AzureRmKeyVaultAccessPolicy',
93+
'Set-AzureRmKeyVaultAccessPolicy', 'Backup-AzureKeyVaultKey',
94+
'Get-AzureKeyVaultKey', 'Get-AzureKeyVaultSecret',
95+
'Undo-AzureKeyVaultKeyRemoval', 'Undo-AzureKeyVaultSecretRemoval',
96+
'Add-AzureKeyVaultKey', 'Remove-AzureKeyVaultKey',
97+
'Remove-AzureKeyVaultSecret', 'Restore-AzureKeyVaultKey',
98+
'Set-AzureKeyVaultKeyAttribute', 'Set-AzureKeyVaultSecret',
99+
'Set-AzureKeyVaultSecretAttribute',
100+
'Get-AzureKeyVaultCertificatePolicy',
101+
'New-AzureKeyVaultCertificateAdministratorDetails',
102+
'New-AzureKeyVaultCertificateOrganizationDetails',
103103
'Backup-AzureKeyVaultSecret', 'Restore-AzureKeyVaultSecret',
104104
'Get-AzureKeyVaultManagedStorageAccount',
105105
'Add-AzureKeyVaultManagedStorageAccount',
@@ -157,7 +157,7 @@ PrivateData = @{
157157
# ExternalModuleDependencies = ''
158158

159159
} # End of PSData hashtable
160-
160+
161161
} # End of PrivateData hashtable
162162

163163
# HelpInfo URI of this module

src/ResourceManager/KeyVault/ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Remove email address from the directory query when -UserPrincipalName is specified to the Set-AzureRMKeyVaultAccessPolicy and Remove-AzureRMKeyVaultAccessPolicy cmdlets.
22+
* Both Cmdlets now have an -EmailAddress parameter that can be used instead of the -UserPrincipalName parameter when querying for email address is appropriate. If there are more than one matching email addresses in the directory then the Cmdlet will fail.
2123

2224
## Version 3.1.0
2325
* New Cmdlets to support KeyVault Managed Storage Account Keys
@@ -38,10 +40,10 @@
3840

3941
* Backup cmdlets for Keys and Secrets now accept a corresponding object as an input parameter
4042
- The caller may chain retrieval and backup operations: Get-AzureKeyVaultKey -VaultName myVault -Name myKey | Backup-AzureKeyVaultKey
41-
43+
4244
* Backup cmdlets now support a -Force switch to overwrite an existing file
4345
- Note that attempting to overwrite an existing file will no longer throw, and will instead prompt the user for a choice on how to proceed.
44-
46+
4547
## Version 2.8.0
4648

4749
## Version 2.7.0

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
using System.Runtime.InteropServices;
1818
using Xunit;
1919

20-
// General Information about an assembly is controlled through the following
20+
// General Information about an assembly is controlled through the following
2121
// set of attributes. Change these attribute values to modify the information
2222
// associated with an assembly.
2323
[assembly: AssemblyTitle( "Microsoft.Azure.Commands.KeyVault.Test" )]
@@ -29,8 +29,8 @@
2929
[assembly: AssemblyTrademark( "" )]
3030
[assembly: AssemblyCulture( "" )]
3131

32-
// Setting ComVisible to false makes the types in this assembly not visible
33-
// to COM components. If you need to access a type in this assembly from
32+
// Setting ComVisible to false makes the types in this assembly not visible
33+
// to COM components. If you need to access a type in this assembly from
3434
// COM, set the ComVisible attribute to true on that type.
3535
[assembly: ComVisible( false )]
3636

@@ -40,13 +40,13 @@
4040
// Version information for an assembly consists of the following four values:
4141
//
4242
// Major Version
43-
// Minor Version
43+
// Minor Version
4444
// Build Number
4545
// Revision
4646
//
47-
// You can specify all the values or you can default the Build and Revision Numbers
47+
// You can specify all the values or you can default the Build and Revision Numbers
4848
// by using the '*' as shown below:
4949

5050
[assembly: AssemblyVersion( "3.0.0.0" )]
51-
[assembly: AssemblyFileVersion("3.1.0")]
51+
[assembly: AssemblyFileVersion("3.2.0")]
5252
[assembly: CollectionBehavior(DisableTestParallelization = true)]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
using System.Runtime.CompilerServices;
1818
using System.Runtime.InteropServices;
1919

20-
// General Information about an assembly is controlled through the following
20+
// General Information about an assembly is controlled through the following
2121
// set of attributes. Change these attribute values to modify the information
2222
// associated with an assembly.
2323
[assembly: AssemblyTitle("Microsoft Azure Powershell - Key Vault")]
@@ -29,8 +29,8 @@
2929
[assembly: CLSCompliant(false)]
3030

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

0 commit comments

Comments
 (0)