From 7849b1e507c12b75ae7c60900badb6f19a9fab5c Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Thu, 21 Nov 2024 14:55:16 -0800 Subject: [PATCH 1/2] update test recordings --- sdk/identity/identity/assets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/identity/assets.json b/sdk/identity/identity/assets.json index 398585e01627..fb2f0d89d0d8 100644 --- a/sdk/identity/identity/assets.json +++ b/sdk/identity/identity/assets.json @@ -2,5 +2,5 @@ "AssetsRepo": "Azure/azure-sdk-assets", "AssetsRepoPrefixPath": "js", "TagPrefix": "js/identity/identity", - "Tag": "js/identity/identity_f8cb6e70bf" + "Tag": "js/identity/identity_28a8927bf4" } From 8e8a5eb30bcff4f1855e22d42f1d2cc98107145b Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Thu, 21 Nov 2024 17:00:23 -0800 Subject: [PATCH 2/2] update --- .../identity/test/internal/node/deviceCodeCredential.spec.ts | 4 ++-- sdk/identity/identity/test/node/msalNodeTestSetup.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/identity/identity/test/internal/node/deviceCodeCredential.spec.ts b/sdk/identity/identity/test/internal/node/deviceCodeCredential.spec.ts index 63709587dd84..c3b61a8bb1ca 100644 --- a/sdk/identity/identity/test/internal/node/deviceCodeCredential.spec.ts +++ b/sdk/identity/identity/test/internal/node/deviceCodeCredential.spec.ts @@ -43,7 +43,7 @@ describe("DeviceCodeCredential (internal)", function () { recorder.configureClientOptions({ tenantId: env.AZURE_TENANT_ID, clientId: env.AZURE_CLIENT_ID, - }) + }), ); await credential.getToken(scope); @@ -66,7 +66,7 @@ describe("DeviceCodeCredential (internal)", function () { recorder.configureClientOptions({ tenantId: env.AZURE_TENANT_ID, clientId: env.AZURE_CLIENT_ID, - }) + }), ); await credential.getToken(scope, { tenantId: env.AZURE_TENANT_ID }); diff --git a/sdk/identity/identity/test/node/msalNodeTestSetup.ts b/sdk/identity/identity/test/node/msalNodeTestSetup.ts index 7ae977b1c0b5..3355d0d2270b 100644 --- a/sdk/identity/identity/test/node/msalNodeTestSetup.ts +++ b/sdk/identity/identity/test/node/msalNodeTestSetup.ts @@ -196,7 +196,7 @@ export async function msalNodeTestSetup( }, ], }, - ["record", "playback"] + ["record", "playback"], ); return {