mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-12 11:08:31 -05:00
Support profiling on Azure instances (#643)
* Support profiling Azure instances * Spacing fixes * Localizing error message for azure DB profiling
This commit is contained in:
committed by
GitHub
parent
838a7e4fab
commit
cc2ca4cad3
@@ -2256,6 +2256,11 @@
|
||||
<target state="new">Connection not found</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AzureSystemDbProfilingError">
|
||||
<source>Cannot profile Azure system databases</source>
|
||||
<target state="new">Cannot profile Azure system databases</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="BackupPathIsFolderError">
|
||||
<source>Please provide a file path instead of directory path</source>
|
||||
<target state="new">Please provide a file path instead of directory path</target>
|
||||
|
||||
Reference in New Issue
Block a user