Rachel Kim
c8602c2ced
Update sql migration extension strings ( #16801 )
...
* initial capitalize; add periods; replace (s) with plural nouns to improve localization
2021-08-19 11:07:51 -07:00
Charles Gagnon
9f9e562e77
Remove Notebook grammar ( #15992 )
2021-08-19 10:47:14 -07:00
Alex Ma
b7fffc31a5
Added localization for title and category for dacpac ( #16811 )
...
* added localization for title and category for dacpac
* changed package.nls.json to DacFx
* update for xlf
2021-08-19 10:11:06 -07:00
Rachel Kim
ad75b03565
fix create dms dialog string ( #16808 )
2021-08-18 16:27:24 -07:00
Charles Gagnon
637c01fe22
Fix typo ( #16823 )
2021-08-18 14:37:38 -07:00
Charles Gagnon
ea6e03f826
Fix azure account tree subscription check ( #16822 )
...
* Fix azure account tree subscription check
* comment
2021-08-18 14:35:16 -07:00
Charles Gagnon
df49d67f7d
Consolidate getSubscriptions ( #16821 )
...
* Consolidate getSubscriptions
* Undo test change
2021-08-18 12:56:45 -07:00
Barbara Valdez
8aa0dffccf
Remove circular reference from book tree item ( #16579 )
...
* Enable drag and drop and multiple selection in Book Tree View
* replace children for hasChildren to remove circular reference
2021-08-18 10:37:54 -07:00
Charles Gagnon
6b1cc85c9a
Get tools service install location from extensions ( #16796 )
...
* Get STS install location from extensions
* Update error
2021-08-17 13:48:22 -07:00
Barbara Valdez
95a08d2ce7
Mark test as unstable ( #16785 )
...
* mark test as unstable
* fix close book test
2021-08-16 21:02:26 -07:00
brian-harris
c12cdffe9b
Dev/brih/bugs/merge rtm hotfix changes ( #16792 )
...
* improves migration context loading error handling
* remove secrets and encode uris
2021-08-16 16:24:41 -07:00
Charles Gagnon
a92ba424ac
Handle errors fetching subscriptions from subset of tenants ( #16765 )
2021-08-16 15:08:08 -07:00
Charles Gagnon
ecb5bb4ed8
Fix scan hits ( #16788 )
2021-08-16 12:59:18 -07:00
Aasim Khan
f5f52b19c7
Adding support for AAD connections in import wizard ( #16759 )
...
* Adding support for aad connections in import extension
* Adding support for AAD by passing azure account token
* Adding a test for aad connections and fixing broken tests
* removing extra await
2021-08-16 11:57:35 -07:00
goyal-anjali
1121429f5c
Localize strings ( #16781 )
...
Localize all user viewable strings
2021-08-16 23:29:40 +05:30
Charles Gagnon
6b5c909f7f
Fix connection prompt for publish database quickpick ( #16767 )
2021-08-14 11:57:41 -07:00
Rachel Kim
7a57e62cd6
fix sql migration bugs on showing/hiding content based on scenarios ( #16778 )
2021-08-13 19:35:06 -07:00
Rachel Kim
4efdb0e651
Add autoCutoverConfiguration to local storage ( #16772 )
2021-08-13 15:13:16 -07:00
Monica Gupta
5049bf0c7f
Fix for getting auth token for Kusto resource ( #16773 )
...
* Fix for getting auth token for Kusto resource
* Addressed comment
Co-authored-by: hhh <gfhg>
2021-08-13 14:50:42 -07:00
stuti149
4ea5b62217
Added Refresh Assessment Button in Azure SQL Target Page ( #16706 )
...
* Added Refresh Assessment Button in Azure SQL Target Wizard
* UI updated
* changes done
2021-08-13 11:02:32 +05:30
Benjin Dubishar
c68acfde82
Correcting bug to intentionally read from cached list of projects ( #16762 )
...
* Correcting to intentionally read from cached list of projects
* using undefined for "workspace not checked yet" rather than empty array
2021-08-12 17:03:06 -07:00
Leila Lali
32a71a2de6
SQL Database Project - Deploy db to docker ( #16406 )
...
Added a new command to deploy the project to docker
2021-08-12 13:24:16 -07:00
Justin M
57e11c7b5c
Bumped AzureMonitor version to 0.1.4 ( #16756 )
2021-08-12 13:16:05 -07:00
Justin M
d64a5ffe06
AzureMonitor syntax highlighting and themes ( #16752 )
...
* Added grammars, themes, and output channels to package.json Added themes folder and files
* Changed theme name to distinguish between themes
2021-08-12 13:13:36 -07:00
Charles Gagnon
041bd560c0
Fix modelview container removal issue ( #16753 )
2021-08-12 13:12:31 -07:00
Rachel Kim
248025b6b7
Database backup page improvements ( #16690 )
2021-08-12 12:49:29 -07:00
Rachel Kim
8bd7125392
Add required indicator across SQL Migration extension ( #16057 )
2021-08-12 11:20:06 -07:00
Aasim Khan
74938d563d
Adding context menu item on server level for import wizard ( #16700 )
...
* Adding context menu item on server level for import wizard
* Changing to regex instead of using duplicate oe commands
2021-08-12 09:07:02 -07:00
Charles Gagnon
1015b2f960
Fix schema compare diff editor not showing ( #16733 )
...
* Fix schema compare diff editor not showing
* remove unneeded
* remove more unused
2021-08-11 23:15:08 -07:00
Aasim Khan
8be0f742bc
Listing filtered locations for migration service public preview. ( #16731 )
...
* Filtering regions for public preview
* rename var
* reverting back to const
2021-08-11 17:48:44 -07:00
Justin M
ac795ac457
Bumped AzureMonitor version to 0.1.3 ( #16732 )
2021-08-11 17:47:10 -07:00
Justin M
42f3b7d3ba
Changed NotebookKernelAlias to LogAnalytics for AzureMonitor extension ( #16730 )
2021-08-11 16:15:01 -07:00
brian-harris
71e2d1a2bc
Dev/brih/bugs/update readme public preview ( #16729 )
...
* initial readme udpates
* update wording, bump version
2021-08-11 15:05:08 -07:00
Charles Gagnon
9b2836c9e7
Update admin-tool-ext-win version ( #16723 )
2021-08-11 12:53:47 -07:00
Sakshi Sharma
4250556023
Fix incorrect .NET error ( #16694 )
...
* Fix .NET Install state for error conditions
* Address comment- remove redundant constructor
2021-08-11 11:29:48 -07:00
brian-harris
a4b1e8af96
filter assessment results by MigationTargetType ( #16701 )
2021-08-11 10:55:28 -07:00
brian-harris
f6b10fec0b
improve migration context loading ( #16696 )
2021-08-11 10:55:01 -07:00
Charles Gagnon
f570c64ce0
Remove azdata extension ( #16667 )
...
* Remove azdata extension
* skip failing tests
* unskip tests
* Remove duplicate tests
* skip tests
2021-08-11 09:48:06 -07:00
dependabot[bot]
9494cbc595
Bump path-parse from 1.0.6 to 1.0.7 in /extensions/agent ( #16669 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 09:25:00 -07:00
dependabot[bot]
fe313d1bd4
Bump path-parse from 1.0.6 to 1.0.7 in /extensions/admin-tool-ext-win ( #16671 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 09:24:39 -07:00
dependabot[bot]
8bb43af96f
Bump path-parse from 1.0.6 to 1.0.7 in /extensions/arc ( #16670 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 09:24:29 -07:00
Benjin Dubishar
d0bcba4cc0
Corrects workspace project tree refresh behavior for adding new projects to the workspace ( #16650 )
...
* bugfix and updates
* PR feedback
* Deferred promise for project disk scan
* fix casing
* fixing race condition on extension activation, test failure
2021-08-11 09:11:00 -07:00
Charles Gagnon
c891584fec
Update ADS strings for sql-database-projects ( #16683 )
...
* Update ADS strings for sql-database-projects
* fix
2021-08-10 22:21:46 -07:00
Justin M
442ef98835
Bumped SqlToolService version to 122. Bumped AzureMonitorLogs version to 0.1.2 ( #16686 )
2021-08-10 17:31:02 -07:00
Candice Ye
faffdb0a9a
Added in auto-install prompt for Azure CLI and arcdata extension, "Don't Ask Again" logic, removed waiting on azcli extension activate ( #16646 )
...
* Added back Don't Ask Again logic
* If no Azure CLI found, throw error instead of returning undefined.
* Deleted 'restart ADS' text for arcdata extension prompts
* Added error catch for parse version and parsed out the * in az --version
* Added back findAz()
* Added arcdata version to AzTool. Parse --version using regex.
* Return undefined if no az found.
* Added userRequested param for findAz
* No longer await on extension activate. Re-added some functions for az install.
* Install works for windows
* Changed auto install for az on Linux and MacOS.
* Added comment for findSpecificAzAndArc and uncommented some localizedConstants
* Added comment for getSemVersionArc and took out the path for some tests.
* Made findSpecificAzAndArc return an object instead of a list
* Removed azToolService test
* Removed azToolService tests and renamed suite to azcli Extension Tests
* Got rid of new Regexp for regex in parseVersions
* Added back azToolService.ts
* Added logic to enable prompt user to install arcdata extension and auto-install capability. No update capability yet.
Co-authored-by: Candice Ye <canye@microsoft.com >
2021-08-10 15:39:31 -07:00
Candice Ye
dfc91cc0ff
Remove controller endpoint from Data Controller dashboard. ( #16647 )
...
Co-authored-by: Candice Ye <canye@microsoft.com >
2021-08-10 15:38:39 -07:00
Sakshi Sharma
e0143e0752
Update pop-up to be an error message instead of informational message ( #16660 )
...
* Update pop-up to be an error message
* Update message text
* Address comment
* Address comment
2021-08-10 15:24:09 -07:00
Barbara Valdez
b99be156ad
set book as untrusted before running test ( #16677 )
2021-08-10 15:16:02 -07:00
Charles Gagnon
9aa96454c9
Don't show properties menu item for some items on Azure DBs ( #16674 )
...
* Don't show properties menu item for some items on Azure DBs
* bump version
2021-08-10 15:04:20 -07:00
Aasim Khan
4bc75ef6d6
Updating mssql to get azure dashboard fixes: ( #16658 )
...
1. making cpucount and phy mem props optional in ServerInfo
2. Moving the 2 props to azdata.proposed
2021-08-10 13:06:36 -07:00