Priyank Panchal

Results 9 issues of Priyank Panchal

The workflow below gives expected output when using the GUID value `00000003-0000-0000-c000-000000000000` as audience but fails when using the URL `https://graph.microsoft.com`. ``` { "definition": { "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#", "actions": { "HTTP":...

Does this occur consistently? No Repro steps: 1. Create a logic app (Standard) in Visual Studio Code which contains stateless and stateful workflows 2. Deploy to Azure Action: azureLogicAppsStandard.deploy Error...

I am getting the following exception when using a Do...Until in logic app (standard). Please ignore the trigger, it happens even when I try with a HTTP trigger. ``` Executed...

bug
question
runtime
stateless

Firstly, it is very annoying to create connections every seven days to regenerate tokens. Now, when trying to do so, I get an error 'Connection test uniqueness failed'. VSCode v1.71.2...

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...

documentation

After successfully authenticating the user with `Bot.Builder.Community.Middleware.AzureAdAuthentication` middleware, the `AuthController` tries to send a proactive message using [this line](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/blob/5625e8164b0e83b4a7a66af37cdb6b83fbb9914d/libraries/Bot.Builder.Community.Middleware.AzureAdAuthentication/AuthController.cs#L53): ``` connectorClient.Conversations.SendToConversation(proactiveMessage); ``` The above line is throwing an exception `Microsoft.Bot.Schema.ErrorResponseException`...

Similar to the function for converting HeroCard to BlockKit a function was missing to convert SigninCard to BlockKit. This is needed when using Bot.Builder.Community.Middleware.AzureAdAuthentication

I can run linting locally using `python -m flake8 --ignore E128,E302,E305,W292,BLK100 --max-line-length 120 --exclude .venv` command without showing up any errors, but my linting GitHub Action suddenly started failing with...

### Describe the Bug When the `connections.json` file contains the `connectionString` value instead of the `appsetting` reference, the following error is logged in the Host log file. The error says...