From c2acbce5b27a8f16e6031d9f2e9707197be3d979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez?= Date: Mon, 22 Nov 2021 15:26:34 -0500 Subject: [PATCH 1/2] [Identity] Update core-client to ^1.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our internal tests will only pass if we point to 1.3.3 The caveat of this PR is that we won’t be able to release Identity before @azure/core-client, but that should be fine according to our plans anyway. Please let me know if I’m wrong. Feedback always appreciated! --- sdk/identity/identity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/identity/package.json b/sdk/identity/identity/package.json index 1fe34b327e80..146c0489248d 100644 --- a/sdk/identity/identity/package.json +++ b/sdk/identity/identity/package.json @@ -95,7 +95,7 @@ "@azure/core-util": "^1.0.0-beta.1", "@azure/core-tracing": "1.0.0-preview.13", "@azure/core-auth": "^1.3.0", - "@azure/core-client": "^1.0.0", + "@azure/core-client": "^1.3.3", "@azure/core-rest-pipeline": "^1.1.0", "@azure/logger": "^1.0.0", "@azure/abort-controller": "^1.0.0", From df4cff1a24b3873772a775c72ca72cc5136fd1cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez?= Date: Mon, 22 Nov 2021 19:27:55 -0500 Subject: [PATCH 2/2] Update package.json --- sdk/identity/identity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/identity/package.json b/sdk/identity/identity/package.json index 146c0489248d..ae3be82f89c4 100644 --- a/sdk/identity/identity/package.json +++ b/sdk/identity/identity/package.json @@ -95,7 +95,7 @@ "@azure/core-util": "^1.0.0-beta.1", "@azure/core-tracing": "1.0.0-preview.13", "@azure/core-auth": "^1.3.0", - "@azure/core-client": "^1.3.3", + "@azure/core-client": "^1.4.0", "@azure/core-rest-pipeline": "^1.1.0", "@azure/logger": "^1.0.0", "@azure/abort-controller": "^1.0.0",