Skip to content

Commit

Permalink
Merge pull request #34 from MiYanni/netcore-011a
Browse files Browse the repository at this point in the history
SQL sync of missing cmdlets
  • Loading branch information
markcowl authored Apr 6, 2018
2 parents 6e761f2 + 63b318e commit 795e1f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ResourceManager/Sql/AzureRM.Sql.Netcore.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ CmdletsToExport = 'Get-AzureRmSqlDatabaseTransparentDataEncryption',
'Remove-AzureRmSqlServerVirtualNetworkRule',
'Stop-AzureRmSqlDatabaseActivity', 'Get-AzureRmSqlServerDnsAlias',
'Remove-AzureRmSqlServerDnsAlias', 'New-AzureRmSqlServerDnsAlias',
'Set-AzureRmSqlServerDnsAlias', 'Stop-AzureRmSqlElasticPoolActivity'
'Set-AzureRmSqlServerDnsAlias', 'New-AzureRmSqlDatabaseRestorePoint',
'Remove-AzureRmSqlDatabaseRestorePoint',
'Stop-AzureRmSqlElasticPoolActivity'

# Variables to export from this module
# VariablesToExport = @()
Expand Down

0 comments on commit 795e1f8

Please sign in to comment.