Skip to content

Commit 9b37668

Browse files
committed
Update version for Sql release
1 parent 7372caa commit 9b37668

File tree

5 files changed

+1514
-343
lines changed

5 files changed

+1514
-343
lines changed

src/ResourceManager/Sql/Commands.Sql/AzureRM.Sql.psd1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 6/26/2018
6+
# Generated on: 7/3/2018
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.9.0'
15+
ModuleVersion = '4.10.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -191,8 +191,8 @@ CmdletsToExport = 'Get-AzureRmSqlDatabaseTransparentDataEncryption',
191191
'Set-AzureRmSqlServerDnsAlias',
192192
'New-AzureRmSqlDatabaseRestorePoint',
193193
'Remove-AzureRmSqlDatabaseRestorePoint',
194-
'Stop-AzureRmSqlElasticPoolActivity',
195-
'Add-AzureRmSqlServerTransparentDataEncryptionCertificate',
194+
'Stop-AzureRmSqlElasticPoolActivity',
195+
'Add-AzureRmSqlServerTransparentDataEncryptionCertificate',
196196
'Add-AzureRmSqlManagedInstanceTransparentDataEncryptionCertificate'
197197

198198
# Variables to export from this module
@@ -233,9 +233,9 @@ PrivateData = @{
233233
# IconUri = ''
234234

235235
# ReleaseNotes of this module
236-
ReleaseNotes = '* Clarified User-Defined Restore Points for SQLDW in New-AzureRmSqlDatabaseRestorePoint help
237-
* Fixed formatting of OutputType in help files
238-
* Updated documentation of -ComputeGeneration parameter in several cmdlets'
236+
ReleaseNotes = '* Adding new Cmdlets for Management.Sql to allow customers to add TDE Certificate to Sql Server instance or a Managed Instance
237+
- Add-AzureRmSqlServerTransparentDataEncryptionCertificate
238+
- Add-AzureRmSqlManagedInstanceTransparentDataEncryptionCertificate'
239239

240240
# Prerelease string of this module
241241
# Prerelease = ''

src/ResourceManager/Sql/Commands.Sql/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 4.10.0
2123
* Adding new Cmdlets for Management.Sql to allow customers to add TDE Certificate to Sql Server instance or a Managed Instance
2224
- Add-AzureRmSqlServerTransparentDataEncryptionCertificate
2325
- Add-AzureRmSqlManagedInstanceTransparentDataEncryptionCertificate

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
// You can specify all the values or you can default the Build and Revision Numbers
4545
// by using the '*' as shown below:
4646

47-
[assembly: AssemblyVersion("4.9.0")]
48-
[assembly: AssemblyFileVersion("4.9.0")]
47+
[assembly: AssemblyVersion("4.10.0")]
48+
[assembly: AssemblyFileVersion("4.10.0")]
4949
#if SIGN
5050
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Resources.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5151
#else

tools/AzureRM/AzureRM.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '5.3.1';
9898
@{ModuleName = 'AzureRM.Scheduler'; RequiredVersion = '0.16.6'; },
9999
@{ModuleName = 'AzureRM.ServiceBus'; RequiredVersion = '0.6.6'; },
100100
@{ModuleName = 'AzureRM.ServiceFabric'; RequiredVersion = '0.3.7'; },
101-
@{ModuleName = 'AzureRM.Sql'; RequiredVersion = '4.9.0'; },
101+
@{ModuleName = 'AzureRM.Sql'; RequiredVersion = '4.10.0'; },
102102
@{ModuleName = 'AzureRM.Storage'; RequiredVersion = '5.0.0'; },
103103
@{ModuleName = 'AzureRM.StreamAnalytics'; RequiredVersion = '4.0.6'; },
104104
@{ModuleName = 'AzureRM.Tags'; RequiredVersion = '4.0.3'; },

0 commit comments

Comments
 (0)