Open
Description
After tested, I found BotChannel API cannot update Skill Id immediately after the AlexaChannel is created successfully. It has to wait several minutes after created successfully, then skill id can be updated successfully. So seems it's a long running issue. Please have a look. Thanks.
Bad case - Repro steps:
- Create Resource Group
- Create Bot Channel Registration
- Create Bot Alexa Channel
- You will find the skill id is "TestSkillId1"
- Immediately update Alexa Skill Id to "TestSkillId2"
- You will find the skill id is still "TestSkillId1"
Good case - Repro steps:
- Create Resource Group
- Create Bot Channel Registration
- Create Bot Alexa Channel
- You will find the skill id is "TestSkillId1"
- Wait 15 minutes
- Update Alexa Skill Id to "TestSkillId2"
- You will find the skill id is still "TestSkillId2"