Skip to content

The property '$connections' cannot be found on this object #6

@acieslik

Description

@acieslik

Before calling...

Line 325:
$Connections = Get-Connection -Connection $($LogicApp.properties.parameters.'$connections'.value)
or
Line 334:
$Connections = Get-Connection -Connection $($LogicApp.parameters.'$connections'.value)

it needs to be checked, if this property even exits, otherwise the script will fail with:
The property '$connections' cannot be found on this object. Verify that the property exists.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions