Skip to content
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

initial check in for KeyVault mgmt track 2 #12039

Merged
merged 4 commits into from
May 20, 2020

Conversation

erich-wang
Copy link
Member

Initial version of KeyVault mgmt track 2 SDK

@erich-wang erich-wang requested a review from isra-fel as a code owner May 13, 2020 02:10
@isra-fel isra-fel added Mgmt This issue is related to a management-plane library. needs-review labels May 13, 2020
@isra-fel isra-fel self-assigned this May 13, 2020
@erich-wang erich-wang requested review from KrzysztofCwalina and removed request for isra-fel May 13, 2020 14:59
@erich-wang erich-wang force-pushed the erich/mgmt.keyvault branch 2 times, most recently from db50ec9 to 3bd826c Compare May 15, 2020 03:45
}
}
var provider = (await ResourceProvidersClient.GetAsync("Microsoft.KeyVault")).Value;
this.location = provider.ResourceTypes.Where(
Copy link
Contributor

Choose a reason for hiding this comment

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

LOcation is available on TestEnvironment

Copy link
Member Author

Choose a reason for hiding this comment

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

Prefer to set environment variables as less as possible for recording.

Copy link
Contributor

Choose a reason for hiding this comment

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

You don't need to set them manually or at all, please use the New-TestResources script with -OutFile parameter.

@erich-wang
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@erich-wang
Copy link
Member Author

/azp run net - keyvault - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

namespace Azure.Management.KeyVault.Tests
{
[ClientTestFixture]
[NonParallelizable]
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to keep tests non-parallelizeable?

Copy link
Member

@isra-fel isra-fel left a comment

Choose a reason for hiding this comment

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

LGTM

@isra-fel isra-fel merged commit a18152d into Azure:master May 20, 2020
@@ -0,0 +1,37 @@

Copy link
Member

Choose a reason for hiding this comment

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

@erich-wang @allenjzhang why is this project going under testcommon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants