Adrian Hall

Results 40 comments of Adrian Hall

Thanks for the report. I've included this in our backlog so that a fix will be available in the next APIM release of the CLI. I'll update when then release...

Thank you for the feedback - we have updated the tutorial and it should work as expected now. #please-close

I managed to get this updated by the following: ``` bash Cd ~/AppData/Local/Temp/WebCompiler1.14.8/node_modules/browserslist Node cli.js —update-db ``` No idea how that directory gets built (I’m assuming by the WebCompiler extension),...

... and my thought is to do the following changes in https://github.com/failwyn/WebCompiler/blob/master/src/WebCompiler/Node/prepare.cmd 1. Add npm.cmd and npx.cmd to the Node directory. 2. Add the package.json and package-lock.json that generates the...

... and I'm happy to contribute a PR for the changes (including tests) if folks think this is the right solution to the problem.

An example of an App Service response: ```text https://web-adhal-test.azurewebsites.net/.auth/login/done#token=%7B%22authenticationToken%22%3A%22eyJhbGXXXXXzI1NiIsInR5cCI6IkpXVCJ9.eyJzdGFibGVfc2lkIjoic2lkOjc2YmFlYTg0N2U5ZDdiYzIxMTVkYmEyMTQxNDcwNWUwIiwic3ViIjoic2lkOjVkMWU3YTM5Y2I1NjY1ODhjNGNlYjAxNmVkOTQ0ZDUyIiwiaWRwIjoiYWFkIiwidmVyIjoiMyIsIm5iZiI6MTY2OTY1NDc5NiwiZXhwIjoxNjY5NjU5MjU5LCJpYXQiOjE2Njk2NTQ3OTYsImlzcyI6Imh0dHBzOi8vd2ViLWFkaGFsLXRlc3QuYXp1cmV3ZWJzaXRlcy5uZXQvIiwiYXVkIjoiaHR0cHM6Ly93ZWItYWRoYWwtdGVzdC5henVyZXdlYnNpdGVzLm5ldC8ifQ.D40VnD2QwUutI0mSNoSV1ccVI1jy85xCBMZSibrjDPU%22%2C%22user%22%3A%7B%22userId%22%3A%22sid%3A5d1e7a39cb56658XXXXXX16ed944d52%22%7D%7D ``` I've replaced some critical letters in the auth token a userId SID for security.

I haven't been able to reproduce this on a devcontainer, and there is a noted workaround. If anyone is still having this issue on the 1.1.10 release, please open a...

The problem is that the signature in markdown.extensions.tables has changed: ``` def _split_row(self, row): """ split a row of text into list of cells. """ if self.border: if row.startswith('|'): row...

@bionicles, As you know, we (AWS) have reviewed your GitHub issues (#1685, #1959, and #2102), replied multiple times, and spoke with you on the phone. Just to summarize: We understand...

The ability to add a policy via CLI will be added to the next release of the APIM CLI - we are targeting end of May for this release. In...