-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
503caa0
Merge pull request #1149 from Azure/release-1.0.0-preview2
markcowl 94c56cc
Merge pull request #1242 from Azure/release-1.0.0
markcowl 336ce8b
Merge pull request #1247 from Azure/master
markcowl 627b6cf
1) ARM compliance changes for Azure Site Recovery (ASR) Service.
avneeshraiusit b0571d2
updated SiteRecovery & RecoveryServices reference versions
sriramvu bfd7339
Merge remote-tracking branch 'upstream/SiteRecovery' into fromFM1
sriramvu a688837
taken PR comments for ASR SiteRecovery and RecoveryServices
sriramvu 91210b4
corrected bcl, net.http and other versions
sriramvu 45aed46
corrected Recovery Services hydra version
sriramvu 9f8c671
updated packages.config too with the correct version of RecoveryServi…
sriramvu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="xunit.runner.console" version="2.0.0" /> | ||
</packages> |
88 changes: 88 additions & 0 deletions
88
src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.psd1
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# | ||
# Module manifest for module 'Microsoft.Azure.Commands.RecoveryServices' | ||
# | ||
# Generated by: Microsoft Corporation | ||
# | ||
# Generated on: 9/19/2015 | ||
# | ||
|
||
@{ | ||
|
||
# Version number of this module. | ||
ModuleVersion = '1.0.1' | ||
|
||
# ID used to uniquely identify this module | ||
GUID = '4AA53B7E-FCFE-4E22-979C-9A4E6380DE58' | ||
|
||
# Author of this module | ||
Author = 'Microsoft Corporation' | ||
|
||
# Company or vendor of this module | ||
CompanyName = 'Microsoft Corporation' | ||
|
||
# Copyright statement for this module | ||
Copyright = 'Microsoft Corporation. All rights reserved.' | ||
|
||
# Description of the functionality provided by this module | ||
Description = 'Microsoft Azure PowerShell - RecoveryServices cmdlets for Azure Resource Manager' | ||
|
||
# Minimum version of the Windows PowerShell engine required by this module | ||
PowerShellVersion = '3.0' | ||
|
||
# Name of the Windows PowerShell host required by this module | ||
PowerShellHostName = '' | ||
|
||
# Minimum version of the Windows PowerShell host required by this module | ||
PowerShellHostVersion = '' | ||
|
||
# Minimum version of the .NET Framework required by this module | ||
DotNetFrameworkVersion = '4.0' | ||
|
||
# Minimum version of the common language runtime (CLR) required by this module | ||
CLRVersion='4.0' | ||
|
||
# Processor architecture (None, X86, Amd64, IA64) required by this module | ||
ProcessorArchitecture = 'None' | ||
|
||
# Modules that must be imported into the global environment prior to importing this module | ||
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.1'}) | ||
|
||
# Assemblies that must be loaded prior to importing this module | ||
RequiredAssemblies = @() | ||
|
||
# Script files (.ps1) that are run in the caller's environment prior to importing this module | ||
ScriptsToProcess = @() | ||
|
||
# Type files (.ps1xml) to be loaded when importing this module | ||
TypesToProcess = @() | ||
|
||
# Format files (.ps1xml) to be loaded when importing this module | ||
FormatsToProcess = @() | ||
|
||
# Modules to import as nested modules of the module specified in ModuleToProcess | ||
NestedModules = @( | ||
'.\Microsoft.Azure.Commands.RecoveryServices.dll' | ||
) | ||
|
||
# Functions to export from this module | ||
FunctionsToExport = '*' | ||
|
||
# Cmdlets to export from this module | ||
CmdletsToExport = '*' | ||
|
||
# Variables to export from this module | ||
VariablesToExport = '*' | ||
|
||
# Aliases to export from this module | ||
AliasesToExport = @() | ||
|
||
# List of all modules packaged with this module | ||
ModuleList = @() | ||
|
||
# List of all files packaged with this module | ||
FileList = @() | ||
|
||
# Private data to pass to the module specified in ModuleToProcess | ||
PrivateData = '' | ||
|
||
} |
Oops, something went wrong.
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.
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