Cory Rivera
3eedbf04df
Fix Python smoke test failures. ( #19405 )
2022-05-19 16:10:55 -07:00
Leila Lali
30fb6b25b1
Fixed the formatting issues in SQL project readme file ( #19445 )
2022-05-19 15:51:56 -07:00
Charles Gagnon
887d218342
Add default name to promptAddItem ( #19439 )
...
* Add default name to promptAddItem
* Change to addItemPrompt
2022-05-19 15:10:34 -07:00
Charles Gagnon
4c008059df
Add createAzureFunction to extension API ( #19438 )
2022-05-19 13:02:49 -07:00
Vasu Bhog
79875c0b95
fix await ( #19437 )
2022-05-19 12:20:36 -07:00
Charles Gagnon
f2b623b3b2
Move promptAddItem to extension API ( #19423 )
...
* Move addItem to extension API
* add noneDeployScripts
2022-05-19 11:25:10 -07:00
Laurent Nguyen
97a4ecdfbb
Add support for CosmosDB - Mongo API ( #19386 )
...
* Display cdb nodes to browse azure tree
* Update icons
* Update node label
* Remove console logs
* Fix i18n in cosmosDbMongoTreeDataProvider
* Disable Mongo provider in azure tree for now
* Revert "Disable Mongo provider in azure tree for now"
This reverts commit 8b2d2079f43624596a41b82a71a5e40eef1ad4b1.
* Fix build issues related to merge
* Add COSMOSDB_MONGO in provider extension map
* Define providerId string as constant. Rename constants to follow azurecore/ naming conventions (all caps)
2022-05-19 11:12:53 -07:00
csigs
1bceb04a4a
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220519161154386. ( #19434 )
2022-05-19 10:48:41 -07:00
Vasu Bhog
9cefed840e
SQL Bindings refactor password prompting ( #19371 )
...
* remove password enter manually - since we prompt user to include it prior
* go back to connection profile prompt
* add manual entry if connection info password is not saved
* add tests that verify all password prompt scenarios
* nit
2022-05-19 10:41:11 -07:00
dependabot[bot]
dbaa78a737
Bump minimist from 1.2.5 to 1.2.6 in /remote ( #19432 )
...
* Bump minimist from 1.2.5 to 1.2.6 in /remote
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix root minimist package version
* fix dependency
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Ren <alanren@microsoft.com >
2022-05-19 00:25:52 -07:00
Alan Ren
77006cee86
fix a dependent bot issue ( #19418 )
2022-05-18 16:40:07 -07:00
Vasu Bhog
8967ec36f4
Add Table Menu for SQL Bindings promptForObjectName ( #19358 )
...
* first wip for table menu prompt
* fix up some table prompts
* use simpleExecuteRequest
* fix table prompt scenario for sql binding also
* fix/add more testing and address comments
* add brackets to selected database
* add manually entered option
2022-05-18 14:51:45 -07:00
Candice Ye
1210bceded
Bump version of arc and azcli to 1.3.0 ( #19420 )
...
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-05-18 14:48:20 -07:00
Candice Ye
a891ef4784
Make refresh handle direct mode ( #19408 )
...
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-05-18 11:17:03 -07:00
Charles Gagnon
7fc8b1c849
Add UUID dependency to sql-bindings ( #19406 )
2022-05-17 23:44:52 -07:00
Charles Gagnon
27ee9527bb
Quote paths in add package command ( #19407 )
2022-05-17 23:44:00 -07:00
brian-harris
08d717dff7
fix invalid targetServerName ( #19409 )
2022-05-17 19:34:50 -07:00
Barbara Valdez
132d22bfe7
add open api project method to api ( #19401 )
2022-05-17 15:09:16 -07:00
csigs
61662f6086
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220517162754481. ( #19397 )
2022-05-17 13:54:49 -07:00
Charles Gagnon
570e41cdcb
Add verbosity update to need logs request ( #19398 )
2022-05-17 11:47:54 -07:00
Aasim Khan
e04c1624bc
Adding the mirrored parallelism icon ( #19391 )
2022-05-17 02:01:45 -07:00
Alex Ma
705dcd2b8c
[Loc] Added changes to sql.xlf ( #19395 )
2022-05-16 20:02:19 -07:00
brian-harris
c3c2d83da1
update DMSV2 API and listMonitoringData to latest ( #19394 )
2022-05-16 18:53:41 -07:00
Candice Ye
e2a675ef58
Added DC Status ( #19393 )
...
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-05-16 16:49:11 -07:00
Karl Burtram
701f656c55
Fix connection issue with wrong resource endpoint ( #19387 )
...
* Fix connection bug accessing PBI resource
* Address CR feedback
* Fix null check
2022-05-16 15:23:23 -07:00
Charles Gagnon
d7ecdd89b1
Update Dockerfiles to use MCR ( #19388 )
...
* Switch docker to pull from MCR
* try undo linux
* add back
* Update images
2022-05-16 14:49:31 -07:00
Candice Ye
d641988161
Added optional metadata to fix bug ( #19389 )
...
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-05-16 14:49:21 -07:00
Candice Ye
801f797440
Fixed az sql mi-arc show for indirect scenario ( #19378 )
...
* Addressed sql mi show for indirect and direct
* Throw error when output is not JSON
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-05-16 10:51:23 -07:00
csigs
394417f93e
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220516162608119. ( #19385 )
2022-05-16 09:53:07 -07:00
csigs
b11e7a8f23
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220515160818916. ( #19380 )
2022-05-15 14:08:40 -07:00
Alan Ren
3b74d7843f
show proper message when extension is not installed for a connection provider ( #19377 )
...
* show extension not installed error
* extension provider mapping
* fix tests
2022-05-15 13:52:28 -07:00
Alex Ma
aee14c8170
[Loc] more string changes ( #19379 )
2022-05-13 17:28:13 -07:00
Vasu Bhog
265f59ae94
SQL Bindings fix preview flag and constants file ( #19370 )
...
* fix preview flag and constants file
* address comment
2022-05-13 17:09:00 -07:00
Benjin Dubishar
2b1c8fe77a
Change Azure icon in azurecore extension ( #19055 )
2022-05-13 17:05:00 -07:00
Barbara Valdez
f551cfb835
exit infite loop after closing error message ( #19376 )
2022-05-13 15:14:48 -07:00
Alan Ren
b8858f011d
support for connect with connection string ( #19355 )
...
* wip
* WIP
* radio button
* handle connection string
* fix test
* fix test
* fix test cases
* remember password
* pr comments
* pr comments
2022-05-13 14:48:12 -07:00
Aditya Bist
128767c713
Added clickable more info links to designer validation issues ( #19365 )
...
* added clickable more info links to designer validation issues
* fix selection issue
* remove more info if none
* change quote style
* clear the dom node
2022-05-13 13:35:22 -07:00
Christopher Suh
8352c7631c
vbump and typo fix ( #19374 )
2022-05-13 13:18:57 -07:00
csigs
b669ab9481
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220513163417979. ( #19372 )
2022-05-13 13:14:40 -07:00
Christopher Suh
86e0c6963f
Refreshes token for intellisense ( #19214 )
...
* wip
* wip
* wip
* working refresh token for intellisense
* pr review comments
* pr review comments
* add link
* pr comments
* change authority -> tenantId
* refactor tenant
* fix build
* add js doc comments, other pr changes
* fix error messaging
* add log
* added logs
* remove expiresOn
* fix error messaging
* pr comments
* remove localized strings from logs
2022-05-13 09:33:14 -05:00
Alex Ma
c7da145c92
[Loc] update to xlf 5-12-2022 and fix for sqltoolsservice exclusion bug in gulp extensions ( #19367 )
2022-05-12 19:10:26 -07:00
csigs
9bb035d3eb
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220512213846450. ( #19363 )
2022-05-12 16:59:04 -07:00
Charles Gagnon
88ce98b2e1
Bump STS to .250 ( #19364 )
2022-05-12 16:51:11 -07:00
Vasu Bhog
f53f4fc522
remove logic now that we have fix in vscode-azurefunctions ( #19353 )
2022-05-12 15:48:59 -07:00
Candice Ye
63c6c0631e
Take SQL MI billing Business Critical out of preview ( #19361 )
...
* Added values for business critical price per core
* Remove Preview tag for business critical
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-05-12 15:38:24 -07:00
Kim Santiago
7b4181dd13
add docker image with telemetry for publish to container ( #19360 )
...
* add docker info image to telemetry for publish to container
* change name
2022-05-12 14:03:17 -07:00
Barbara Valdez
9f69139dea
add description to quick pick item ( #19356 )
2022-05-12 11:25:48 -07:00
Aditya Bist
784d8e9e96
Table Designer: Move columns UI ( #19154 )
...
* format
* added buttons and initial drag plugin
* initial drag and drop working
* add actions and taskbar
* drag and drop bugfix and other changes
* fix few issues
* more changes
* fix all move and insertion issues
* PRcomments
* fit and finish comments
* remove dead code
* bump sts
* add style for object being dragged
* add plugin to copyright filter
* Add to eslintrc
* fix drag contrast ratio
* generalize logic for cell focus
* demo feedback
* feedback
* add action state
* feedback
* remove unncecessary check
* add move actions to context menu
* change to const
* fix bug with tables and fix drop color
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2022-05-12 10:49:45 -07:00
Lucy Zhang
fe7ac55e97
skip test ( #19351 )
2022-05-11 18:01:14 -07:00
Alex Ma
f45145ceb5
[Loc] update to xlfs. ( #19354 )
2022-05-11 17:07:18 -07:00