From bfe0bde83da71aec09da9ac6006643c9976fcf8a Mon Sep 17 00:00:00 2001 From: chris48s Date: Wed, 29 May 2019 21:21:35 +0100 Subject: [PATCH] switch [powershellgallery] platform example (#3504) The example we were previously using (Az.Storage) now renders platform | not specified This replaces the example with a package that gives us a valid result --- services/powershellgallery/powershellgallery.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/powershellgallery/powershellgallery.service.js b/services/powershellgallery/powershellgallery.service.js index 72541c8613..7cb6158131 100644 --- a/services/powershellgallery/powershellgallery.service.js +++ b/services/powershellgallery/powershellgallery.service.js @@ -44,7 +44,7 @@ class PowershellGalleryPlatformSupport extends BaseXmlService { return [ { title: 'PowerShell Gallery', - namedParams: { packageName: 'Az.Storage' }, + namedParams: { packageName: 'DNS.1.1.1.1' }, staticPreview: this.render({ platforms: ['windows', 'macos', 'linux'], }),