-
Notifications
You must be signed in to change notification settings - Fork 5k
One SDK for Azure Backup Vault powershell cmdlet. #1216
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
DownloadVaultCredentials cmdlet (testing pending)
Get-AzureBackupContainer
Conflicts: src/ResourceManagement/AzureBackup/BackupServices.Tests/ScenarioTests/BackupServicesTestBase.cs
Adding resourcename and resourcegroup in app.config
DownloadVaultCredentials cmdlet
Fixes for build break
UpdatePolicy Asysc changes
Fix for generating local nuget package
Renaming BackupServicesManagment to BackupServicesManagement
… deleting the rest.
1. Removed unnecessary comments. 2. Removed unused usings. 3. Refactored code formatting. 4. Modified Set-StorageType testcase to only check for the negative scenario. 5. Updated the session records.
…gative scenarios.
Can one of the admins verify this patch? |
Hi @swatimadhukar, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
@azuresdkci add to whitelist |
1 similar comment
@azuresdkci add to whitelist |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" Condition=" '$(LibraryFxTarget)' == 'portable' " /> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(LibraryFxTarget)' != 'portable' " /> | ||
<Import Project="$(LibraryNugetPackageFolder)\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('$(LibraryNugetPackageFolder)\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" /> | ||
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
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 remove this and the ".nuget\nuget.targets"
using Microsoft.Azure.Management.BackupServices; | ||
using Microsoft.Azure.Management.BackupServices.Models; | ||
using Microsoft.Azure.Test; | ||
using System; |
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 order the namespace import, which gets the system ones at the top
One SDK for Azure Backup Vault powershell cmdlet.
One SDK for Azure Backup Vault powershell cmdlet.
This also includes test cases for hyak.
Hyak spec PR : https://github.com/Azure/hydra-specs-pr/pull/1045