From d63313869a6c0cd7d00efe26e4b14a6ff9b83fe5 Mon Sep 17 00:00:00 2001 From: Wei Shi Date: Wed, 31 Mar 2021 19:45:32 -0700 Subject: [PATCH] update AzureRM.Profile version for AzureRM.BootStrapper --- src/AzureRM.BootStrapper/AzureRM.BootStrapper.csproj | 2 +- src/AzureRM.BootStrapper/AzureRM.BootStrapper.nuspec | 2 +- src/AzureRM.BootStrapper/Module/AzureRM.BootStrapper.psd1 | 5 ++--- src/AzureRM.BootStrapper/Module/ProfileMap.json | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/AzureRM.BootStrapper/AzureRM.BootStrapper.csproj b/src/AzureRM.BootStrapper/AzureRM.BootStrapper.csproj index 8b504647..ed72f86e 100644 --- a/src/AzureRM.BootStrapper/AzureRM.BootStrapper.csproj +++ b/src/AzureRM.BootStrapper/AzureRM.BootStrapper.csproj @@ -1,6 +1,6 @@ - 0.6.0 + 0.7.0 7.1 netstandard2.0 Module diff --git a/src/AzureRM.BootStrapper/AzureRM.BootStrapper.nuspec b/src/AzureRM.BootStrapper/AzureRM.BootStrapper.nuspec index 2cddefab..7c5fdacd 100644 --- a/src/AzureRM.BootStrapper/AzureRM.BootStrapper.nuspec +++ b/src/AzureRM.BootStrapper/AzureRM.BootStrapper.nuspec @@ -2,7 +2,7 @@ AzureRM.BootStrapper - 0.6.0 + 0.7.0 Microsoft Corporation Microsoft Corporation true diff --git a/src/AzureRM.BootStrapper/Module/AzureRM.BootStrapper.psd1 b/src/AzureRM.BootStrapper/Module/AzureRM.BootStrapper.psd1 index 9ed9cbe6..e3564b21 100644 --- a/src/AzureRM.BootStrapper/Module/AzureRM.BootStrapper.psd1 +++ b/src/AzureRM.BootStrapper/Module/AzureRM.BootStrapper.psd1 @@ -12,7 +12,7 @@ RootModule = 'AzureRM.Bootstrapper.psm1' # Version number of this module. -ModuleVersion = '0.6.0' +ModuleVersion = '0.7.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -114,8 +114,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* 0.6.0: Bug fix for ProfileCache not being updated after installing Az.BootStrapper and then reverting back to use AzureRM.BootStrapper - * We always read the map from the azure blob now' + ReleaseNotes = '* 0.7.0: Update AzureRM.Profile version from 5.8.3 to 5.8.4 in AzureRM.BootStrapper module.' # External dependent modules of this module # ExternalModuleDependencies = '' diff --git a/src/AzureRM.BootStrapper/Module/ProfileMap.json b/src/AzureRM.BootStrapper/Module/ProfileMap.json index f8573b89..e759d48d 100644 --- a/src/AzureRM.BootStrapper/Module/ProfileMap.json +++ b/src/AzureRM.BootStrapper/Module/ProfileMap.json @@ -4,7 +4,7 @@ "6.13.1" ], "AzureRM.Profile": [ - "5.8.3" + "5.8.4" ], "Azure.Storage": [ "4.5.0" @@ -247,7 +247,7 @@ "2.5.0" ], "AzureRM.Profile": [ - "5.8.3" + "5.8.4" ], "Azure.Storage": [ "4.5.0"