Skip to content

Commit

Permalink
sql test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft committed Apr 12, 2024
1 parent 7ce1aef commit f7e80fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions sdk/core/Azure.Core.TestFramework/src/RecordedTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ public abstract class RecordedTestBase : ClientTestBase
new BodyRegexSanitizer("(client_assertion=)[^&]+", SanitizeValue),
new BodyRegexSanitizer("(client_id=)[^&]+", SanitizeValue),
new BodyRegexSanitizer("(client_secret=)[^&]+", SanitizeValue),
new BodyRegexSanitizer(@"(?:\\?(sv|sig|se|srt|ss|sp)=)(?<secret>.*)", SanitizeValue)
{
GroupForReplace = "secret"
},
new BodyRegexSanitizer(@"access_token=(?<group>.*?)(?=&|$)", SanitizeValue)
{
GroupForReplace = "group"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public async Task TestSetUp()

[Test]
[RecordedTest]
[LiveOnly]
public async Task SqlAgentConfigurationApiTests()
{
// Create Managed Instance
Expand Down

0 comments on commit f7e80fa

Please sign in to comment.