moves dacfx to database tools in report

This commit is contained in:
Drew Skwiers-Koballa
2020-10-05 08:11:58 -07:00
parent 3b2c13ea5b
commit 1e8fd7a108

View File

@@ -117,7 +117,6 @@ $markdown += New-MDList -Style Unordered -Lines @(
(Get-AWSSessionManagerVersion),
(Get-AlibabaCLIVersion),
(Get-CloudFoundryVersion),
(Get-DacFxVersion),
(Get-HubVersion),
(Get-GHVersion)
)
@@ -168,6 +167,7 @@ $markdown += New-MDNewLine
$markdown += New-MDHeader "Database tools" -Level 3
$markdown += New-MDList -Style Unordered -Lines @(
(Get-AzCosmosDBEmulatorVersion),
(Get-DacFxVersion),
(Get-SQLPSVersion),
(Get-MySQLVersion)
)