Skip to content

Commit

Permalink
Cognitive Service PrivateEndpointConnection testcase name abbreviatio…
Browse files Browse the repository at this point in the history
…n completed (Azure#30927)

* base finished

* delete CreateOrUpdate()

* Update tests

* Update tests

* Fix pipeline

* Update Azure.ResourceManager.CognitiveServices.netstandard2.0.cs

* Abbreviation Completed

Co-authored-by: Minghao Chen <[email protected]>
  • Loading branch information
2 people authored and sofiar-msft committed Dec 7, 2022
1 parent 68016ba commit c6cac74
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

namespace Azure.ResourceManager.CognitiveServices.Tests
{
public class CognitiveServicesPrivateEndpointConnectionCollectionTests : CognitiveServicesManagementTestBase
public class PEConnectionCollectionTests : CognitiveServicesManagementTestBase
{
public CognitiveServicesPrivateEndpointConnectionCollectionTests(bool isAsync)
public PEConnectionCollectionTests(bool isAsync)
: base(isAsync)//, RecordedTestMode.Record)
{
}
Expand All @@ -27,7 +27,7 @@ private async Task<CognitiveServicesPrivateEndpointConnectionCollection> GetCogn
}

[TestCase]
public async Task CognitiveServicesPrivateEndpointConnectionCollectionApiTests()
public async Task PEConnectionCollectionApiTests()
{
//1.GetAll
var container = await GetCognitiveServicesPrivateEndpointConnectionCollectionAsync();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

namespace Azure.ResourceManager.CognitiveServices.Tests
{
public class CognitiveServicesPrivateEndpointConnectionResourceTests : CognitiveServicesManagementTestBase
public class PEConnectionResourceTests : CognitiveServicesManagementTestBase
{
public CognitiveServicesPrivateEndpointConnectionResourceTests(bool isAsync)
public PEConnectionResourceTests(bool isAsync)
: base(isAsync)//, RecordedTestMode.Record)
{
}
Expand All @@ -28,7 +28,7 @@ private async Task<CognitiveServicesPrivateEndpointConnectionCollection> GetCogn
}

[TestCase]
public async Task CognitiveServicesPrivateEndpointConnectionResourceApiTests()
public async Task PEConnectionResourceApiTests()
{
//1.Get
var collection = await GetCognitiveServicesPrivateEndpointConnectionCollectionAsync();
Expand Down

0 comments on commit c6cac74

Please sign in to comment.