awickham10 / psdpa

PowerShell module for the Solarwinds DPA REST API
MIT License
8 stars 0 forks source link

Add-DpaMonitor - Verify Azure SQL DB Functionality #6

Open awickham10 opened 5 years ago

awickham10 commented 5 years ago

Verify Add-DpaMonitor works with Azure SQL DB.

awickham10 commented 5 years ago

User reported below error on Thwack.

New-Object : Cannot find type [AzureSQLDatabaseMonitor]: verify that the assembly containing this type is loaded.
At C:\Program Files\WindowsPowerShell\Modules\PSDPA\0.0.1\Classes\Monitor.ps1:87 char:17
+         return (New-Object -TypeName "$type" -ArgumentList $Json)
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidType: (:) [New-Object], PSArgumentException
    + FullyQualifiedErrorId : TypeNotFound,Microsoft.PowerShell.Commands.NewObjectCommand