Skip to content
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

fix(Designer): Consumption Services Not Being Initialized #4504

Merged
merged 1 commit into from Apr 1, 2024

Conversation

Eric-B-Wu
Copy link
Contributor

@Eric-B-Wu Eric-B-Wu commented Apr 1, 2024

Standalone Consumption was running into errors of:
Host Service Not Initialized
When adding a new Action

Consumption in all skus were running into errors of:
Custom Code Service Not Initialized
When editing a existing editor

@Eric-B-Wu Eric-B-Wu merged commit 04bf3b5 into main Apr 1, 2024
12 checks passed
@Eric-B-Wu Eric-B-Wu deleted the eric/fixInitializeServiceIssue branch April 1, 2024 17:03
ek68794998 pushed a commit that referenced this pull request Apr 1, 2024
hartra344 added a commit that referenced this pull request Apr 13, 2024
* Update pr-title-checker-config.json

* chore(Designer): Added consumption monitoring view to standalone (#4496)

Added consumption monitoring view to standalone

Co-authored-by: Travis Harris <hartra344@users.noreply.github.com>

* fix(Designer): Collapsed view of 'Run After'  (#4493)

* having collapsed view of run after dots when 5 or more

* accounting for dark mode

* changed loop to exclude instances with only 'isSuccessful' status in collapsed tooltip

* Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 763 (#4500)

* Compiling Loc Files

* fix(Designer): Consumption Services Not Being Initialized (#4504)

fix issue

* fix(designer): Only use default value when the parameter is required (#4505)

fix Default issue

* feat(vscode): Implement errors side panel in vscode extension (#4512)

* Add erros button to open errors side panel

* Update strings json

* Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 764 (#4514)

* Compiling Loc Files

* fix(designer): Dictionary Editor validation error on \ + Paste on Monaco Editor (#4509)

* fix dictionary \ issue

* string update

* custom logic for monaco

* wrong word lol

* fix(vscode): Implement management base URL to api hub base URL to support multiple clouds (#4519)

Update apihub baseUrl according to management base uri for different environments/clouds

* fix(designer): Fix a couple of bugs that occurred with Custom Code (#4521)

* fix dictionary \ issue

* string update

* custom logic for monaco

* wrong word lol

* fix a couple of customcode bugs

* chore(release): 3.3.0

* LEGO: Merge pull request 4524

LEGO: Merge pull request 4524

* Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 765 (#4525)

* Compiling Loc Files

* LEGO: Merge pull request 4527

LEGO: Merge pull request 4527

* feat(vscode): Show error message in overview when workflow runtime api isn't running (#4498)

* Add error message when workflow runtime no running

* Update message

* Add Localize

* fix(designer): Fix Infinite Loop on resolving app settings (#4531)

fix issue

* chore(release): 3.3.1

* LEGO: Merge pull request 4532

LEGO: Merge pull request 4532

* fix(vscode): Keep host.json when converting to NuGet based project (#4533)

Update host.json when converting to nugeget based project

* LEGO: Merge pull request 4535

LEGO: Merge pull request 4535

* Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 766 (#4538)

* Compiling Loc Files

* LEGO: Merge pull request 4540

LEGO: Merge pull request 4540

* LEGO: Merge pull request 4542

LEGO: Merge pull request 4542

* meta(everything): Migrate away from NX  (#4537)

* meta(everything): Migrate away from NX (#4499)

* Work

* chore(all): Fix designer client service imports from logic-app-shared

* Work

* stuff

* progress

* progress

* Small Adjustment

* More work

* More work

* More work

* Data Mapper

* Standalone

* Delete NX files

* Add turbo repo workflow

* Fix gitignore mostly

* Some working tests

* Working unit tests

* Working unit tests

* Trying this

* Faster!

* E2E Tests !

* E2E test github action fix

* E2E test github action fix

* Fix docs issues

* Stuff

* Move data mapper standalone to main standalone app

* Buildable vscode extension

* Fix tests

* Fix build

* Move vscode build to it's own command

* Fix e2e tests?

* Actually fix e2e test this time

* Stuff

* Stuff

* Add changelog behavior back

* Fix some things

* Some things fixed

* I think this is good

* Update Lock file

* Docs

* chore(release): 3.3.5

* chore(deps-dev): bump xml2js from 0.2.8 to 0.5.0 (#4544)

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.2.8 to 0.5.0.
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.2.8...0.5.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update production-build.yml

* chore(release): 4.0.0

* fix(desinger): Fix unable to drag, optimize if no customcode changes (#4546)

small bug fixes

* chore(release): 4.1.0

* chore(designer): Fix arm token import

* chore(security): Upgrade some packages for security (#4548)

Upgrade some packages for security

* LEGO: Merge pull request 4550

LEGO: Merge pull request 4550

* fix(designer): Fix Combobox erroring when non-string displayName are used (#4549)

update

* chore(release): 4.1.1

* meta(vscode): Fix vscode building (#4551)

* Fix vscode building

* Update command

* feat(designer): Adding changes to support xml operations (#4552)

Adding changes to support xml operations

Co-authored-by: Priti Sambandam <psamband@microsoft.com>

* docs(designer): Add docs on how to test libs against external apps

* docs(designer): add rest of documentation on external apps testing

* LEGO: Merge pull request 4555

LEGO: Merge pull request 4555

* Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 767 (#4557)

* Compiling Loc Files

* LEGO: Merge pull request 4558

LEGO: Merge pull request 4558

* LEGO: Merge pull request 4559

LEGO: Merge pull request 4559

* fix(designer-ui): Prevent certain malicious HTML from executing in raw HTML editor (#4553)

Ensure DOM is sanitized before passing to `innerHTML`

* fix(designer): Prevent filtering of Until Nodes when getting upstream nodes for output tokens (#4560)

* add option to not include until

* small chnage

* remove comment

* fix(designer): MonacoEditor Erroring in Standalone (#4563)

* add option to not include until

* small chnage

* remove comment

* fix erroring monaco editor in standalone

* fix(designer): Standalone Error Fixes (#4564)

* fix errors

* fix issues

* fix(vscode): Add keepNames to tsup config (#4565)

Add keepNames to tsup config

* LEGO: Merge pull request 4566

LEGO: Merge pull request 4566

* LEGO: Merge pull request 4569

LEGO: Merge pull request 4569

* chore(release): 4.2.0

* LEGO: Merge pull request 4570

LEGO: Merge pull request 4570

* LEGO: Merge pull request 4571

LEGO: Merge pull request 4571

* Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 768 (#4573)

* Compiling Loc Files

* Fix(Data Mapper): deserialization string bug fix (#4567)

fixed deserialization bug

Co-authored-by: Danielle Cogburn <dacogburn@microsoft.com>

* feat(Designer): Dynamic data performance improvements (#4483)

* Combined dynamic data clear dispatches

* Added .eslintcache to .gitignore

* Reduced dispatches on load

* Schema request is now cached so multiple operations can share data

* Added performance debug component for testing

* Don't run dev slice in prod

* Removed .eslintcache from repo

* Collapsed "updateExistingInputTokenTitles" action

* Removed unneeded "updateNodeParameters" dispatch

* Removed comments + log

---------

Co-authored-by: Riley Evans <rileyevans@Rileys-MacBook-Pro.local>

* fix(designer): Custom Code Fixes from Internal BugBash (#4576)

* some updates

* move more logic into vfsService

* adding customcode requirements for powershell

* chore(release): 4.2.1

* fix(designer): Fix custom code bug (#4577)

* remove outputs if not included

* bug

* chore(release): 4.2.2

* fix(designer) - Support extracting dynamic schema when schema path contains empty properties (#4583)

fix(designer) - Support extracting dynamic schema from root of the response

Co-authored-by: Priti Sambandam <psamband@microsoft.com>

* fix(Designer): Fixed issue where dynamic data call would fail when value is non-string (#4584)

Fixed issue where dynamic data call would fail when value is non-string

* fix(designer): Fix react-flow CSS path and a couple exports (#4585)

* Fix reactflow CSS

* Export `ConnectionMapping`

* Fix `ReferenceKey` ref

* Remove accidental `/` from reactflow import

* Fix Standalone ~reactflow reference

* Fix E2E ~reactflow reference

* fix(designer): Fix code editor when non-string gets uploaded to custom code file (#4587)

* remove outputs if not included

* bug

* prevent crash if an invalid file is sent

* fix(designer): Ensure stringified parameter value type when initializing parameter (#4588)

* remove outputs if not included

* fix parameter issue

* add to include null

* chore(release): 4.3.0

* Feat(Data Mapper): creating new data mapper library (#4575)

* initial move over

* standalone runs

* v2 store works

* starting on changing v8 panel to fluent v9 drawer

* new dm2 standalone works with vite

* build passes

* build fix and separated standalones

* fixed tests

* build passes

---------

Co-authored-by: Danielle Cogburn <dacogburn@microsoft.com>

* fix(designer): Adding upload and download chunk size missing settings (#4594)

* fix(designer): Adding upload and download chunk size missing settings

* Removing default values

---------

Co-authored-by: Priti Sambandam <psamband@microsoft.com>

* fix(designer): Fix issue that was causing designer to crashw hen clicking on settings (#4598)

* fix(Designer): Fixed issue where we weren't handling null connection references fully (#4596)

Fixed issue where we weren't handling null connection references fully

Co-authored-by: Travis Harris <hartra344@users.noreply.github.com>

* fix(vscode): Building vs-code-react with vite (#4595)

* Add vite config

* Add build command to paste output inside vs-code-designer

* Update imports

---------

Co-authored-by: Travis Harris <hartra344@users.noreply.github.com>

* chore(release): 4.4.0

* feat(Designer): Node details panel updates (#4600)

* Updated some fluent components in node settings, cleaned up css

* Adjusted scroll behavior to happen in the panel content and not the whole panel

* Cleanup

* String file update

* Fixed playwright test

* Updated strings file

* Updated Snapshot

* Updated Snapshot

* Fixed playwright test

* Updated strings file

* Revert "Updated strings file"

This reverts commit 32c4323e1b27401f3d0b13aabd642c1607b90c43.

* Updated playwright test

* feat(vscode): Introducing iac to vscode extension (#4599)

* feat(vscode): externalize connection parameterization (#2830)

connection parameterization

* feat(vscode): Azurite Start & Default Location (#3031)

Cherry Pick Autostart Azurite

* feat(vscode): Start Design time on project launch (#3037)

* Add first workspace changes

* Add validation for workspace and project

* +DesignTime settings

* +telemetry

* +PromptStartDesignTimeOption

* +Telemetry

* PR Feedback

* fix missing

---------

Co-authored-by: ccastrotrejo <ccastrotrejo@microsoft.com>

* feat(vscode): Binary Dependency Installation (Cherry Pick) (#3319)

* Cherry Picked: binaryInstallation

* overwrite existing tasks.json

* Change wording

---------

Co-authored-by: Alan Kai (from Dev Box) <alankai@microsoft.com>

* feat(vscode): Improve Wizard, Logger & Add IaC Templates Auto-Gen (#3317)

* generated gesture commmand

* modified package.json file

* Partial implementation of iac Gesture

* Collect Azure Information via Wizard

* modifications to deployment folder

* improved bug in deployment folder

* additonal updates

* Implemented workspace validity check

* added workspace validity check

* logger func Updates

* Refactored code and removed unnecessary files.

* generate iac updates

* modified designer

* added microsoft copy rights banner

* update root directory for invalid workspace

* UI updates per PR comments

* reverting logger changes

* minor UI improvements

* feat(vscode): externalize connection parameterization (#2830) (#3387)

connection parameterization

* feat(vscode): Add managed connections API route for iac gesture  (#3455)

* generated gesture commmand

* modified package.json file

* Partial implementation of iac Gesture

* Collect Azure Information via Wizard

* modifications to deployment folder

* improved bug in deployment folder

* additonal updates

* Implemented workspace validity check

* added workspace validity check

* logger func Updates

* Refactored code and removed unnecessary files.

* generate iac updates

* modified designer

* added microsoft copy rights banner

* update root directory for invalid workspace

* UI updates per PR comments

* reverting logger changes

* minor UI improvements

* added consumption API

* modified comments in code

* minor code clean up

* feat(vscode): Enhance Logging, Refactor Code, and Optimize API Call Architecture (#3511)

* fixed bugs, and added logging

* additonal logging included

* additonal logging for azure wizard and APIs

* changes to designer and additonal logs

* updated consumption api calls

* fix(Designer): Fixes for single click installation bugs (#3505)

* async Timeout for Dependencies

* fix timeout, fix async/await, add csharp setting

* Rename to timeOutErrorOperation

---------

Co-authored-by: Alan Kai (from Dev Box) <alankai@microsoft.com>

* feat(vscode): Connection Parameterization add Connection URL appSettings (#3533)

* adding connection URL to app settings

* updated unit test

* feat(vscode): Opt-in/opt-out for installation of binaries (#3546)

* Add prompt to opt-in and opt-out for binaries installation

* Separate onboarding to different file

* Update onboarding ids

* Add default to binaries and update onboarding for binaries

* Add back functionality

* Separate functions according to binaries opt-in/out

* Add default value when get global setting

* Update dotnet command when there is no use of dotnet dependencies

* fix(vscode): Set default path when opt-out (#3564)

* Add prompt to opt-in and opt-out for binaries installation

* Separate onboarding to different file

* Update onboarding ids

* Add default to binaries and update onboarding for binaries

* Add back functionality

* Separate functions according to binaries opt-in/out

* Add default value when get global setting

* Update dotnet command when there is no use of dotnet dependencies

* Update to default path when opt out

* Update strings to be able to review

* Update strings

* Add final point

* fix(vscode): Update function core tools option when optout (#3570)

* Update tasks.json according to binaries

* Add warning message for install binaries command

* feat(vscode): Added wizard prompt to set logic app name by User  (#3579)

* additonal logging updates

* added logging to file management class

* fixing init git bug in custom workspace

* modified wizard script

* fixes to gitIgnore path

* removed setting.json var

* localized logs in logic app name

* localized additonal logs

* added microsoft banner

* Fix double import

* fix(vscode): Add validation for workspace folder path as string (#3659)

Validation for workspace folder path as string

* Update common port

* fix(vscode):  Update requestP to axios (#3829)

* Update requestP for axios

* Add responseType and fix auth

* Add back reload webview panel to on change view state

* feat(vscode): Add workspace creation for MacOS (#4105)

* Remove limitation for Windows OS

* Update menu options wording

* fix(vscode): Remove update local.settings.json and api calls in deployment scripts (#4142)

* Remove update of local.settings.json

* Update deployment folder name

* Update package.json and send targetPath

* Remove targetPath

* Remove path selection step

* Add show loading

* Add title

* fix(vscode): Add error handle scenario for operation cancelled (#4285)

* Add catch scenario for cancelled operation

* Update menu title

* Squashed commit of the following:

commit 7fc19f72329c00decf1064a112a9f40626a7cbc3
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Thu Feb 29 11:18:55 2024 -0800

    fix(designer): Revert - Update to make connections name case-insensitive (#4283)

    Revert "fix(designer): Update to make connections name case-insensitive (#4279)"

    This reverts commit 498fef92d9d7c8e7abddf7c6b4c4af93bf92ce15.

commit 49b2c9c0098a97e8832d3f0b682c47c7b7d7c025
Author: adboillo <153725797+adboillo@users.noreply.github.com>
Date:   Thu Feb 29 18:18:28 2024 +0100

    feat(designer): Adding hidden parameter field in ConnectionCreationIn… (#4275)

    feat(designer): Adding hidden parameter field in ConnectionCreationInfo to pass selected credential id

commit 588c321acd2a029a48022db095bd72cdac31fd5d
Author: release-automation-hartra344@microsoft.com <hartra344>
Date:   Thu Feb 29 17:04:55 2024 +0000

    chore(release): 2.121.0

commit 49b6a735100894b259d5d7219222f6b148f3e7dc
Author: Loc Bot <travisharris@microsoft.com>
Date:   Thu Feb 29 08:05:07 2024 +0000

    Compiling Loc Files

commit 80d3635c3e44003c133e51d69a6e6aa4cb128dc3
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Thu Feb 29 00:03:20 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 741 (#4281)

commit b464f6486c6085e21b14f781a7ff69da9c0351dc
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Wed Feb 28 18:00:13 2024 -0800

    fix(vscode): Add conditional clause for already initialized projects (#4280)

    * Add conditional clause for already initialized projects

    * Update conditional

commit 498fef92d9d7c8e7abddf7c6b4c4af93bf92ce15
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Wed Feb 28 17:31:27 2024 -0800

    fix(designer): Update to make connections name case-insensitive (#4279)

    Update to make capitalization distinction in connections name

commit 2a3ee9159463ed14c5c8a87cb9d991ad52c08a4c
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Wed Feb 28 13:24:34 2024 -0800

    fix(vscode): Initialize vscode project correctly when project is created outside of vscode (#4267)

    Update project initialization

commit 48c61bfd93f54c8d2e8735d5788aec84672a0846
Author: DanielleCogs <99753874+DanielleCogs@users.noreply.github.com>
Date:   Wed Feb 28 09:09:19 2024 -0800

    fix(Designer): fixed some scripts related to moving libs (#4268)

    * updated scripts and fixed test helpers

    * fixed yalc output location for logic-apps-shared

commit 4176f977100b52db67b9416c63344201a6c50dc2
Author: Loc Bot <travisharris@microsoft.com>
Date:   Wed Feb 28 08:05:17 2024 +0000

    Compiling Loc Files

commit a52c7c99ac3ec75a62ee0b699dfdd93bf6696038
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Wed Feb 28 00:03:20 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 740 (#4270)

commit 2d57d57ac35e11e2554e5b34a1723873f1907d81
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Tue Feb 27 10:02:14 2024 -0800

    fix(designer): Revert - Adding hidden parameter field in ConnectionCreationInfo to pass selected credential id (#4193) (#4265)

    Revert "feat(designer):  [ConnectionCreation] Adding hidden parameter field in ConnectionCreationInfo to pass selected credential id (#4193)"

    This reverts commit 2d43902c95b9eeb9ec9536939309c3224431e8e9.

commit 2a9bd22e969568233ec0de959c1adb38e6ee5d24
Author: Loc Bot <travisharris@microsoft.com>
Date:   Tue Feb 27 08:04:25 2024 +0000

    Compiling Loc Files

commit bff078d963be8acfc4ba24eeaf3e66de11af1049
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 27 00:02:33 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 739 (#4263)

commit eefe25226a2c6da6753e316cc2e7d71f3689503b
Author: Riley Evans <rllyy97@gmail.com>
Date:   Mon Feb 26 14:10:42 2024 -0600

    fix(Designer): Fixed connection reference bug for MI connections (#4262)

    Fixing bug that was causing missed connection references, leading to duplicates

commit 495973f72c200b8fd08638a189108c013c7b0daf
Author: tonytang-microsoft-com <tonytang@microsoft.com>
Date:   Mon Feb 26 10:31:26 2024 -0800

    feat(designer): Expose receiver URI on AS2 encode output (#4247)

    Expose receiver URI on AS2 encode output

commit 230d7c6d01862b7257d052bbc48842186c8237c6
Author: Loc Bot <travisharris@microsoft.com>
Date:   Mon Feb 26 08:05:20 2024 +0000

    Compiling Loc Files

commit 1acc7fefb9c9e39ded99fff3568be96ba26e8f86
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 26 00:03:15 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 738 (#4259)

commit 94b168f66bfee831b1778082418ef48957d37cfe
Author: Riley Evans <rllyy97@gmail.com>
Date:   Fri Feb 23 17:18:29 2024 -0600

    feat(Designer): Hybrid preload / active search (#4233)

    * Fixed a preload issue, was calling apis multiple times

    * Completed main functionality of hybrid search

    * PR Cleanup

    * Small function rename

commit 75bed9978e73d0b8aa59d266732a97c17318fab7
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Fri Feb 23 11:12:24 2024 -0800

    fix(vscode): Fix useEffect on workflows success data - export tool (#4249)

    * Fix useEffect on workflows success data

    * Update useEffect

    * Add separate functions to parse workflow selected lists

    * Update decision

commit 51057543e423563cf1a1b63fd97ae02716dd7771
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Fri Feb 23 10:52:47 2024 -0800

    fix(vscode): Add padding to overview page (#4253)

    Add padding to overview page

commit 6587b5c34ca6be2041b10a76d43442621f252333
Author: Loc Bot <travisharris@microsoft.com>
Date:   Fri Feb 23 08:04:31 2024 +0000

    Compiling Loc Files

commit 85672bca3e24b9d83450439b5b9bb6b10463684f
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Fri Feb 23 00:02:42 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 737 (#4252)

commit 699c1e420366ec7214205e88dc9ef9c870936264
Author: CSIGS@microsoft.com <csigs@users.noreply.github.com>
Date:   Thu Feb 22 17:10:00 2024 -0800

    LEGO: Merge pull request 4250

    LEGO: Merge pull request 4250

commit d343bb96e11fcb2ac49060a6b5cdc2b90f07fa94
Author: DanielleCogs <99753874+DanielleCogs@users.noreply.github.com>
Date:   Thu Feb 22 14:00:46 2024 -0800

    Feat(designer): moved intl (#4245)

    * intl moved

    * removed intl files

commit 4ccc9196dfbfee13cd278d50f9d80e173560092b
Author: release-automation-hartra344@microsoft.com <hartra344>
Date:   Thu Feb 22 17:04:40 2024 +0000

    chore(release): 2.120.0

commit 53c6f17deb79ec6f1218e81afa80afbf410582f0
Author: Loc Bot <travisharris@microsoft.com>
Date:   Thu Feb 22 08:05:23 2024 +0000

    Compiling Loc Files

commit 22ea807ff53afaa9551a391672148a858ce24347
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Thu Feb 22 00:03:27 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 736 (#4241)

commit c1e26ecd26719cce6052a8c7d7817c55f38da194
Author: Valentina Vallalta <125534835+valentina-vallalta@users.noreply.github.com>
Date:   Wed Feb 21 23:59:24 2024 -0800

    fix(consumption): Changing until timeout default based on Stateful vs Stateless (#4235)

    * adding a stateless default to the manifest

    * adding isStateless to the query

    * changing default based on stateful and stateless

    * fixing call so it doesnt save the default value

    * removing print statements

    * revert package-lock.json

commit 3346ae688837f10097b7b02790bd05ec405df3d0
Author: CSIGS@microsoft.com <csigs@users.noreply.github.com>
Date:   Wed Feb 21 17:09:54 2024 -0800

    LEGO: Merge pull request 4238

    LEGO: Merge pull request 4238

commit 9c8c883fd6b8310cb18e231822f6cd50463e8651
Author: DanielleCogs <99753874+DanielleCogs@users.noreply.github.com>
Date:   Wed Feb 21 15:49:13 2024 -0800

    Feat(Designer):  moved utils into new library (#4236)

    * moved utils

    * shared builds with utils

    * vs-code-designer build works

    * tests pass

commit 671689d22bf2cf686762d64d280b9f27200e681f
Author: DanielleCogs <99753874+DanielleCogs@users.noreply.github.com>
Date:   Wed Feb 21 13:03:40 2024 -0800

    Feat(Designer): Moving first lib into shared folder (#4229)

    * designer build passes and parsers in new lib

    * updated prod build

commit c44f7c59617630fe78528b2b3340c1eddc6a5dd6
Author: release-automation-ek68794998@microsoft.com <ek68794998>
Date:   Wed Feb 21 19:10:45 2024 +0000

    chore(release): 2.119.0

commit 50e0d92a621022555672f528efe18da7367205f1
Author: e.k <1350074+ek68794998@users.noreply.github.com>
Date:   Wed Feb 21 09:29:06 2024 -0800

    fix(designer): Parameter default value from manifest should be honored at load time (#4204)

    * Fix parameter default value being ignored

    * Convert ternary to if-chain

commit 136a81d1f8eb577275d8a836b5b6fe74f00efe69
Author: Eric Wu <95886809+Eric-B-Wu@users.noreply.github.com>
Date:   Wed Feb 21 11:38:24 2024 -0500

    fix(desinger): made utfLength Expressions optional based on host options (#4231)

    * made utfexpressions optional

    * comments

commit cbc46bd6272d3f66efde9ff32e4fccbe0b6966d2
Author: Loc Bot <travisharris@microsoft.com>
Date:   Wed Feb 21 08:04:22 2024 +0000

    Compiling Loc Files

commit 1bbf8d9c0f146513bf52693d5a48ff8ebbc56709
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Wed Feb 21 00:02:45 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 735 (#4232)

commit e1a6e2873a59f6d644f10b2609b30a06cf92ce3b
Author: release-automation-Eric-B-Wu@microsoft.com <Eric-B-Wu>
Date:   Wed Feb 21 00:25:28 2024 +0000

    chore(release): 2.118.0

commit 1566a36847f0b6b32cc777c8dcfef0c6cb33616a
Author: release-automation-Eric-B-Wu@microsoft.com <Eric-B-Wu>
Date:   Wed Feb 21 00:19:04 2024 +0000

    chore(release): 2.117.0

commit 1b03f5f88f597211605c723487fa577a30a8132b
Author: e.k <1350074+ek68794998@users.noreply.github.com>
Date:   Tue Feb 20 15:00:43 2024 -0800

    fix(designer): Replace missing state reassignment (#4228)

    Fix missing state reassignment for #4227

commit d30c5681b9d4df290157115a99ef5d073210a288
Author: release-automation-Eric-B-Wu@microsoft.com <Eric-B-Wu>
Date:   Tue Feb 20 22:04:03 2024 +0000

    chore(release): 2.116.0

commit b98200870d9c5eb85687da6c8c6e5caedad99d29
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 20 09:42:51 2024 -0800

    fix(designer): Seperate values of degree of parallelism for triggers and actions (#4224)

commit 4ea8d9d57a6ceef1ca01f4bcf0746faf23158176
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 20 08:12:03 2024 -0800

    fix(designer): Have better validaiton for array values in parameters (#4217)

commit 94bcc06b171fa9c38bd629d8755ed4e23cd2e685
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 20 07:21:18 2024 -0800

    fix(designer): Fix issue in run history page where loops pager would only go to first error when clicking next failure (#4216)

    * fix(designer): Fix issue where some strings wouldn't be localized in azure portal and power automate

    * fix(designer): Fix issue in run history page where loops pager would only go to first error when clicking next failure

commit f02d81499b0374831573deecf324e13f66203c66
Author: Eric Wu <95886809+Eric-B-Wu@users.noreply.github.com>
Date:   Tue Feb 20 10:18:50 2024 -0500

    fix(designer): Update Existing Input Parameters For Subsequent Actions Once Dynamic Data is Fetched (#4215)

    Update operationMetadataSlice and tokens utils

commit a99c56ae27521f01e7d1aaf43fb69a230dc81f4e
Author: Loc Bot <travisharris@microsoft.com>
Date:   Tue Feb 20 08:04:54 2024 +0000

    Compiling Loc Files

commit 6356ca6cb0486069db8e95aed1d9b657709e68bf
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 20 00:03:02 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 734 (#4221)

commit a06ac0406f3a0d173514269eca3e074f7441fe7b
Author: CSIGS@microsoft.com <csigs@users.noreply.github.com>
Date:   Mon Feb 19 22:07:35 2024 -0800

    LEGO: Merge pull request 4220

    LEGO: Merge pull request 4220

commit 0b07b9c3120c8dcb7837ccaf46c4f2336a7f1acf
Author: Loc Bot <travisharris@microsoft.com>
Date:   Mon Feb 19 08:04:16 2024 +0000

    Compiling Loc Files

commit df9dcc81fd28de186f30a8c886b90db522ab5579
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 19 00:02:36 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 733 (#4218)

commit 620ba953f0d45b3b1edc2a761de3f5f8e273c65a
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Fri Feb 16 17:34:56 2024 -0800

    fix(designer): Fix issue where some strings wouldn't be localized in azure portal and power automate (#4213)

commit 62a51d2212f2dfe6fea373a0cc44a4fbbeddc4e2
Author: Loc Bot <travisharris@microsoft.com>
Date:   Fri Feb 16 08:04:58 2024 +0000

    Compiling Loc Files

commit 351a7a674e7e84066db3f1ea8de1b43887ec9e9c
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Fri Feb 16 00:03:08 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 732 (#4209)

commit 907f18677807716b23497e5a53f9a62c084558f8
Author: CSIGS@microsoft.com <csigs@users.noreply.github.com>
Date:   Thu Feb 15 18:10:37 2024 -0800

    LEGO: Merge pull request 4208

    LEGO: Merge pull request 4208

commit 547faaf4978dda3630239a1435e8c211a2b4b411
Author: Riley Evans <rllyy97@gmail.com>
Date:   Thu Feb 15 17:10:37 2024 -0600

    fix(Designer): Fixed Consumption split on issue (#4206)

    Fixed issue coming from workflow kind on consumption workflows being set to stateless

commit 360405e3d2240db3c3ff968775e0ef77537ae658
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Thu Feb 15 15:10:28 2024 -0800

    fix(vscode): Fix total overwriting of host and local settings JSON files (#4205)

    Fix total overwritting of host and local settings json

commit 15e0ea8fd991da4fee15ba0c8ac313ccaac8d4e4
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Thu Feb 15 12:16:57 2024 -0800

    fix(vscode): Remove double onboarding binaries validation (#4203)

    Remove double onboarding binaries

commit 04caeaefb70a68dd678c8ff52487cde9bc498110
Author: e.k <1350074+ek68794998@users.noreply.github.com>
Date:   Thu Feb 15 11:37:41 2024 -0800

    fix(designer-ui): Retain tokens inserted into HTML editor if they contain `}` (#4198)

    * Remove dupe logic from `appendStringSegment`

    * Add regression tests for `convertStringToSegments`

    * Add first pass token parsing changes for `convertStringToSegments`

    * Make `nodeMap` a required argument

    * Improve token-to-segment logic & add tests

    * Run commit hooks

    * Make tests more readable

    * Add support for quoted strings

    * Fix case when quotes were used outside of `@{}`

commit 2d43902c95b9eeb9ec9536939309c3224431e8e9
Author: adboillo <153725797+adboillo@users.noreply.github.com>
Date:   Thu Feb 15 18:58:50 2024 +0100

    feat(designer):  [ConnectionCreation] Adding hidden parameter field in ConnectionCreationInfo to pass selected credential id (#4193)

    * adding parameter callback

    * Adding tests

commit 2137fd249bb56a520be7159e55a32696f1c3a3b6
Author: release-automation-hartra344@microsoft.com <hartra344>
Date:   Thu Feb 15 17:05:38 2024 +0000

    chore(release): 2.115.0

commit 604686d2bec480699e4bfacc9b1871e07611c1da
Author: Loc Bot <travisharris@microsoft.com>
Date:   Thu Feb 15 08:04:35 2024 +0000

    Compiling Loc Files

commit 0960d685f32a251b62fd3f0969ec1c1881a1cc74
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Thu Feb 15 00:02:52 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 731 (#4200)

commit 304e0e6d1b182f65184b40f2a9ac376d3d64cdf2
Author: release-automation-ek68794998@microsoft.com <ek68794998>
Date:   Wed Feb 14 22:27:41 2024 +0000

    chore(release): 2.114.0

commit 537256be49b43d320e8ec6bd1ed0879a63638ba9
Author: Eric Wu <95886809+Eric-B-Wu@users.noreply.github.com>
Date:   Wed Feb 14 17:23:17 2024 -0500

    feat(designer): Added Validation to Static Results (#4197)

    * static results validation

    * add 1 more validation

commit 76c9549c27590daad177373396c1352844a6da70
Author: e.k <1350074+ek68794998@users.noreply.github.com>
Date:   Wed Feb 14 14:21:35 2024 -0800

    feat(designer-ui): Enable `PastePlugin` for HTML editor (#4188)

    Enable `PastePlugin` for HTML editor

commit 24812803ce5e61592e70380adb437865e2168df1
Author: Elaina-Lee <144840522+Elaina-Lee@users.noreply.github.com>
Date:   Wed Feb 14 11:24:30 2024 -0800

    fix(Designer): Floating Link Doesn't Disappear On Outer Click (#4108)

    * unshow floating link on outer clicked & editor/mainEditor are not focused

    * fixed edit mode disabled once outer focus issue

commit 4031b05dc274025b656c009bc6ea1835f0a1f17a
Author: e.k <1350074+ek68794998@users.noreply.github.com>
Date:   Wed Feb 14 09:24:56 2024 -0800

    fix(designer): Fix two places where `undefined` switch `cases` caused fatal errors (#4191)

    * Fix issue where `subOperation` could be `undefined`

    * Fix two fatal errors with `undefined` switch `cases`

commit 4ea166b51ddf01156a254b67c7187bed1977e744
Author: Loc Bot <travisharris@microsoft.com>
Date:   Wed Feb 14 08:04:18 2024 +0000

    Compiling Loc Files

commit 03bbdf24c97c4cada0b1542476dd579efa22cf54
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Wed Feb 14 00:02:40 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 730 (#4192)

commit ca8ae918f8924fef24766153db01f1e6b14db789
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Tue Feb 13 15:05:46 2024 -0800

    feat(vscode): Add open in portal gesture for slots (#4185)

    Add open in portal for Slot

commit cddc9a293284e68508f6c9bf78545b978d8bd0a7
Author: Valentina Vallalta <125534835+valentina-vallalta@users.noreply.github.com>
Date:   Tue Feb 13 14:50:58 2024 -0800

    fix(Consumption): Changing error message for invalid expression due to double quotes. (#4141)

    * double quote check in concat call under compose

    * making the catch more general with regex

    * changing it to catch more errors with double quote

    * changing from 'quote' to 'quotes' in error message

    * throwing new error if misused double quotes

    * adjusting message description

    * updating comment

    * fixing wording

commit 4ba6a0c76ef7ec8a3b37803b8b4fafbdb5e73b9f
Author: Riley Evans <rllyy97@gmail.com>
Date:   Tue Feb 13 15:29:01 2024 -0600

    fix(Designer): Removed resolving app settings within connection parameters during initialization (#4184)

    Removed resolving app settings within connections

commit fd0a041693b70224321cd729dfa1539a64e79655
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 13 11:49:03 2024 -0800

    feat(designer): Add Resubmit from action to the action panel for easier visibility (#4182)

    feat(designer): Add Resubmit from action to the action panel for easier discoverability

commit 609c4c5c1fa689db9e817fbe156b8daff9431343
Author: Elaina-Lee <144840522+Elaina-Lee@users.noreply.github.com>
Date:   Tue Feb 13 11:41:46 2024 -0800

    fix(Designer): Keyboard Focus Moves Out of TokenPicker Navigating Using Keyboard (#4160)

    * added focusTrapZone with disabling it on not showing

    * fixed handleFocus not being triggered on token insertion

    * triggered closeTokenEditor on inserToken & removed handleFocus from top div

commit 1b86f0304420d0ab4cfe7274c0f0b75fba508257
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Tue Feb 13 11:24:36 2024 -0800

    fix(vscode): Remove deploy slot action to only slot and not slots tree item (#4181)

    Remove deploy slot action to only slot and not slots tree item

commit 75015718e96767759c0fc256ba3cc056feb05a94
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Tue Feb 13 10:14:12 2024 -0800

    feat(vscode): Binaries dependencies opt-in  by default (#4175)

    * Make opt-in default

    * Update global settings

    * Add disable binaries command

commit dd2296c7a346510ab91c14df0b9fbac0eafd0331
Author: release-automation-ccastrotrejo@microsoft.com <ccastrotrejo>
Date:   Tue Feb 13 18:07:08 2024 +0000

    chore(release): 2.113.0

commit 02c6d5ae0c6a6f0b8d4a3ce02ee0bd556da6d959
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 13 09:54:59 2024 -0800

    fix(designer): Make Info Bubbles in search accessible by keyboard nav… (#4180)

    fix(designer): Make Info Bubbles in search accessible by keyboard navigation

commit 22677d954d119f003cc59ba7ff8fd84fe7865ace
Author: e.k <1350074+ek68794998@users.noreply.github.com>
Date:   Tue Feb 13 09:37:29 2024 -0800

    fix(designer-ui): Ensure "update connection" shows even if connection (name) is missing (#4171)

    Fix "update connection" not showing for missing connections

commit ecfad50fcf7ffc3893c8fcf8fd4f8836d39f53a0
Author: Loc Bot <travisharris@microsoft.com>
Date:   Tue Feb 13 08:04:20 2024 +0000

    Compiling Loc Files

commit 6ed9c87a76073d62afbb31ec39ddd94cfef1b08e
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 13 00:02:43 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 729 (#4177)

commit 4a84d56da5612e4e1c8bee2b04f4625503ad8eb6
Author: Riley Evans <rllyy97@gmail.com>
Date:   Mon Feb 12 18:38:28 2024 -0600

    fix(Designer): Fixed issue causing schema parameters to not appear as required (#4176)

    * Fixed issue causing schema parameters to not appear as required

    * Reworked how we allow required body parameters

commit 6b20972416c2d434a7aa2b07d7d3db389b81bb98
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Mon Feb 12 13:41:32 2024 -0800

    fix(vscode): Enable create/deploy slot commands (#4172)

    fix(vscode): enable slot create/deploy extension commands. (#4128)

    * fix/enable create/deploy/ slot for vscode extension

    * reverted package-lock.json

    Co-authored-by: Yerko <yenauls@microsoft.com>

commit 7e3547e44ba4eedf9aa2ea5a85b63fe45b5f8a2c
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Mon Feb 12 09:33:42 2024 -0800

    fix(vscode): Export experience code and UI improvements (#4168)

    * Update body styles and add padding to export

    * Simplify return value for subscriptions

    * Simply return value for ise

commit 69a3888bb767cd106c7d206c79fdf22d3a53b4e6
Author: Loc Bot <travisharris@microsoft.com>
Date:   Mon Feb 12 08:05:01 2024 +0000

    Compiling Loc Files

commit 34dbd761c3301cc39f4492c0cbbce75ea9c63f3f
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 12 00:03:19 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 728 (#4165)

commit aa16ceb21075dd4561e111a021889ec250938d27
Author: Loc Bot <travisharris@microsoft.com>
Date:   Fri Feb 9 08:04:50 2024 +0000

    Compiling Loc Files

commit f3580335efebd1173ff1493179a662a3839ece3f
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Fri Feb 9 00:03:11 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 727 (#4161)

commit ea22f54308d473f0104f3c8b088b5e9071c1da1a
Author: Riley Evans <rllyy97@gmail.com>
Date:   Thu Feb 8 14:00:13 2024 -0600

    fix(Designer): Operation parameters are now sorted by their dependent parameters (#4159)

    Modified parameter sort to have dependent parameters come after their data sources

commit c72e9e9e4214eb67a11544cc00c4eb5af045f34d
Author: e.k <1350074+ek68794998@users.noreply.github.com>
Date:   Thu Feb 8 10:53:56 2024 -0800

    fix(designer): Removed new OpenAPI token behavior added in #4122 (#4158)

    Revert new behavior added in #4122

commit 60fe43ab3863bdc87df5d429ebec5425850e67f0
Author: Aleksandra (Aleks) Dziewulska <jokerka17@gmail.com>
Date:   Thu Feb 8 10:47:14 2024 -0800

    fix(Designer): Update serialization handling for the dictionary editor with tokens (#4124)

    * Update serialization handling for the dictionary editor with tokens

    * Add 3 unit tests to help catch regressions going forward

    * Update logic for serializing collapsed dictionary to reflect new changes

    ---------

    Co-authored-by: Aleks Dziewulska <aleksd@microsoft.com>

commit 56920868cfd4137240c802ea12cada3c57f8f80d
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Thu Feb 8 10:03:43 2024 -0800

    fix(vscode): Add validation for no connections (#4155)

    Add validation for no connections

commit 6f80a64d6425aad0ea19fac19fe18d4bb4f40973
Author: release-automation-hartra344@microsoft.com <hartra344>
Date:   Thu Feb 8 17:05:05 2024 +0000

    chore(release): 2.112.0

commit 8e7d07c2ee80d6379649e0b3d07de2b5c9e158c0
Author: Loc Bot <travisharris@microsoft.com>
Date:   Thu Feb 8 08:06:38 2024 +0000

    Compiling Loc Files

commit efb59e7d8f2949366737b8493c68893491c7d6e4
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Thu Feb 8 00:04:59 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 726 (#4150)

commit 210b78c8569f8db1e7e6e86545cea75a19370e84
Author: almaasrawi <mualmaas@microsoft.com>
Date:   Wed Feb 7 15:23:08 2024 -0800

    fix(designer): fix spliton token references for newly added triggers (#4148)

    fix spliton for newly added triggers

commit bea0c7cd826e4f2de24b721d711e770e6d078a9a
Author: Riley Evans <rllyy97@gmail.com>
Date:   Wed Feb 7 15:55:17 2024 -0600

    fix(designer): Allowing nodes to share names with built-in Object prototype functions (#4140)

    * First pass

    * Added more record references

    * Fix in run-after settings

    * Fixed missed comment

commit 1009c24228d1f7103d764a9535e645b154c4a364
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Wed Feb 7 11:21:25 2024 -0800

    feat(vscode): Remove preview flags for onboarding experience (#4147)

    Remove preview flags for onboarding experience

commit 763c56b93e9a1c418c18c19ae3a1b9a8319e4513
Author: bnarayanared <91710207+bnarayanared@users.noreply.github.com>
Date:   Wed Feb 7 11:19:38 2024 -0800

    fix(designer): Fix the token merge for FAM and entity outputs for hybrid triggers (#4144)

    Fix the token merge for FAM and entity outputs for hybrid triggers

commit 6b2064cbf43b9ca8578a3904efbd6db4d32acf31
Author: Eric Wu <95886809+Eric-B-Wu@users.noreply.github.com>
Date:   Wed Feb 7 12:14:27 2024 -0500

    fix(designer): Prevent Key Stroke propagation in Lexical (#4145)

    * fixed propagation

    * fix typeahead margin

commit 5af7b802d219173f2c1d803c47f93e35be9702e5
Author: Loc Bot <travisharris@microsoft.com>
Date:   Wed Feb 7 08:04:51 2024 +0000

    Compiling Loc Files

commit 225f663cda6b73fc4529ed780ad0be0d38eb88f0
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Wed Feb 7 00:03:02 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 725 (#4143)

commit b93b00299b8cf5dea2146becfdd441631e933cbf
Author: DanielleCogs <99753874+DanielleCogs@users.noreply.github.com>
Date:   Tue Feb 6 13:09:36 2024 -0800

    Fix(Designer): Action card tooltip now read with screen reader (#4138)

    * added aria-labelledby for searchable dropdown

    * PR comment

    * focus returns to search button

    * trigger tooltip works with nvda

    ---------

    Co-authored-by: Danielle Cogburn <dacogburn@microsoft.com>

commit e56a6ca43bd34d8353843390eeee2ac8ab91958c
Author: release-automation-ek68794998@microsoft.com <ek68794998>
Date:   Tue Feb 6 20:19:44 2024 +0000

    chore(release): 2.111.0

commit c855aee8c9a657f01e43e3e34d349dd857f0f7b7
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Tue Feb 6 11:24:41 2024 -0800

    fix(vscode): Parse interpolated connections data as JSON (#4135)

    Parse interpolated connections data as json

commit 95aaccfa05060a1a5660f5bf497e7df2e3055b0f
Author: DanielleCogs <99753874+DanielleCogs@users.noreply.github.com>
Date:   Tue Feb 6 10:25:17 2024 -0800

    fix(Designer): Focus returns to search button after closing side panel (#4126)

    * added aria-labelledby for searchable dropdown

    * PR comment

    * focus returns to search button

    ---------

    Co-authored-by: Danielle Cogburn <dacogburn@microsoft.com>

commit 6c998768a3ecdc7e1f0d4a14b96c370980a3d5eb
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 6 10:14:34 2024 -0800

    Update sync_config.json

commit 72e716f4e85c9289cac4df807eaeaf27892d7b5e
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 6 08:34:35 2024 -0800

    Update sync_config.json

commit 058624ae8cb3fc6c8844c52c11aa1662c03e5712
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 6 07:58:26 2024 -0800

    Update issue-sync.yml

commit 087a1be3c0627b135484d8957a9a43ea895271b2
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 6 07:54:57 2024 -0800

    Update issue-sync.yml

commit 876f512d55b4dcf7c6986af4da459b3da53b6c53
Author: Loc Bot <travisharris@microsoft.com>
Date:   Tue Feb 6 08:05:16 2024 +0000

    Compiling Loc Files

commit 4a200aef971c277a523df35ab85251925322a7fd
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Feb 6 00:03:07 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 724 (#4129)

commit 67cbd3ac705914ac6e4555c08a1e30afad138bb4
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 21:39:18 2024 -0800

    Update sync_config.json

commit e3b30263e785eb7f264ebda182d18d1755080260
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 21:36:49 2024 -0800

    Update sync_config.json

commit d65d1600658e26685386b968b095d215389b9cf0
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 21:00:13 2024 -0800

    Update bug_report.yml

commit 11d9c070d4208dbc6d1ee7f2d01040cc2c2652b6
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 20:57:04 2024 -0800

    Update issue-sync.yml

commit e0ab2fb4dc7499babb3e353065a9992043e84c70
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 20:49:45 2024 -0800

    Update sync_config.json

commit f5136ec4f97efe55664816d4f9161a30d7a8f756
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 20:06:27 2024 -0800

    Update issue-sync.yml

commit 1ee730c15ca361af6efd15af34e33422546fd49a
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 19:59:59 2024 -0800

    Update issue-sync.yml

commit 9da85ab9be221c57a4de06469e9c7f67b6a7d28c
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 19:52:17 2024 -0800

    Update sync_config.json

commit 82285f396fe4ecb16836db816e37d1e8591438d7
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 19:50:30 2024 -0800

    Update issue-sync.yml

commit b5a8ac922bbdd7251573a4b823de348ae7f4c942
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 19:35:13 2024 -0800

    Update sync_config.json

commit 6de26ab266cbca65627ba04b830216261b4a3579
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 19:33:46 2024 -0800

    Rename issue-sync to issue-sync.yml

commit 9d385902df48d9b2a68a6667e745ed93be31ff05
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 19:33:08 2024 -0800

    Create issue-sync

commit fa571d45da46574c7b50754e14919c7b0a8c95ea
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 19:25:23 2024 -0800

    Create sync_config.json

commit 1b54d752344ca2a1a28d52e71a6ca5c4ba4140b7
Author: e.k <1350074+ek68794998@users.noreply.github.com>
Date:   Mon Feb 5 15:04:32 2024 -0800

    fix(designer): OpenAPI tokens from SharePoint trigger use `triggerOutputs` instead of `triggerBody` (#4122)

    * Add regression tests for `getTokenExpressionMethodFromKey`

    * Update `getTokenExpressionMethodFromKey` for OpenAPI body refs

    * Fix `outputs.$.body/value.*` case

    * Update code comment

commit e0f2354a8e4319e89059ccd469f451f254aa59e7
Author: release-automation-valentina-vallalta@microsoft.com <valentina-vallalta>
Date:   Mon Feb 5 22:20:07 2024 +0000

    chore(release): 2.110.0

commit 160d636c4b4e53935963363cfe55f9a5e8a23d02
Author: Valentina Vallalta <125534835+valentina-vallalta@users.noreply.github.com>
Date:   Mon Feb 5 13:22:40 2024 -0800

    fix(comsumption): Setting Default Recurrence Interval based on Sku (#4066)

    * checks sku to get recurrence interval

    * adding recurrenceInterval as a designer option

    * removing comment

    * moving recurrence into host options

commit 89ddb0b3721c6f62ba6f4487aa742667027b3035
Author: e.k <1350074+ek68794998@users.noreply.github.com>
Date:   Mon Feb 5 13:10:24 2024 -0800

    fix(designer-ui): Ensure `isAdvanced: false` tokens are shown if far down in a list (#4064)

    * Move token picker section options filter to a helper fn

    * Fix bug where later options would not be visible

    * Add tests for `hasAdvanced`

commit b0d825df24f84bf5a79a4c25b65161f479b816d7
Author: e.k <1350074+ek68794998@users.noreply.github.com>
Date:   Mon Feb 5 12:27:38 2024 -0800

    fix(designer): Fix stateless workflow check in `getSplitOn` (#4121)

    Fix stateless workflow check in `getSplitOn`

commit 3373c32490f5b6d508f90717e8ba2a75e44f8b98
Author: Riley Evans <rllyy97@gmail.com>
Date:   Mon Feb 5 11:34:40 2024 -0600

    fix(Designer): Added catch for designer options race condition (#4106)

    * Added catch for designer options race condition

    * Explicit initialization of a state var

    * Moved service initialization into useEffect

    * Fixed test

commit 655942836f8317af5ba321a9774346ebdf07841a
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Mon Feb 5 09:01:08 2024 -0800

    feat(vscode): Add Integration account source and export custom API actions to export advance options (#4097)

    * Add options to advace export options

    * Update styles and add logic for options isolation

    * Update query to avoid multiple api calls

    * Update styles for dropdown

    * Add function to array dependency

    * Update wording in options

commit c1cb6d38364abcea674af3f55e71abfb07be3f8f
Author: pranaydubeymicrosoft <135278983+pranaydubeymicrosoft@users.noreply.github.com>
Date:   Mon Feb 5 08:42:33 2024 -0800

    fix(Designer): Skip non-dependent parameters in updateParameterAndDependencies (#4112)

    * explicitly exclude attachment fields from updateParameterAndDependencies

    * update logging message to be more descriptive

    ---------

    Co-authored-by: Pranay Dubey <pradubey@microsoft.com>

commit b9a9e2213a344e8951cf5c740c6b7a5c0a3b4966
Author: Loc Bot <travisharris@microsoft.com>
Date:   Mon Feb 5 08:05:02 2024 +0000

    Compiling Loc Files

commit 04b83eec88ee585a983b201273a7f3ac74159ed7
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Feb 5 00:03:02 2024 -0800

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 723 (#4118)

commit 28f44c32591a1a17f222281a38f12deec9a6235b
Author: CSIGS@microsoft.com <csigs@users.noreply.github.com>
Date:   Sat Feb 3 17:07:14 2024 -0800

    LEGO: Merge pull request 4114

    LEGO: Merge pull request 4114

commit 9305d68b8a83e632cc75c3a4874fa2da84dad8f0
Author: CSIGS@microsoft.com <csigs@users.noreply.github.com>
Date:   Fri Feb 2 17:07:59 2024 -0800

    LEGO: Merge pull request 4113

    LEGO: Merge pull request 4113

commit 3fc73e57344b41b0eafd8cef8fc3cfe45e3aacb0
Author: Riley Evans <rllyy97@gmail.com>
Date:   Fri Feb 2 14:55:24 2024 -0600

    fix(Designer): Added connection name check to avoid known connection name strings (#4104)

    Will avoid checking for known connection name strings

* fix(vscode): Fix error handling and displaying and add input validations (#4298)

* Fix api calls error handling

* Remove extra error logging and show vscode error messages

* Update changelog from main

* Fix typo

* Add localize text

* fix(vscode): Update command titles (#4310)

Update commands strings

* feat(vscode): Implement parameterize existing connections command (#4318)

* Add command and setting

* Add validation for logic app project

* Add loop to parameterize all connections

* Add error handling

* Add comment

* Add modal to parameterize connections

* Update text

* Remove command when clause

* Remove throw e error when operation cancelled

* Update wording

* Update unit tests

* fix(vscode): Add test case for no connections when parameterize (#4324)

Add scenario for no connections while parameterizing

* fix(vscode): Implement function to determine if connections have been already parameterized (#4355)

Implement function to determine if connections have been already parameterized

* fix(vscode): Check connections parameterization during generate deployment scripts command (#4485)

Remove await in main and check parameterization

* Squashed commit of the following:

commit b3e5ed2db1e8a7d995ad2c07785cf4c39f581dcb
Author: Riley Evans <rllyy97@gmail.com>
Date:   Thu Mar 28 12:39:15 2024 -0500

    fix(Designer): Connection TestLink / TestRequest both require failure to show error (#4480)

    Fixed issue with testLink / testRequest

commit 6e07f848e3bed0dcf1f4c5c159e6accfbc5f369b
Author: release-automation-hartra344@microsoft.com <hartra344>
Date:   Thu Mar 28 17:04:37 2024 +0000

    chore(release): 3.2.0

commit 14a30da2ebcfe3a6a257f7ff01b8db14e5db727f
Author: CSIGS@microsoft.com <csigs@users.noreply.github.com>
Date:   Thu Mar 28 07:22:08 2024 -0700

    LEGO: Merge pull request 4477

    LEGO: Merge pull request 4477

commit dc024f5129302506eab4d5715a98f3ad8af8a97e
Author: CSIGS@microsoft.com <csigs@users.noreply.github.com>
Date:   Thu Mar 28 01:23:49 2024 -0700

    LEGO: Merge pull request 4476

    LEGO: Merge pull request 4476

commit 08233430787e564c929d06547d62ab995126d65f
Author: Loc Bot <travisharris@microsoft.com>
Date:   Thu Mar 28 07:05:40 2024 +0000

    Compiling Loc Files

commit 6ca7f7f002572d565cd4e51a0e1afdb08dc0fa78
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Thu Mar 28 00:04:07 2024 -0700

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 761 (#4475)

commit 89a44f46403154a327b03a1a78d5daadeb56a129
Author: CSIGS@microsoft.com <csigs@users.noreply.github.com>
Date:   Wed Mar 27 19:31:47 2024 -0700

    LEGO: Merge pull request 4474

    LEGO: Merge pull request 4474

commit 8fd8267e4783e31815de712f1725330f35b48871
Author: Ram Gupta <ramgupta95@gmail.com>
Date:   Wed Mar 27 17:02:55 2024 -0700

    fix(powerautomate): Serialize combobox value as json if value is an object (#4473)

    * Check if serializedValue is an object

    * Update index.tsx

    ---------

    Co-authored-by: Ram Gupta <Ram.Gupta@microsoft.com>

commit 62f82bb23d0ced02394fc7fc5e4da585f2a13f1c
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Wed Mar 27 14:27:33 2024 -0700

    fix(designer): Adjust HTML editor toolbar color to fit contract requirements of 4.5:1 (#4469)

    * fix(designer): Adjust HTML editor toolbar color to fit contract requirements of 4.5:1

    * Small Adjustment

commit 650f14d13bec7c5bfb9f930366f4585ebbaac8ba
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Wed Mar 27 13:40:33 2024 -0700

    fix(designer): Fix issue where next failure is disabled when there is only 1 failure (#4468)

commit e06ee138ecc1d663ad398182db3fe47756cb14e4
Author: Loc Bot <travisharris@microsoft.com>
Date:   Wed Mar 27 07:04:37 2024 +0000

    Compiling Loc Files

commit 24590183de6a773f95a91f0b7e4ec1a481def0aa
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Wed Mar 27 00:03:07 2024 -0700

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 760 (#4462)

commit 5b2c870d86f8edd871bf1f4e1b839f2d29772f06
Author: Riley Evans <rllyy97@gmail.com>
Date:   Tue Mar 26 17:54:20 2024 -0500

    fix(Designer): Resolve all app settings except key vault reference values (#4459)

    Resolve all app settings except key vault references as values

    Co-authored-by: Riley Evans <rileyevans@Rileys-MacBook-Pro.local>

commit c0f490775a8f23719d59255d50eea01022b3dc5e
Author: Eric Wu <95886809+Eric-B-Wu@users.noreply.github.com>
Date:   Tue Mar 26 13:57:08 2024 -0400

    fix(designer): Trigger Tokens Having Wrong Titles and Values With Output Source (#4454)

    * test

    * fix method location

    * formatting

    * fix comments

commit c1598cae4906ada19ad4de1bc538f8a59d83a27b
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Mar 26 09:39:10 2024 -0700

    Update .gitignore

commit 9745f541dfdbb7cc1dd450148da1609a114e616e
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Mar 26 08:43:17 2024 -0700

    chore(all): Fix designer client service imports from logic-app-shared (#4442)

commit b8197a4e2bd3e455795b6d70b42b27db472fe1bb
Author: release-automation-Eric-B-Wu@microsoft.com <Eric-B-Wu>
Date:   Tue Mar 26 15:35:54 2024 +0000

    chore(release): 3.1.0

commit 9d7015eae3f92711f9932cdf5ac2f2e5cd6e54eb
Author: Eric Wu <95886809+Eric-B-Wu@users.noreply.github.com>
Date:   Tue Mar 26 11:33:52 2024 -0400

    feat(designer): Custom Code (#4376)

    * temp

    * first look

    * custom code bugfixes

    * filtering out files to be deleted that have no data

    * update to segment property

    * feat(designer): Resizable side panel (#4134)

    * Initial implementation

    * Specify for resizable custom sidepanels

    * Implement Math.max

    * adding resize support

    * reseting custom code state on save

    * fix comment

    * update based on comments

    ---------

    Co-authored-by: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
    Co-authored-by: Travis Harris <travisharris@microsoft.com>

commit 0f9196cb42742a70f2c1acbafed120002a40fad2
Author: Loc Bot <travisharris@microsoft.com>
Date:   Tue Mar 26 07:04:45 2024 +0000

    Compiling Loc Files

commit 25c679bb1f370fadf1e8a563f2f6e72a95e236b3
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Tue Mar 26 00:03:15 2024 -0700

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 759 (#4443)

commit 8a2d221573f74075b0cad7da2bd364a509ce3bb8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 26 02:30:00 2024 +0000

    chore(deps-dev): bump express from 4.17.3 to 4.19.2 (#4439)

    Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](https://github.com/expressjs/express/compare/4.17.3...4.19.2)

    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e5127e81bbd7a6743915c081ccdd8eb3ce39349d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 26 02:29:26 2024 +0000

    chore(deps): bump express from 4.19.1 to 4.19.2 in /docs (#4438)

    Bumps [express](https://github.com/expressjs/express) from 4.19.1 to 4.19.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](https://github.com/expressjs/express/compare/4.19.1...4.19.2)

    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 034946f863527c95a45c33d2e974177c4c2cfa9c
Author: Travis Harris <travisharris@microsoft.com>
Date:   Mon Mar 25 19:26:58 2024 -0700

    biome fixes

commit d0ea7ed54ab9cc746a43441388a41201c106248b
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Mon Mar 25 16:44:15 2024 -0700

    fix(vscode): Update data variable to fix BOM character (#4437)

    Update data variable to fix BOM character

commit e5d3347dafc3f91b4552d85338be42e83d782d9c
Author: Travis Harris <travisharris@microsoft.com>
Date:   Mon Mar 25 15:02:23 2024 -0700

    chore(all): remove file accidently included

commit fc844fa929e7a0d9c6faad682c181cf201eb1459
Author: Riley Evans <rllyy97@gmail.com>
Date:   Mon Mar 25 12:37:36 2024 -0500

    fix(Designer): Create connection now uses `testRequests` when available (#4419)

    * Modified test connection code to prioritize testRequests over testLinks

    * Combined types

commit d6bb6520edf3cf9f41732bee156f6b8cfdff95e4
Author: Carlos Emiliano Castro Trejo <102700317+ccastrotrejo@users.noreply.github.com>
Date:   Mon Mar 25 09:38:44 2024 -0700

    feat(vscode): Improve export telemetry (#4421)

    * Add command to log telemtry

    * Add log telemetry for run api service

commit d829b4f877ae07725ae8fdbe63476ae5b8d78d71
Author: Cédric Golmard <92312794+cdgolmar-msft@users.noreply.github.com>
Date:   Mon Mar 25 17:38:27 2024 +0100

    feat(Designer): Add data-automation-id for connector summary card (#4434)

commit f8ee4553be41ab8398028c3638958ff14cf711fc
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Mar 25 08:55:55 2024 -0700

    chore(all): Some general code clean up (#4431)

    * chore(all): Some general code clean up

    * chore(all): Some general code clean up

commit 79723c434c25ded72176f799c31f7b95d6559b4b
Author: Loc Bot <travisharris@microsoft.com>
Date:   Mon Mar 25 07:04:20 2024 +0000

    Compiling Loc Files

commit 97a8a060a002f816e3a9273fc9fc7e84f9b29be8
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Mon Mar 25 00:02:46 2024 -0700

    Localized file check-in by OneLocBuild Task: Build definition ID 4: Build ID 758 (#4432)

commit f3b2e5d451e32dd1f494023d7bb79cf40d2f7929
Author: Travis Harris <hartra344@users.noreply.github.com>
Date:   Sun Mar 24 18:10:51 2024 -0700

    fix(designer): Dont use slashes in node names from azure resources (#4430)

    fix(designer): Dont allow slashes in node names from azure resources

commit 8a5753aaeeb72bc6ce12f3f10ec2d1a64920d4b2
Author: release-automation-hartra344@microsoft.com <hartra344>
Date:   Sun Mar 24 22:39:44 2024 +0000
…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants