Skip to content

Commit

Permalink
fix for #38
Browse files Browse the repository at this point in the history
  • Loading branch information
liprec committed May 5, 2020
1 parent edc8c21 commit 84e8c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-aas-db/1.2.0/deploy-aas-db.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ An example
General notes
#>
function RemoveModel($Server, $ModelName, $LoginType, $Credentials) {
$removeTsml = '{"delete":{"object":{"database":"existingModel"}}}'
$removeTsml = '{"delete":{"object":{"database":"existingModel"}}}' | ConvertFrom-Json
try {
$tsml = $removeTsml
$tsml.delete.object.database = $ModelName
Expand Down

0 comments on commit 84e8c19

Please sign in to comment.