Skip to content

Cmdlets for Azure Backup Vault #565

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 258 commits into from
Jul 10, 2015
Merged

Cmdlets for Azure Backup Vault #565

merged 258 commits into from
Jul 10, 2015

Conversation

swatimadhukar
Copy link

Cmdlets for Azure Backup Vault
This PR includes following cmdlets:

  1. Get-AzureBackupVault
  2. New-AzureBackupVault
  3. Remove-AzureBackupVault
  4. Set-AzureBackupVault
  5. Set-AzureBackupVaultStorageType
  6. Get-AzureBackupVaultCredentials

Currently we have taken a dependency on azure-sdk-for-net repo for BackupManagementServices.dll which has been checked into azure-powershell repo, once nuget package is available for this we will take nuget dependency and remove the dll.

hydra-spec-pr Pull Request: https://github.com/Azure/hydra-specs-pr/pull/1045
azure-sdk-for-net Pull Request: Azure/azure-sdk-for-net#1216

Samuel Anudeep and others added 30 commits May 28, 2015 17:21
Adding AzureBackupContainer model (initial draft).
Fixes in AzureBackupContainer class definition.
2. Created ContainerContext base class.
Made some changes according to previous PR.
Adding AzureBackupItemContextObject class and AzureBackupItem.cs file
Adding DataSourceType in AzureBackupItemContextObject class
Local Changes for Commandlets
Download Vault Creds (testing pending)
Added Get-AzureBackupItem cmdlet
Get-AzureBackupContainer
Get-AzureBackupContainer
@markcowl
Copy link
Member

@azuresdkci retest this please

@@ -7,6 +7,7 @@
<TestSettings_x64>.\src\Local.x64.testsettings</TestSettings_x64>
<ScenarioTestDebug>.\src\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll</ScenarioTestDebug>
<CommonTestDebug>.\src\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll</CommonTestDebug>
<BackupTestDebug>.\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll</BackupTestDebug>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix the indent, make sure using "space" not "tab".
Please fresh across

@markcowl
Copy link
Member

@swatimadhukar Please respond to review feedback

@markcowl
Copy link
Member

@swatimadhukar Please add changes to changelog.txt

@@ -101,6 +102,7 @@ NestedModules = @(
'.\OperationalInsights\Microsoft.Azure.Commands.OperationalInsights.dll',
'.\UsageAggregates\Microsoft.Azure.Commands.UsageAggregates.dll',
'.\ApiManagement\Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need a comma at the end of this line

stankovski added a commit that referenced this pull request Jul 10, 2015
Cmdlets for Azure Backup Vault
@stankovski stankovski merged commit d79a947 into Azure:dev Jul 10, 2015
huangpf added a commit to AzureRT/azure-powershell that referenced this pull request Jul 29, 2016
huangpf PR: dev <- Azure:dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.