From d6d60a11d84a4a9a374e26c05eeae1b7581abb9c Mon Sep 17 00:00:00 2001
From: Vincent Dai <23257217+vidai-msft@users.noreply.github.com>
Date: Wed, 30 Nov 2022 15:01:54 +0800
Subject: [PATCH 1/3] Upgraded reference of azure-powershell-common to
1.3.67-preview
---
src/Accounts/Accounts/ChangeLog.md | 2 +-
tools/Common.Netcore.Dependencies.targets | 34 +++++++++++------------
2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md
index fff78493885e..751ad912edeb 100644
--- a/src/Accounts/Accounts/ChangeLog.md
+++ b/src/Accounts/Accounts/ChangeLog.md
@@ -24,7 +24,7 @@
- It also fixed the incorrectly short lifespan of tokens.
* Upgraded target framework of Microsoft.Identity.Client to net461 [#20189]
* Stored `ServicePrincipalSecret` and `CertificatePassword` into `AzKeyStore`.
-* Updated the reference of Azure PowerShell Common to 1.3.65-preview.
+* Updated the reference of Azure PowerShell Common to 1.3.67-preview.
## Version 2.10.3
* Updated `Get-AzSubscription` to retrieve subscription by Id rather than listed all the subscriptions from server if subscription Id is provided. [#19115]
diff --git a/tools/Common.Netcore.Dependencies.targets b/tools/Common.Netcore.Dependencies.targets
index d5209d87fc52..0a6d42bd55ff 100644
--- a/tools/Common.Netcore.Dependencies.targets
+++ b/tools/Common.Netcore.Dependencies.targets
@@ -3,22 +3,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -36,7 +36,7 @@
- $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.65-preview\tools\
+ $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.67-preview\tools\
From d84b450dd52991c32ef8cc17979cc73bf04f6c5e Mon Sep 17 00:00:00 2001
From: Vincent Dai <23257217+vidai-msft@users.noreply.github.com>
Date: Thu, 1 Dec 2022 13:56:18 +0800
Subject: [PATCH 2/3] Update Common.Netcore.Dependencies.targets
---
tools/Common.Netcore.Dependencies.targets | 34 +++++++++++------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/tools/Common.Netcore.Dependencies.targets b/tools/Common.Netcore.Dependencies.targets
index d5209d87fc52..0a6d42bd55ff 100644
--- a/tools/Common.Netcore.Dependencies.targets
+++ b/tools/Common.Netcore.Dependencies.targets
@@ -3,22 +3,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -36,7 +36,7 @@
- $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.65-preview\tools\
+ $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.67-preview\tools\
From 84bc6cab7698163930411c74b62473d682c14cd6 Mon Sep 17 00:00:00 2001
From: Vincent Dai <23257217+vidai-msft@users.noreply.github.com>
Date: Thu, 1 Dec 2022 13:57:21 +0800
Subject: [PATCH 3/3] Update ChangeLog.md
---
src/Accounts/Accounts/ChangeLog.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md
index fff78493885e..751ad912edeb 100644
--- a/src/Accounts/Accounts/ChangeLog.md
+++ b/src/Accounts/Accounts/ChangeLog.md
@@ -24,7 +24,7 @@
- It also fixed the incorrectly short lifespan of tokens.
* Upgraded target framework of Microsoft.Identity.Client to net461 [#20189]
* Stored `ServicePrincipalSecret` and `CertificatePassword` into `AzKeyStore`.
-* Updated the reference of Azure PowerShell Common to 1.3.65-preview.
+* Updated the reference of Azure PowerShell Common to 1.3.67-preview.
## Version 2.10.3
* Updated `Get-AzSubscription` to retrieve subscription by Id rather than listed all the subscriptions from server if subscription Id is provided. [#19115]