From 6a2f74c773c0d1ca4b73ecf1642815bb373e2d8f Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Thu, 1 Jul 2021 13:59:44 -0700 Subject: [PATCH 1/2] bump core-auth --- sdk/core/core-auth/CHANGELOG.md | 2 +- sdk/core/core-auth/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/core/core-auth/CHANGELOG.md b/sdk/core/core-auth/CHANGELOG.md index 7cea45f53056..fac7bfec54b9 100644 --- a/sdk/core/core-auth/CHANGELOG.md +++ b/sdk/core/core-auth/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.3.1 (2021-06-30) +## 1.3.2 (2021-06-30) - Added `tenantId` optional property to the `GetTokenOptions` interface. If `tenantId` is set, credentials will be able to use multi-tenant authentication, in the cases when it's enabled. diff --git a/sdk/core/core-auth/package.json b/sdk/core/core-auth/package.json index b3e8dd2fdbe6..dfca785123d6 100644 --- a/sdk/core/core-auth/package.json +++ b/sdk/core/core-auth/package.json @@ -1,6 +1,6 @@ { "name": "@azure/core-auth", - "version": "1.3.1", + "version": "1.3.2", "description": "Provides low-level interfaces and helper methods for authentication in Azure SDK", "sdk-type": "client", "main": "dist/index.js", From 147f002fb3cc8344dd2fbb41fc0d9170b9735579 Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Thu, 1 Jul 2021 14:03:45 -0700 Subject: [PATCH 2/2] Update sdk/core/core-auth/CHANGELOG.md --- sdk/core/core-auth/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/core-auth/CHANGELOG.md b/sdk/core/core-auth/CHANGELOG.md index fac7bfec54b9..ac1d8d7392c5 100644 --- a/sdk/core/core-auth/CHANGELOG.md +++ b/sdk/core/core-auth/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.3.2 (2021-06-30) +## 1.3.2 (2021-07-01) - Added `tenantId` optional property to the `GetTokenOptions` interface. If `tenantId` is set, credentials will be able to use multi-tenant authentication, in the cases when it's enabled.