-
Notifications
You must be signed in to change notification settings - Fork 4k
ARM compliance changes for Azure Site Recovery (ASR) #1268
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
sriramvu
commented
Nov 10, 2015
- ARM compliance changes for Azure Site Recovery (ASR) Service
- Support for RecoveryServices Vault operations
- RDFE Recovery Services dll name change in order to differenciate from the ARM dll
Release 1.0.0 preview2 merge to master
merge Release 1.0.0 -> master
merge master -> dev for release 1.0.0
2) Support for RecoveryServices Vault operations. 3) RDFE Recovery Services dll name change in order to differenciate from the ARM dll.
Conflicts: src/ResourceManager/SiteRecovery/AzureRM.SiteRecovery.psd1
@@ -3706,7 +3706,7 @@ | |||
<File Id="filC19D2936401BB415655E1554F85EE97B" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\RecoveryServices\Microsoft.ApplicationInsights.dll" /> |
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.
Your new rm cmdlets are not included in the msi
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.
have updated with RecoveryServices rm cmdlets
@sriramvu where are the tests for recovery services? |
ProcessorArchitecture = 'None' | ||
|
||
# Modules that must be imported into the global environment prior to importing this module | ||
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.0'}) |
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.
should be version 1.0.1
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.
corrected the version
@{ | ||
|
||
# Version number of this module. | ||
ModuleVersion = '1.0.0' |
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 make this 1.0.1
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.
taken
@sriramvu Your projects are using different versions of Bcl and Microsoft.Net.Http. Please make sure both use 1.1.9 and 2.2.28, respectively. |
@sriramvu We will not be able to publish your service management updates this time, only the updated ARM modules - these will get released in early December |
…ces hydra - missed in the last commit
on demand run here: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-demand/328/ |
ARM compliance changes for Azure Site Recovery (ASR)