-
Notifications
You must be signed in to change notification settings - Fork 4k
Cmdlets for Azure RM Backup/Restore #1849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
hchungmsft
commented
Feb 23, 2016
- Implements the following:
- Get-AzureRmSqlDatabaseGeoBackup
- Get-AzureRmSqlDeletedDatabaseBackup
- Restore-AzureRmSqlDatabase
- This cmdlet accepts as pipelined input the result of one of the first two cmdlets (or Get-AzureRmSqlDatabase if restoring a live DB to a point-in-time)
Hi @hchungmsft, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
Can one of the admins verify this patch? |
@azuresdkci add to whitelist |
@hchungmsft Please add help content and update the changelog for these changes. |
@hchungmsft please fix build issues. |
Needs Nuget package from azure-sdk-for-net first. Working on fixing a build issue in that PR. |
@azuresdkci test this please |
Cmdlets for Azure RM Backup/Restore