Skip to content

Commit efcaea2

Browse files
committed
Removed warning.
1 parent 7eabca3 commit efcaea2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Actions/.Modules/ReadSettings.psm1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,6 @@ function ReadSettings {
375375
}
376376
}
377377
}
378-
else {
379-
$sampleJson = "{`n`t`"DeployTo$environmentName`": {`n`t`t...`n`t}`n}"
380-
OutputWarning "The environment settings variable does not contain the property 'DeployTo$environmentName'. Did you define your environment settings at the top JSON level? `nDeployment settings should be defined within the 'DeployTo$environmentName' property, as in other settings like: `n$sampleJson"
381-
}
382378
$settingsObjects += @($environmentVariableObject)
383379
}
384380

0 commit comments

Comments
 (0)