Skip to content

Commit

Permalink
Add additional keys
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft committed Apr 11, 2024
1 parent fd78161 commit 5d8adf2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions sdk/core/Azure.Core.TestFramework/src/RecordedTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,26 +68,38 @@ public abstract class RecordedTestBase : ClientTestBase
"$..administratorLoginPassword",
"$..aliasPrimaryConnectionString",
"$..aliasSecondaryConnectionString",
"$..appId",
"$..apiKey",
"$..appkey",
"$..applicationSecret",
"$..atlasKafkaPrimaryEndpoint",
"$..atlasKafkaSecondaryEndpoint",
"$..authHeader",
"$..azureBlobSource.containerUrl",
"$..catalog",
"$..certificatePassword",
"$..clientId",
"$..clientSecret",
"$..connectionString",
"$..containerUri",
"$..containerUrl",
"$..createdBy",
"$..credential",
"$..decryptionKey",
"$..encryptedCredential",
"$..fencingClientPassword",
"$..friendlyName",
"$..functionKey",
"$..guardian",
"$..httpHeader",
"$..id",
"$..inputDataUri",
"$.key",
"$..keyVaultClientSecret",
"$..lastModifiedBy",
"$..logLink",
"$..managedResourceGroupName",
"$..outputDataUri",
"$..password",
"$..primaryConnectionString",
"$..primaryKey",
Expand All @@ -96,19 +108,32 @@ public abstract class RecordedTestBase : ClientTestBase
"$..principalId",
"$..privateKey",
"$..refresh_token",
"$..resourceGroup",
"$..resourceLocation",
"$..runAsPassword",
"$..sasUri",
"$..scan",
"$..scriptUrlSasToken",
"$..secondaryConnectionString",
"$..secondaryKey",
"$..secondaryMasterKey",
"$..secondaryReadonlyMasterKey",
"$..source",
"$..sshPassword",
"$..storageAccount",
"$..storageAccountPrimaryKey",
"$..storageContainerReadListSas",
"$..storageContainerUri",
"$..storageContainerWriteSas",
"$..targetModelLocation",
"$..targetResourceId",
"$..tenantId",
"$..to",
"$..uploadUrl",
"$..from",
"$..token",
"$..urlSource",
"$..userId",
"$.value[*].key",
"$..WEBSITE_AUTH_ENCRYPTION_KEY",
};
Expand Down

0 comments on commit 5d8adf2

Please sign in to comment.