OctopusDeploy / Library

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy
Other
171 stars 504 forks source link

Update azure container environment #1379

Closed twerthi closed 1 year ago

twerthi commented 1 year ago

Background

Logic error in checking whether the environment exists or not.

Results

Properly performs the check

Before

Would return true when environment didn't exist.

After

Returns correct value if environment exists or not.

Pre-requisites

Fixes # . If there is an open issue that this PR fixes add it here, otherwise just remove this line