Peter

Results 1 issues of Peter

I want to deploy `PublicSamples/EchoBot` exactly as per the `README.md`: https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/master/Samples/PublicSamples/EchoBot/README.md However, when the deployment code attempts to execute the following: https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/master/Samples/PublicSamples/EchoBot/ADF/ext-DSC/DSC-BotServers.ps1#L805-L806 that is ```bash Import-Module $psscriptroot\..\..\bin\DscExtensionHandlerSettingManager.psm1 $ConfigurationArguments = Get-DscExtensionHandlerSettings...