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

Update extensionsGallery.json upgrade proc convert #25565

Closed
wants to merge 9,923 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    2005fd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4b389e View commit details
    Browse the repository at this point in the history
  3. Remove header metadata from update types script (microsoft#24920)

    * Remove header metadata from update types script
    
    * compile
    Charles-Gagnon committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    36c3995 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Address issues with revert in Edit Data and also add trim to string d…

    …ata from cells. (microsoft#24906)
    
    * small fix to edit data minor issues
    
    * Added trim for values retrieved from cell.
    smartguest committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0bfcbeb View commit details
    Browse the repository at this point in the history
  2. [SQL Migration] New Help and Support Dialog (microsoft#24904)

    * added new dialog for help+support
    
    * updated localized strings and links
    
    * defined links as constant at beginning
    krritik committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0951c4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a67b7 View commit details
    Browse the repository at this point in the history
  4. Fix lingering issues with backup database dialog (microsoft#24921)

    * Fix backup set name changing every time backup type is changed
    
    * Fix file list going blank when adding other rows
    
    * Fix file list allowing duplicate entries
    corivera committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2f3230c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    86227d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea32cf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a6a18f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    7e7b9fd View commit details
    Browse the repository at this point in the history
  2. Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_202311…

    …12164030531. (microsoft#24948)
    
    Co-authored-by: Alex Ma <alma1@microsoft.com>
    csigs and smartguest committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4457331 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_202311…

    …13164031752. (microsoft#24951)
    
    Co-authored-by: Alex Ma <alma1@microsoft.com>
    csigs and smartguest committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c0b296f View commit details
    Browse the repository at this point in the history
  2. [New Migration Experience] Add updating Default data collection path …

    …in extension settings (microsoft#24793)
    
    * add setting default data collection path in extension settings
    
    * updated the default path value in extension settings
    
    * removed unnecessary else statements
    
    * updated default path and localized the strings
    
    * removed TODO Comment
    krritik committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    152a1c8 View commit details
    Browse the repository at this point in the history
  3. [Migration Experience][1.5.1] Update the refresh buttons. (microsoft#…

    …24923)
    
    * updatred Refresh assessment and sku buttons
    
    * updatred localized strings
    krritik committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0557761 View commit details
    Browse the repository at this point in the history
  4. Require name when creating database (microsoft#24953)

    * add required mark
    
    * remove extra comma
    barbaravaldez committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    58d7ed6 View commit details
    Browse the repository at this point in the history
  5. Bump lodash from 4.17.15 to 4.17.21 in /samples/sp_whoIsActive (micro…

    …soft#24781)
    
    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.21)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4b2a206 View commit details
    Browse the repository at this point in the history
  6. add schema migration (microsoft#24954)

    * add schema migration
    
    * resolve comments
    
    ---------
    
    Co-authored-by: Siyang Yao <siyao@microsoft.com>
    siyao-Siyang and siyangMicrosoft committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0871bf0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    151a022 View commit details
    Browse the repository at this point in the history
  8. Bump axios from 0.27.2 to 1.6.0 in /extensions/sql-database-projects (m…

    …icrosoft#24945)
    
    Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v0.27.2...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Kim Santiago <kisantia@microsoft.com>
    dependabot[bot] and kisantia committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4311420 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca30d97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dce388a View commit details
    Browse the repository at this point in the history
  11. Bump axios from 0.21.4 to 1.6.0 in /build (microsoft#24943)

    Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v0.21.4...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b1f7a72 View commit details
    Browse the repository at this point in the history
  12. Bump axios from 0.21.4 to 1.6.0 in /build/actions (microsoft#24941)

    Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v0.21.4...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b82c004 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    b9526be View commit details
    Browse the repository at this point in the history
  2. [SQL Migration] Import Assessments (microsoft#24811)

    * [SQL Migration][New Migration Experience] Assessment Results Page Data Integration and Condition Handling (microsoft#24378)
    
    * integration of assessment summary
    
    * adding removed strings
    
    * fixing import ui and conditions
    
    * handling recommended configuration
    
    * issue category added
    
    * resolved comments
    
    * reverting breaking changes
    
    * fixing save and close while import
    
    * update version
    
    * fixed comment
    stuti149 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    67d357a View commit details
    Browse the repository at this point in the history
  3. Bump axios from 0.27.2 to 1.6.0 in /extensions/resource-deployment (m…

    …icrosoft#24944)
    
    Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v0.27.2...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    06a9f06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    626216d View commit details
    Browse the repository at this point in the history
  5. Updated Help and Support Dialog (microsoft#24971)

    * swapped positions of support request and community support
    
    * updated note for support request
    krritik committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f39ab41 View commit details
    Browse the repository at this point in the history
  6. Add SPID to toolbar (microsoft#24679)

    * WIP test of run query for connection uri
    
    * WIP work on queryEditorInput
    
    * added run internal query
    
    * added SPID to azdata.proposed
    
    * cleanup query code
    
    * Added working SPID entry
    
    * moved SPID to connection complete
    
    * added todo message and SPID to QueryExecuteCompleteNotificationResult
    
    * WIP changes to spid branch (fix issues with dataprotocol)
    
    * restore planned SPID structure
    
    * added working transfer for SPID
    
    * added info spid assignment (WIP)
    
    * moved SPID to connection status
    
    * Update src/sql/azdata.proposed.d.ts
    
    Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
    
    * Update src/sql/azdata.proposed.d.ts
    
    Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
    
    * added SPID name by provider
    
    * Added conversion to string
    
    * fix whitespace
    
    * added log service to connectionStatus
    
    * Added proposed changes
    
    * Added changes based on feedback
    
    * did some cleanup
    
    * Added changes based on feedback
    
    * Added in rename for queryConnid
    
    * added bump to STS version
    
    * added changes based on feedback
    
    * cleanup in update status
    
    * added some consolidation
    
    * renamed id refresh
    
    * Update src/sql/workbench/contrib/connection/browser/connectionStatus.ts
    
    Change connection status description
    
    Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
    
    * added more cleanup
    
    ---------
    
    Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
    smartguest and Charles-Gagnon committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    bac1aad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f7a6aa View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. update mocha and azdata-test versions to update debug package depende…

    …ncy (microsoft#24978)
    
    * update mocha and azdata-test versions to update debug package dependency
    
    * update some asserts in notebook.test.ts integration tests
    
    * undo azdata-test update in integration-tests and notebook
    kisantia committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ab3a866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef435be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8df3428 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea6b1e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Bump debug from 4.1.1 to 4.3.4 in /remote (microsoft#24700)

    Bumps [debug](https://github.com/debug-js/debug) from 4.1.1 to 4.3.4.
    - [Release notes](https://github.com/debug-js/debug/releases)
    - [Commits](debug-js/debug@4.1.1...4.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: debug
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Kim Santiago <kisantia@microsoft.com>
    dependabot[bot] and kisantia committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ee1c2dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3f008d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24cbabc View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    973147e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6900abf View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_202311…

    …19164005230. (microsoft#24999)
    
    Co-authored-by: Alex Ma <alma1@microsoft.com>
    csigs and smartguest committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0b5925a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff5021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fb22a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    d4e123a View commit details
    Browse the repository at this point in the history
  2. bug fix (microsoft#25012)

    stuti149 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    306deae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    857bbc8 View commit details
    Browse the repository at this point in the history
  4. Select all databases to migrate by default and Import feedback. (micr…

    …osoft#25024)
    
    * import feedback
    
    * select all database by default when enter page
    
    * making true by default
    stuti149 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2b49b6e View commit details
    Browse the repository at this point in the history
  5. Import Assessment Feedback (microsoft#25027)

    * import feedback
    
    * select all database by default when enter page
    
    * making true by default
    
    * import features
    stuti149 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    805b66d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4fcf57 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Updating signing tasks to use .NET 6 (microsoft#25021)

    * Updating signing tasks to EsrpCodeSigning@3
    
    * Updating .NET versions
    
    * removing UseDotNet steps
    
    * Restoring UseDotNet for linux builds
    Benjin committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d3de6ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3628f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Added support of MI public endpoint in Login Migration (microsoft#24997)

    * Added support of MI public endpoint
    
    * Updating Port info with the port range
    Bhavikshah123 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2e50bff View commit details
    Browse the repository at this point in the history
  2. [SQL Migration] Single Click SHIR (microsoft#25011)

    PowerShell script for Single-Click-SHIR
    goyal-anjali committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    cd988f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    34f099d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b29716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7904e56 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    52373ff View commit details
    Browse the repository at this point in the history
  2. Moving Restore functionality to the mssql extension (microsoft#24757)

    * initila commit: restore in menu, opens dialog with general tab
    
    * general tab UI with backup folder changes
    
    * more updates
    
    * adding other tabs and optiosn
    
    * UI elements are added mostly
    
    * adding restore info interface
    
    * adding recovery options
    
    * added all default options
    
    * getting default values of restore dialog
    
    * restorePlan table
    
    * restore files table
    
    * UI changes, fix for apply button required
    
    * loading all done, restore/sccript buttons needed
    
    * Reload new plan on source change, todo-loading symbol
    
    * added loader, todo:script,restore
    
    * all UI completed
    
    * backup file path is working too, todo: increase dropdowns width, script, restore
    
    * restore done but fialing, todo-script,options
    
    * restore succeeded
    
    * finished restore plan checkboxes functionlaity as SSMS
    
    * code review comment update
    
    * Script button functionliaty added
    
    * Added button container to the data and log file paths
    
    * Using the existing restore provider and removed the duplicate code
    
    * removed unused code
    
    * void restore error message popup instead of awaiting
    
    * Addressing code review comments
    ssreerama committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ae22780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2099d09 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    e545c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fbfe7e View commit details
    Browse the repository at this point in the history
  3. Bump electron version to 25.9.6 (microsoft#25066)

    * Bump electron version
    
    * Update Electron checksums file
    
    * Update distro hash
    
    * Update distro hash once more
    lewis-sanchez committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    fed32bf View commit details
    Browse the repository at this point in the history
  4. Fix restore dialog not showing a message after clicking Script (micro…

    …soft#25065)
    
    * Also added localized strings for Backup Dialog errors.
    corivera committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    dbd7eb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b382833 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    690a9ad View commit details
    Browse the repository at this point in the history
  2. Fix Command line interface commands and connection management service…

    … to prompt for provider installation (microsoft#25056)
    cheenamalhotra committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6c1ba6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9220cb5 View commit details
    Browse the repository at this point in the history
  4. update azdata-test in notebooks extension (microsoft#24984)

    * update azdata-test in notebooks extension
    
    * fix minipass error
    kisantia committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    146ef3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9520c64 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Fix for row delete focus location bug (microsoft#25082)

    * Added fix to focus after delete row
    
    * removed unnecessary option
    smartguest committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e87888f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    801398c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    c972136 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    675bc6c View commit details
    Browse the repository at this point in the history
  2. Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_202312…

    …03163946252. (microsoft#25091)
    
    Co-authored-by: Alex Ma <alma1@microsoft.com>
    csigs and smartguest committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e5e1204 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    135b5e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    1b57c38 View commit details
    Browse the repository at this point in the history
  2. Adding Restore URL support to the new OM restore dialog for MI Server (

    …microsoft#25080)
    
    * blob storage access done, need to get new restoreplan for selected backup file
    
    * loading RestorePlan on URL selection, test and  work on restore button click
    
    * Added validation to targetdatabase
    
    * restore completed
    
    * Adressing code review comments and added a undefined condition for blob storage no file case
    
    * Adds URL support to SqlServer existing restore
    
    * Can restore for on-prem,MI, docker for all database,files,url accordingly
    
    * fixing restrore from options toggle issue
    
    * Update restoreDatabaseDialog.ts by merging the if conditions
    
    * Hygiene format fixed
    
    * fixed edge case scenarios such as URL script button, backupFile database value update
    ssreerama committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0c8c730 View commit details
    Browse the repository at this point in the history
  3. add missing rules (microsoft#25104)

    Co-authored-by: Siyang Yao <siyao@microsoft.com>
    siyao-Siyang and siyangMicrosoft committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    33c7181 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Bumping STS Version to v4.11.0.13 (microsoft#25098)

    * Upgrading the  SQL ToolsService Version for Migration
    
    * Empty commit to re-run CLA
    
    * Revert Empty commit changes
    
    ---------
    
    Co-authored-by: Ram Uday Kumar <95093687+Ramudaykumar@users.noreply.github.com>
    krritik and Ramudaykumar committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e57e502 View commit details
    Browse the repository at this point in the history
  2. Add signing to deb and rpm builds (microsoft#24977)

    * Add signing to deb and rpm builds
    
    * Configure signing for deb and rpm
    
    * Consolidate rpm and deb signing
    
    * update key code
    
    ---------
    
    Co-authored-by: Kim Santiago <kisantia@microsoft.com>
    lewis-sanchez and kisantia committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    64f79fa View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Disable old backup/restore commands for MSSQL providers. Add new dial…

    …og buttons to database dashboard. (microsoft#25097)
    corivera committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    402ddfa View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Bump actions/setup-python from 4 to 5 (microsoft#25108)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    95acc87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af9361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a65e4eb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    6a58a6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    896aa3a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Update test-web to version 0.0.42 (microsoft#25121)

    * Update test-web to version 0.0.42
    
    * Bump distro hash
    lewis-sanchez committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6c4aac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e36a8b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. [SQL Migration] Fix schema migration table selection issue (microsoft…

    …#25136)
    
    * fix schema migration table selection issue
    
    * fix table selection issue
    
    * update text
    
    * rework text
    
    ---------
    
    Co-authored-by: Siyang Yao <siyao@microsoft.com>
    siyao-Siyang and siyangMicrosoft committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    93cc254 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Add telemetry to Edit Data (microsoft#25083)

    * added initial revert row telemetry
    
    * added some telemetry values
    
    * Added in save/restore view state
    
    * added more telemetry
    
    * added fix to focus after delete
    
    * added some error telemetry
    
    * added more telemetry
    
    * added WIP handlers for tab cases
    
    * added telemetry for row revert
    
    * added WIP checks for null tab
    
    * added commit to tab shift tab at ends of grid
    
    * renamed isInNullRow
    
    * moved cell commit to it's own function
    
    * Added tab scroll and prevent focus after submit
    
    * added fix to tab logic and removed unnecessary submit false
    
    * Added refocus WIP
    
    * Removed non telemetry changes
    
    * added errorevents
    
    * WIP addition of  conn info to connection profile
    
    * did error cleanup and removed PID from telemetry.
    
    * removed unnecessary error upon save
    
    * restored error notification for save view state
    
    * addressed changes
    smartguest committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c890fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ad0ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7458a63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ec7bde View commit details
    Browse the repository at this point in the history
  5. [SQL Migration] Add schema migration validation (microsoft#25138)

    * add schema migration validation
    
    * min version
    
    ---------
    
    Co-authored-by: Siyang Yao <siyao@microsoft.com>
    siyao-Siyang and siyangMicrosoft committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e0e5987 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. [SQL Migration] Populate schema migration errors to UI (microsoft#25139)

    * populate schema migration errors to UI
    
    * collect schema migration errors
    
    ---------
    
    Co-authored-by: Siyang Yao <siyao@microsoft.com>
    siyao-Siyang and siyangMicrosoft committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6df4f0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8f4ca7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    a8161ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba12f79 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    2945595 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. delete compilation.tar.gz after extracting for windows pipeline (micr…

    …osoft#25168)
    
    * delete compilation.tar.gz after extracting for windows pipeline
    
    * Update build/azure-pipelines/win32/sql-product-build-win32.yml
    
    Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
    
    ---------
    
    Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
    kisantia and Charles-Gagnon committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    089c207 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Sign out of GitHub Copilot (microsoft#25014)

    * Sign out of GitHub Copilot
    
    * Code review changes
    
    * Remove unnecessary loop in action
    
    * Replace forEach call with map
    
    * Add hook to remove account after sign out
    
    * Revert "Add hook to remove account after sign out"
    
    This reverts commit 46b5f3c.
    
    * Revert "Revert "Add hook to remove account after sign out""
    
    This reverts commit 5a401fa.
    
    * Comment out faulty code
    
    * Return empty array
    
    * Display provider name correctly
    
    * Add github logo for github accounts
    
    * Function argument rename
    
    * Remove account on sign out confirmation
    
    * Add missing semicolon
    
    * Code review changes
    
    * Implements mock auth service
    
    * Fix failing unit tests
    
    * Replaces callback hook with event handler
    
    * Remove updateAccountList hook
    lewis-sanchez committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6071176 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Remove unused query store extension code (microsoft#25171)

    * remove unused query store extension code
    
    * update extensions.js
    
    * update the right way
    kisantia committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8052f3c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    f088fd2 View commit details
    Browse the repository at this point in the history
  2. added SPID to queryEditorInput title (microsoft#25175)

    * added SPID to queryEditorInput title
    
    * added changes based on feedback
    
    * Added SPID to front
    
    * added choice 1
    smartguest committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6ec4df7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9cd8a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    b4c05f3 View commit details
    Browse the repository at this point in the history
  2. Update import and data virtualization services (microsoft#25182)

    * update import and data virtualization services
    
    * undo ADS version dependency update
    kisantia committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    359e690 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    c59c2dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66f6c0 View commit details
    Browse the repository at this point in the history
  3. Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_202401…

    …11165412896. (microsoft#25201)
    
    Co-authored-by: Alex Ma <alma1@microsoft.com>
    csigs and smartguest committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f371a7c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. [SQL Migration] Schema migration support Windows login (microsoft#25202)

    * remove windows login validation. SHIR 5.37 supports win logjn
    
    * optimize
    
    * fix build
    
    * fix build
    
    * fix build
    
    * fix compile
    
    ---------
    
    Co-authored-by: Siyang Yao <siyao@microsoft.com>
    siyao-Siyang and siyangMicrosoft committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3567c6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f88189 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    d0e9e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6314886 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Update electron to v25.9.8 (microsoft#25215)

    * Update electron to v25.9.8
    
    * Update distro + electron/get + fix checksums
    
    * Bump sqlite
    cheenamalhotra committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    23b1436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a18c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b6cbf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    ded5c2d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    f0fb2fe View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    36149fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1ba2b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b8f25c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eafed3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    578980b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. add aria label for issue reporter's description text area (microsoft#…

    …25234)
    
    * add aria labels for issue reporter's description text area
    
    * replace one more description
    kisantia committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a2cede0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffef825 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Localization update for 1-23-2024 (microsoft#25241)

    * Added small changes to issue reporter localization
    
    * added localized XLFs
    smartguest committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    841c66c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc73d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37ae535 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    8bcc332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77bf6ff View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    56c9a29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a082146 View commit details
    Browse the repository at this point in the history
  3. Fix dependabot alerts (microsoft#25262)

    * Fix dependabot alerts
    
    * Fix compilation errors by integrating latest octokit package changes relevant to code
    
    * Fix compilation errors
    
    * Try to fix error
    
    * Add js files from build folder
    SakshiS-harma committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    66cb3fb View commit details
    Browse the repository at this point in the history
  4. Add Restore Database command to Databases folder (microsoft#25263)

    Also fixed 3 other issues:
    * An incorrect section name for the restore plan section.
    * A bug where the source database dropdown would not get properly updated when switching between Database and File restore modes.
    * A bug where the target database name wasn't getting updated when switching between different restore sources.
    corivera committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    10fbfa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Switch server roles table in Login dialog to declarative table (micro…

    …soft#25269)
    
    * switch to declarative table for server roles
    
    * add aria label to checkbox
    kisantia committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    7bdf5c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    97be1ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4269fe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b739b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    12d2110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cc893d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    423ec0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e943ca8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    90f2315 View commit details
    Browse the repository at this point in the history
  2. vBump ScriptDom version for sql projects (microsoft#25300)

    * vBump ScriptDom version for sql projects
    
    * updating Microsoft.Build.Sql to latest preview version
    ssreerama committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f599ca6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ad6ca1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2ecb5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fc6ca4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    3a76447 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Update encryption option strings in ADS connection dialog (microsoft#…

    …25311)
    
    * update encryption options strings
    
    * update order
    kisantia committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    471a0e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    c1b71b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ea595f View commit details
    Browse the repository at this point in the history
  3. Remove empty Provided Books view (microsoft#25318)

    * Also fixed errors from undefined searchWidget in searchView
    corivera committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8a715ed View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    2452651 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a87a75 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    ccb0a08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43a82de View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    391ba54 View commit details
    Browse the repository at this point in the history
  2. Created a cancellation confirmation dialog with an optional feedback …

    …option. (microsoft#25197)
    
    * Created cancelFeedback Dialog
    
    * created wizard custom cancel button and add Dialog on click
    
    * moved update telemtry to the the cancellation feedback dialog
    
    * added others reason option in cancel feedback dialog
    
    * added unique cancellation reasons for each page
    
    * added callback func to dialog and called dialog to migration cancellation
    
    * added styles to cancelFeedback dialog
    
    * updated string with localized strings in cancellation dialog
    
    * removed static variable from wizardController
    
    * added confirmation dialog for login migration
    
    * updated cancellation reasons for login migration
    
    * different cancel reason based on targettype
    
    * added different reasons for different login migration pages
    
    * updated localised strings and maxLength of inputBox
    krritik committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3ba2110 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9afb63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    004587c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bf4aea View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    fc3861d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bbd4e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    f392ba6 View commit details
    Browse the repository at this point in the history
  2. Added converted rows filegroup declarative table (merge first) (micro…

    …soft#25325)
    
    * Added rows filegroup table conversion
    
    * added no console statements
    
    * added requested changes and fixes
    
    * added proper changedData update
    
    * restore updateFilegroups
    
    * added undefined check
    
    * removed async
    smartguest committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8e3c205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1794130 View commit details
    Browse the repository at this point in the history
  4. Updating sql project extension verison (microsoft#25368)

    * Add null checks for undefined include/exclude patterns in search view (microsoft#25336) (microsoft#25354)
    
    * Add write permissions to PR labelling action (microsoft#25356) (microsoft#25359)
    
    * Updating STS new version (microsoft#25357)
    
    * vbump sql projects after insiders release to 1.4.2
    
    * vbump sql projects after insiders release to 1.4.2
    
    ---------
    
    Co-authored-by: Cory Rivera <corivera@microsoft.com>
    ssreerama and corivera committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f3380f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29697b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4244d9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c511fdb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    47b42ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4077d33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c4f37f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    3cca4fb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. QDS ADS integration (microsoft#25306)

    * qds ads integration
    
    * update string
    
    * bumping STS version
    
    * updating tools service
    stuti149 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a258a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    187e061 View commit details
    Browse the repository at this point in the history
  3. Added in missed changes for databaseDialog (microsoft#25430)

    * Added in changes for databaseDialog
    
    * added back correct onRowSelected
    
    * small cleanup
    smartguest committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7703840 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    99bc417 View commit details
    Browse the repository at this point in the history
  2. Single click SHIR (microsoft#25350)

    This merge consists of changes related to single click SHIR
    
    ---------
    
    Co-authored-by: Ramya Ramesh <ramyaramesh@microsoft.com>
    RamyaR29 and Ramya Ramesh committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    dd5f631 View commit details
    Browse the repository at this point in the history
  3. Fixing nvda browse mode in query plan (microsoft#25423)

    * Fixing nvda browse mode in query plan
    
    * updating packages
    aasimkhan30 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a584009 View commit details
    Browse the repository at this point in the history
  4. Fill mandatory fields to run validations. (microsoft#25351)

    * add validation error in missing details on ir validation
    
    * updated error message
    krritik committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1e4678b View commit details
    Browse the repository at this point in the history
  5. Disable QDS on UI (microsoft#25433)

    * disable qds
    
    * remove unused
    stuti149 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e41d03a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    996242b View commit details
    Browse the repository at this point in the history
  7. Redesign of single click SHIR (microsoft#25442)

    Single click SHIR redesign
    RamyaR29 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5045b34 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e85cbd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Bug fix of single click SHIR (microsoft#25449)

    * init
    
    * cleanup
    
    * comments resolved
    
    * validation added
    
    * validation added
    
    * redesign implementation
    
    * build fixed
    
    * comments resolved
    
    * 404 error fixed
    
    * bug fixed
    
    ---------
    
    Co-authored-by: Ramya Ramesh <ramyaramesh@microsoft.com>
    RamyaR29 and Ramya Ramesh committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3a7bd87 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. "File not found" error fixed for SQL inline migration (microsoft#25453)

    Resource group name fix and File not found fix
    RamyaR29 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    34cbc32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b5d0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a200aa View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. string changed as per PM (microsoft#25472)

    Co-authored-by: Ramya Ramesh <ramyaramesh@microsoft.com>
    RamyaR29 and Ramya Ramesh committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3ce3ccb View commit details
    Browse the repository at this point in the history
  2. [Quick Fix] Removed validation button errors for Sql Db target (micro…

    …soft#25471)
    
    * removed validation button error for sqldb target
    
    * added comments
    krritik committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9f939cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb0cd57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c88797c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    475d206 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5ddf3a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Filestream filegroups table conversion (microsoft#25477)

    * WIP conversion of filestreamFilegroups
    
    * added wip conversion of filestream files table
    
    * added filegroupnameinputdeclarative
    
    * added changes based on feedback
    smartguest committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8b1b231 View commit details
    Browse the repository at this point in the history
  2. Bump mio from 0.8.4 to 0.8.11 in /cli (microsoft#25473)

    Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.4 to 0.8.11.
    - [Release notes](https://github.com/tokio-rs/mio/releases)
    - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/mio@v0.8.4...v0.8.11)
    
    ---
    updated-dependencies:
    - dependency-name: mio
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1050130 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    b4df494 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    b051b64 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    54f11a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_202403…

    …09185951430. (microsoft#25493)
    
    Co-authored-by: Alex Ma <alma1@microsoft.com>
    csigs and smartguest committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4500932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d6558 View commit details
    Browse the repository at this point in the history
  3. Bump es5-ext from 0.10.53 to 0.10.63 in /samples/sqlservices (microso…

    …ft#25421)
    
    Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
    - [Release notes](https://github.com/medikoo/es5-ext/releases)
    - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
    - [Commits](medikoo/es5-ext@v0.10.53...v0.10.63)
    
    ---
    updated-dependencies:
    - dependency-name: es5-ext
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    75dbffe View commit details
    Browse the repository at this point in the history
  4. Bump es5-ext from 0.10.62 to 0.10.64 (microsoft#25429)

    Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
    - [Release notes](https://github.com/medikoo/es5-ext/releases)
    - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
    - [Commits](medikoo/es5-ext@v0.10.62...v0.10.64)
    
    ---
    updated-dependencies:
    - dependency-name: es5-ext
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0bcb4f4 View commit details
    Browse the repository at this point in the history
  5. Bump es5-ext from 0.10.53 to 0.10.63 in /samples/extensionSamples (mi…

    …crosoft#25424)
    
    Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
    - [Release notes](https://github.com/medikoo/es5-ext/releases)
    - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
    - [Commits](medikoo/es5-ext@v0.10.53...v0.10.63)
    
    ---
    updated-dependencies:
    - dependency-name: es5-ext
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    bdfe092 View commit details
    Browse the repository at this point in the history
  6. Bump es5-ext from 0.10.53 to 0.10.63 in /samples/sp_whoIsActive (micr…

    …osoft#25427)
    
    Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
    - [Release notes](https://github.com/medikoo/es5-ext/releases)
    - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
    - [Commits](medikoo/es5-ext@v0.10.53...v0.10.63)
    
    ---
    updated-dependencies:
    - dependency-name: es5-ext
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Kim Santiago <kisantia@microsoft.com>
    dependabot[bot] and kisantia committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    abf8372 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. update service connection

    kisantia committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1231865 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    97d1a9f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Target Provisioning (microsoft#25426)

    * provisioning changes
    
    * resolved comments
    
    * getting latest sku recommendation file.
    
    * minor css
    
    * minor ui fix
    
    * fix
    
    * upgrade sql tools service version
    
    * icon change for save button
    
    * resolved comments
    
    ---------
    
    Co-authored-by: ROSHAN SAHU <roshansahu@microsoft.com>
    sahuroshan and ROSHAN SAHU committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bfa507c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    098bdcd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    47eddaa View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Next-Gen General Purpose For MI integration (microsoft#25533)

    * nextgen gp integration
    
    * resolved comment
    stuti149 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    debb7aa View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    d7b10eb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    775c1dc View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    f9b564d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ef609c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    ed4368a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    cbdeeb2 View commit details
    Browse the repository at this point in the history
  2. Update Kusto STS version to 5.0.0.2 (microsoft#25558)

    * update Kusto to use STS 5.0.0.1
    
    * bump to 5.0.0.2
    
    * fix linux name and also update mssql
    kisantia committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c305377 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    107853b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Upload to blob container fix (microsoft#25554)

    * update node module version
    
    * yarn lock
    
    ---------
    
    Co-authored-by: ROSHAN SAHU <roshansahu@microsoft.com>
    sahuroshan and ROSHAN SAHU committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    49d8c61 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Generate Template link and blob container dropdown fix (microsoft#25553)

    * temp
    
    * dropdown fix
    
    * removed node module chnages
    
    * resolved comments
    
    ---------
    
    Co-authored-by: ROSHAN SAHU <roshansahu@microsoft.com>
    sahuroshan and ROSHAN SAHU committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e2b7752 View commit details
    Browse the repository at this point in the history
  2. Bump follow-redirects in /extensions/sql-database-projects (microsoft…

    …#25508)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d090bf8 View commit details
    Browse the repository at this point in the history
  3. Bump follow-redirects from 1.15.4 to 1.15.6 in /build (microsoft#25507)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    312abda View commit details
    Browse the repository at this point in the history
  4. Bump follow-redirects from 1.15.4 to 1.15.6 in /extensions/sql-bindin…

    …gs (microsoft#25509)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b493cfd View commit details
    Browse the repository at this point in the history
  5. Bump follow-redirects from 1.15.4 to 1.15.6 in /extensions/azurecore (m…

    …icrosoft#25512)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7d394d7 View commit details
    Browse the repository at this point in the history
  6. Bump follow-redirects in /extensions/resource-deployment (microsoft#2…

    …5510)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    138423c View commit details
    Browse the repository at this point in the history
  7. Bump follow-redirects in /extensions/github-authentication (microsoft…

    …#25513)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a435d34 View commit details
    Browse the repository at this point in the history
  8. Bump follow-redirects from 1.15.4 to 1.15.6 in /build/actions (micros…

    …oft#25511)
    
    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c590e01 View commit details
    Browse the repository at this point in the history
  9. Bump katex from 0.16.4 to 0.16.10 in /extensions/markdown-math (micro…

    …soft#25542)
    
    Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.4 to 0.16.10.
    - [Release notes](https://github.com/KaTeX/KaTeX/releases)
    - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
    - [Commits](KaTeX/KaTeX@v0.16.4...v0.16.10)
    
    ---
    updated-dependencies:
    - dependency-name: katex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ae2d5a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Bump h2 from 0.3.24 to 0.3.26 in /cli (microsoft#25562)

    Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
    - [Release notes](https://github.com/hyperium/h2/releases)
    - [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
    - [Commits](hyperium/h2@v0.3.24...v0.3.26)
    
    ---
    updated-dependencies:
    - dependency-name: h2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8d2369f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Remove "New Python Installation" option in Configure Python dialog (m…

    …icrosoft#25569)
    
    * Also removed unused jupyter code in machine-learning extension
    corivera committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    04e1fb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    4197b95 View commit details
    Browse the repository at this point in the history
  2. Bump tar from 6.2.0 to 6.2.1 in /extensions/notebook (microsoft#25580)

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.2.0...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2316325 View commit details
    Browse the repository at this point in the history
  3. Bump tar from 6.2.0 to 6.2.1 in /extensions/mssql (microsoft#25579)

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.2.0...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bee05fb View commit details
    Browse the repository at this point in the history
  4. Bump tar from 6.2.0 to 6.2.1 in /extensions/admin-tool-ext-win (micro…

    …soft#25578)
    
    Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.2.0...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    28d21b0 View commit details
    Browse the repository at this point in the history
  5. Bump tar from 6.2.0 to 6.2.1 in /extensions/datavirtualization (micro…

    …soft#25577)
    
    Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.2.0...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ea1e65c View commit details
    Browse the repository at this point in the history
  6. Bump tar from 6.2.0 to 6.2.1 in /extensions/import (microsoft#25576)

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.2.0...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c711199 View commit details
    Browse the repository at this point in the history
  7. Bump tar from 6.1.15 to 6.2.1 in /build/npm/gyp (microsoft#25575)

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.15...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ae40de9 View commit details
    Browse the repository at this point in the history
  8. Bump tar from 6.1.11 to 6.2.1 in /extensions/kusto (microsoft#25571)

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.11...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    566e68b View commit details
    Browse the repository at this point in the history
  9. Bump tar from 6.1.13 to 6.2.1 in /extensions/sql-migration (microsoft…

    …#25574)
    
    Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.13...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    886da97 View commit details
    Browse the repository at this point in the history
  10. Bump tar from 6.1.11 to 6.2.1 in /extensions/azuremonitor (microsoft#…

    …25570)
    
    Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.11...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    981cdb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Fix to handle templates recommended in batches in case of SQL DB (mic…

    …rosoft#25581)
    
    * template fix for sql db
    
    * button css
    
    * display info msg in 3rd page
    
    * minor fix
    
    * multiple template fix
    
    * resolved comments
    
    * removed unused import
    
    * fix for target type check
    
    * updated tools service version
    
    ---------
    
    Co-authored-by: ROSHAN SAHU <roshansahu@microsoft.com>
    sahuroshan and ROSHAN SAHU committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    91656f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    353b237 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    168cc18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7daff8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    7b250e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45f292d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    f1d4c06 View commit details
    Browse the repository at this point in the history