-
Notifications
You must be signed in to change notification settings - Fork 4k
[Release.1.3.2] Add backup and restore cmdlets for Azure Web Apps #2073
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
…before more extensive refactoring.
…ed piping to be consistent with other websites cmdlets. Wrote tests for BackupConfiguration and Restore operations.
…at was getting ignored
Conflicts: src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj src/ResourceManager/Websites/Commands.Websites/Utilities/CmdletHelpers.cs src/ResourceManager/Websites/Commands.Websites/Utilities/WebsitesClient.cs
Conflicts: src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests/Common.ps1
Conflicts: src/ResourceManager/Websites/Commands.Websites.Test/packages.config
Hi @Nking92, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
Link to previous PR with code review comments #1974 |
@Nking92 wxi changes seems not required. Please revert that. |
This reverts commit cd537d3.
@@ -0,0 +1,100 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyright header
@Nking92 A few comments - this looks really good other than a couple of cosmetic changes. |
… classes, remove excessive positional parameters
@markcowl Thanks for the code review. I have addressed your comments in the latest commits. |
new on-demand job started http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-demand/672/ |
Merge Azure Web Apps backup and restore cmdlets for release