PlagueHO / CosmosDB

PowerShell Module for working with Azure Cosmos DB databases, collections, documents, attachments, offers, users, permissions, triggers, stored procedures and user defined functions.
http://dscottraynsford.com
MIT License
154 stars 46 forks source link

Suppress Testing PSSA on PowerShell Core version less than 7.0.3 #431

Closed PlagueHO closed 3 years ago

PlagueHO commented 3 years ago

Issue

PSScriptAnalyzer is no longer supported on PowerShell Core 6.0. It requires 7.0.3 or above. Skip the PSSA tests when PowerShell Core is less than 7.0.3.