Closed chrsmith closed 7 years ago
Added an isBeta field to the generated JSON dump of our PowerShell products and cmdlets.
isBeta
In order to differentiate beta and non-beta cmdlets, we need to include that in our JSON dump for the website. This PR simply adds that by:
BetaCmdlets.ps1
Added an
isBeta
field to the generated JSON dump of our PowerShell products and cmdlets.In order to differentiate beta and non-beta cmdlets, we need to include that in our JSON dump for the website. This PR simply adds that by:
BetaCmdlets.ps1
file to mark individual cmdlets.