-
Notifications
You must be signed in to change notification settings - Fork 4k
[LogicApp] Update LA SDK version #8452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@refortie You'll need to add the updated recorded files because of the API version bump. |
@maddieclayton Yeah. I'm getting an EDIT: Totally was, expired test credentials |
@maddieclayton I got this issue when using the old recorded session when trying to do new recording
Is this a known thing or something specific to my machine? I've been recording tests for the last couple of months and never had this come up |
@refortie If you pulled from master recently, this is a known issue. The fix is in this PR: #8448 which has been approved and will be merged as soon as it passes CI. In the meantime (which should be maximum of one hour) you can use this work around:
You will need to set the connection string by hand, so it might be worth waiting the one hour for the PR to get merged, then pulling from upstream. |
Update: Fix has been merged, please pull using "git pull upstream master" and you should no longer see this issue. |
9e401fb
to
595acbe
Compare
@refortie Can you explain why you need to many changes to the tests? If there are no breaking changes in the SDK, why are entire sections of the tests rewritten (and new harded coded values added, which makes the test very hard to rerecord)? |
For the chunks that I had to modify:
|
@refortie The comments above make sense. Only extra comment that I have is that you should add comments above the hardcoded value stating how to properly set up your subscription to rerecord these tests. |
For the tests that take special work to set up the state properly: would you like those instructions inline/in file or in an external file (like perhaps in the documentation folder)? There are quite a few steps to recreate it and it might be a long in file comment |
@refortie An external file sounds perfect - please put this new file in the ScenarioTests folder and link to it inline in the ps1 file. |
@refortie Ping on the comments above. |
47537be
to
35dbff9
Compare
Added the readme file |
35dbff9
to
11e8705
Compare
Description
Updating the referenced SDK to 4.1.0 and updating the necessary files based on changes in the SDK
Checklist
CONTRIBUTING.md
platyPS
module