SharePoint / sp-dev-gdpr-activity-hub

GDPR Activity Hub - Open source starter kit for building a management hub for EU GDPR (European Global Data Protection Regulation).
MIT License
97 stars 47 forks source link

'ConfigureCDN' Parameter issue #67

Open ajitramane opened 6 years ago

ajitramane commented 6 years ago

How to pass ConfigureCDN' parameter , it's throwing error when passing 0 or $False?

Provision-GDPRActivityHub.ps1 : Cannot process argument transformation on parameter 'ConfigureCDN'. Cannot convert value "System.String" to type "System.Management.Automation.SwitchParameter". Boolean parameters accept only Boolean values and numbers, such as $True, $False, 1 or 0. At line:1 char:1

  • .\Provision-GDPRActivityHub.ps1
  • CategoryInfo : InvalidData: (:) [Provision-GDPRActivityHub.ps1] , ParameterBindingArgumentTransformationException
  • FullyQualifiedErrorId : ParameterArgumentTransformationError,Provision-G DPRActivityHub.ps1