From a62b0006b85392a314fb1bbdf0a606805ff058bc Mon Sep 17 00:00:00 2001 From: dmilov Date: Wed, 28 Jul 2021 17:19:55 +0300 Subject: [PATCH] Update IconUri (#476) Signed-off-by: Dimitar Milov --- .../VMware.vSphere.SsoAdmin/VMware.vSphere.SsoAdmin.psd1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Modules/VMware.vSphere.SsoAdmin/VMware.vSphere.SsoAdmin.psd1 b/Modules/VMware.vSphere.SsoAdmin/VMware.vSphere.SsoAdmin.psd1 index 55a0a56..1338088 100644 --- a/Modules/VMware.vSphere.SsoAdmin/VMware.vSphere.SsoAdmin.psd1 +++ b/Modules/VMware.vSphere.SsoAdmin/VMware.vSphere.SsoAdmin.psd1 @@ -12,7 +12,7 @@ RootModule = 'VMware.vSphere.SsoAdmin.psm1' # Version number of this module. -ModuleVersion = '1.3.3' +ModuleVersion = '1.3.4' # Supported PSEditions # CompatiblePSEditions = @() @@ -102,6 +102,7 @@ AliasesToExport = 'Add-ActiveDirectoryIdentitySource' # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ + PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. @@ -114,7 +115,7 @@ PrivateData = @{ # ProjectUri = '' # A URL to an icon representing this module. - IconUri = 'https://github.com/vmware/PowerCLI-Example-Scripts/blob/2b62d20d1323c89b1c95583a1c514d15eb7828c5/Modules/VMware.vSphere.SsoAdmin/src/resources/powercli.png' + IconUri = 'https://raw.githubusercontent.com/vmware/PowerCLI-Example-Scripts/master/Modules/VMware.vSphere.SsoAdmin/src/resources/powercli.png' # ReleaseNotes of this module # ReleaseNotes = '' @@ -130,7 +131,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = ''