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
This commit is contained in:
chris48s
2019-05-29 21:21:35 +01:00
committed by GitHub
parent 9008c4ef0f
commit bfe0bde83d

View File

@@ -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'],
}),