Botskills tool
Javascript/Typescript
The regex on this line is case sensitive, allowing uppercase characters in the URL only if they are between A-F (inclusive). Anything G-Z in uppercase will cause the command to fail.
https://test-dev.azurewebsites.net/....manifest path... will work fine
https://Test-dev.azurewebsites.net/...manifest path.... will fail
https://test-Stage.azurewebsites.net/...manifest path... will fail
etc
Should allow any valid app service name to be part of a manifest url ( so, case invariant ?)
N/A
N/A
Thanks @VladPapacostea-SM for reporting this issue! We will be checking it and we will back to you later 馃槉.
@VladPapacostea-SM, we created the following PR #3209 which fixes the validation.
Follow these steps to validate these changes and using this branch:
npm installnpm run build npm uninstall -g botskillsnpm linkIf you have any feedback, don't hesitate to comment it in the PR 馃槉.
Hey @DiegoCardozo94, @Batta32
I just had a look at the PR now and it seems like it will solve the issue I was encountering. Thanks guys
Most helpful comment
Hey @DiegoCardozo94, @Batta32
I just had a look at the PR now and it seems like it will solve the issue I was encountering. Thanks guys