Skip to content

Update KeyVault test scripts to include vault management tests #537

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 4 commits into from
Jun 26, 2015

Conversation

divyakgupta
Copy link

The scripts in Commands.KeyVault.Test\Scripts folder are used to manually test the KV cmdlets. This change is to allow running of "scenario tests" in the same way.

@azurecla
Copy link

Hi @divyakgupta, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!


It looks like you're working at Microsoft (divyag). If you're full-time, we DON'T require a contribution license agreement.



If you are a vendor, or work for Microsoft Open Technologies, DO please sign the electronic contribution license agreement. It will take 2 minutes and there's no faxing! https://cla.azure.com.

TTYL, AZPRBOT;

@@ -239,7 +239,9 @@ function Test-SetRemoveAccessPolicyByUPN

CheckVaultAccessPolicy $vault $PermToKeys $PermToSecrets

Assert-AreEqual $upn (Get-AzureADUser -ObjectId $vault.AccessPolicies[0].ObjectId)[0].UserPrincipalName
$adUser = (Get-AzureADUser -ObjectId $vault.AccessPolicies[0].ObjectId)[0]
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 indentation

hovsepm pushed a commit that referenced this pull request Jun 26, 2015
Update KeyVault test scripts to include vault management tests
@hovsepm hovsepm merged commit f119641 into Azure:dev Jun 26, 2015
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.

4 participants