Skip to content

Commit 795e1f8

Browse files
authored
Merge pull request #34 from MiYanni/netcore-011a
SQL sync of missing cmdlets
2 parents 6e761f2 + 63b318e commit 795e1f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ResourceManager/Sql/AzureRM.Sql.Netcore.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@ CmdletsToExport = 'Get-AzureRmSqlDatabaseTransparentDataEncryption',
188188
'Remove-AzureRmSqlServerVirtualNetworkRule',
189189
'Stop-AzureRmSqlDatabaseActivity', 'Get-AzureRmSqlServerDnsAlias',
190190
'Remove-AzureRmSqlServerDnsAlias', 'New-AzureRmSqlServerDnsAlias',
191-
'Set-AzureRmSqlServerDnsAlias', 'Stop-AzureRmSqlElasticPoolActivity'
191+
'Set-AzureRmSqlServerDnsAlias', 'New-AzureRmSqlDatabaseRestorePoint',
192+
'Remove-AzureRmSqlDatabaseRestorePoint',
193+
'Stop-AzureRmSqlElasticPoolActivity'
192194

193195
# Variables to export from this module
194196
# VariablesToExport = @()

0 commit comments

Comments
 (0)