-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Recovery Services Backup Initial PR #2032
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
|
@dragonfly91 What is relationship between changes in AzureBackup and RecoveryServices and adding RecoveryServices.Backup module to the repository? could they go in independent of each other? |
|
@dragonfly91 please change the overall folder structure. Take a look to src\ResourceManager\RecoveryServices project -> product and Test should be in a different folders. |
|
Your cmdlets should not define 2 output types for lists and for single types. do not define List, instead when you do write object specify that it can be an enumerable collection. e.g. |
|
@dragonfly91 you should NOT use things like things (e.g. StopAzureRmRecoveryServicesJob.cs file). |
|
Move Commands.RecoveryServices.Backup.Helpers and other projects to separate folders under RecoveryServices.Backup folder. Do not put projects in nested subfolders. |
|
Why do you have so many library packages that are only referenced in one module? |
|
you should not reference anything from GAC (e.g. Commands.RecoveryServices.Backup.Cmdlets.csproj) remove the hint path. |
Adding position and test changes for get/unregister
Get Item Bug Fixes and Test Records
|
@dragonfly91 since you guys added your module to AzureRM and also added psd1 file for RecoveryServices.Backup you will need to regenerate wxi file and include it to this PR as well. |
Merge dev1
Adding comments for provider members
Review Comments Addressed
Incorporated PR comments
|
another one for sing job: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-sign/390/ |
| <Optimize>true</Optimize> | ||
| <OutputPath>bin\Release\</OutputPath> | ||
| <DefineConstants>TRACE</DefineConstants> | ||
| <OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\</OutputPath> |
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.
revert this line
Hi,
This PR comprises of a draft version of the new module - RecoveryServices.Backup. We wanted to get an early feedback on various aspects of the code / design etc. Please review the PR but do NOT merge the PR - since this changeset contains only a few cmdlets. Look forward to your feedback.
Thanks,
Anudeep.