-
Notifications
You must be signed in to change notification settings - Fork 4k
RecoveryPlan cmdlet changes for ASR along with some bug fixes #1976
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Get Storage classification (Get-AzureRmSiteRecoveryStorageClassification) 2) Pair storages (Start-AzureRmSiteRecoveryStorageClassificationMappingJob) 3) Unpair Storages (Start-AzureRmSiteRecoveryStorageClassificationUnmappingJob)
2) Adding cmdlet to fetch storage mappings
…flow as it duplicates the one used by RecoveryServices Vault management flow
…an Site Recovery (SR)
taking hydra spec namespace change for SiteRecovery Vault management...
Introduced RefreshServer
…ssification) cmdlet
After this instead of overriding ExecuteCmdlet, ExecuteSiteRecoveryCmdlet needs to be overriden. Exceptions will then be automatically taken care of.
…hell into SetRSVaultSettings Conflicts: src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Vault/SetAzureSiteRecoveryVaultSettings.cs
Sets SiteRecovery and RecoveryServices Vault context without importin…
-Only calling protection container mapping if cloud is paired. -Caching policies -Sorting container names by friendly names Tested with same data. Call is finishing in 10-12 seconds instead of 84 secs.
1) reduced calls from 669 to 3 for 336 protected VMs 2) time reduced from 581 sec to 15 sec 3) Fixed for protectionEntity also 4) moved code to common class
2) Fix for bug 6474599
Conflicts: src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/packages.config src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/ScenarioTests/SiteRecoveryTestsBase.cs src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/packages.config src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Common/PSSiteRecoveryClient.cs src/ResourceManager/SiteRecovery/SiteRecovery.sln
fixing matcher for x-ms-version issue
@@ -9,7 +9,7 @@ | |||
@{ | |||
|
|||
# Version number of this module. | |||
ModuleVersion = '1.0.6' |
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.
Please revert this change. We are bumping up all the module versions during release.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.