Skip to content

Commit

Permalink
enable AAD tests (#22315)
Browse files Browse the repository at this point in the history
  • Loading branch information
maririos authored Jun 30, 2021
1 parent 183db20 commit d003b29
Show file tree
Hide file tree
Showing 21 changed files with 1,177 additions and 323 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public AnalyzeOperationTests(bool isAsync, TextAnalyticsClientOptions.ServiceVer
};

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21782")]
public async Task AnalyzeOperationWithAADTest()
{
TextAnalyticsClient client = GetClient(useTokenCredential: true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public AnalyzeSentimentTests(bool isAsync, TextAnalyticsClientOptions.ServiceVer
};

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21782")]
public async Task AnalyzeSentimentWithAADTest()
{
TextAnalyticsClient client = GetClient(useTokenCredential: true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public DetectLanguageTests(bool isAsync, TextAnalyticsClientOptions.ServiceVersi
};

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21782")]
public async Task DetectLanguageWithAADTest()
{
TextAnalyticsClient client = GetClient(useTokenCredential: true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public ExtractKeyPhrasesTests(bool isAsync, TextAnalyticsClientOptions.ServiceVe
};

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21782")]
public async Task ExtractKeyPhrasesWithAADTest()
{
TextAnalyticsClient client = GetClient(useTokenCredential: true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public RecognizeEntitiesTests(bool isAsync, TextAnalyticsClientOptions.ServiceVe
};

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21782")]
public async Task RecognizeEntitiesWithAADTest()
{
TextAnalyticsClient client = GetClient(useTokenCredential: true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public RecognizeLinkedEntitiesTests(bool isAsync, TextAnalyticsClientOptions.Ser
};

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21782")]
public async Task RecognizeLinkedEntitiesWithAADTest()
{
TextAnalyticsClient client = GetClient(useTokenCredential: true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public RecognizePiiEntitiesTests(bool isAsync, TextAnalyticsClientOptions.Servic
};

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21782")]
public async Task RecognizePiiEntitiesWithAADTest()
{
TextAnalyticsClient client = GetClient(useTokenCredential: true);
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d003b29

Please sign in to comment.