-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Conversation
a42d224
to
488d18d
Compare
db50ec9
to
3bd826c
Compare
sdk/keyvault/Azure.Management.KeyVault/tests/VaultOperationsTestsBase.cs
Outdated
Show resolved
Hide resolved
} | ||
} | ||
var provider = (await ResourceProvidersClient.GetAsync("Microsoft.KeyVault")).Value; | ||
this.location = provider.ResourceTypes.Where( |
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.
LOcation is available on TestEnvironment
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.
Prefer to set environment variables as less as possible for recording.
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.
You don't need to set them manually or at all, please use the New-TestResources script with -OutFile
parameter.
sdk/keyvault/Azure.Management.KeyVault/tests/VaultOperationsTestsBase.cs
Outdated
Show resolved
Hide resolved
sdk/keyvault/Azure.Management.KeyVault/tests/VaultOperationsTestsBase.cs
Outdated
Show resolved
Hide resolved
sdk/keyvault/Azure.Management.KeyVault/tests/VaultOperationsTestsBase.cs
Outdated
Show resolved
Hide resolved
sdk/keyvault/Azure.Management.KeyVault/tests/VaultOperationsTestsBase.cs
Outdated
Show resolved
Hide resolved
670840d
to
514b688
Compare
/azp run |
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. |
/azp run net - keyvault - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
namespace Azure.Management.KeyVault.Tests | ||
{ | ||
[ClientTestFixture] | ||
[NonParallelizable] |
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.
Do we want to keep tests non-parallelizeable?
sdk/keyvault/Azure.Management.KeyVault/tests/VaultOperationsTestsBase.cs
Show resolved
Hide resolved
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.
LGTM
@@ -0,0 +1,37 @@ | |||
|
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.
@erich-wang @allenjzhang why is this project going under testcommon?
Initial version of KeyVault mgmt track 2 SDK