From 1c9a1372d92af485396f17699dd0001c6b0a064e Mon Sep 17 00:00:00 2001 From: Yeming Liu Date: Thu, 21 May 2020 16:50:55 +0800 Subject: [PATCH 1/2] Fixed an issue that may cause Az to skip logs in Azure Automation --- src/Accounts/Accounts/ChangeLog.md | 1 + tools/Common.Netcore.Dependencies.targets | 32 +++++++++++------------ 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index e3d2bbba9e81..e3642078be28 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -19,6 +19,7 @@ --> ## Upcoming Release * Fixed typo in comments +* Fixed an issue that may cause Az to skip logs in Azure Automation [#11492] ## Version 1.8.0 * Updated `Add-AzEnvironment` and `Set-AzEnvironment` to accept parameters `AzureSynapseAnalyticsEndpointResourceId` and `AzureSynapseAnalyticsEndpointSuffix` diff --git a/tools/Common.Netcore.Dependencies.targets b/tools/Common.Netcore.Dependencies.targets index d71a8693c675..8c4628973d0c 100644 --- a/tools/Common.Netcore.Dependencies.targets +++ b/tools/Common.Netcore.Dependencies.targets @@ -3,21 +3,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -32,7 +32,7 @@ - $(NugetPackageRoot)microsoft.azure.powershell.storage\1.3.13-preview\tools\ + $(NugetPackageRoot)microsoft.azure.powershell.storage\1.3.14-preview\tools\ From ad152ed3f4d6f50753886a5d8b50c3f094529b60 Mon Sep 17 00:00:00 2001 From: Yeming Liu Date: Mon, 25 May 2020 11:19:11 +0800 Subject: [PATCH 2/2] 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 e3642078be28..a8229cb6658a 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -19,7 +19,7 @@ --> ## Upcoming Release * Fixed typo in comments -* Fixed an issue that may cause Az to skip logs in Azure Automation [#11492] +* Fixed an issue that may cause Az to skip logs in Azure Automation or PowerShell jobs [#11492] ## Version 1.8.0 * Updated `Add-AzEnvironment` and `Set-AzEnvironment` to accept parameters `AzureSynapseAnalyticsEndpointResourceId` and `AzureSynapseAnalyticsEndpointSuffix`