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:
@@ -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'],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user