Skip to content

Commit

Permalink
No-Jira: Remove egress field from DeploymentRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
victorarbuesmallada committed Dec 6, 2024
1 parent df7d1c0 commit 0b86a7d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object CreateMetadata {
lineOfBusiness = request.lineOfBusiness,
name = request.name,
description = request.description,
egress = request.egress,
egress = "",
passthrough = request.passthrough,
status = Option.apply(request.status),
domain = request.domain,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ case class DeploymentsRequest(
lineOfBusiness: String,
name: String,
description: String,
egress: String,
teamId: String,
oas: String,
passthrough: Boolean,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ object APIMConnectorParityImplSpec extends HttpClientV2Support {
lineOfBusiness = "test-line-of-business",
name = "test-name",
description = "test-description",
egress = "test-egress",
teamId = "test-team-id",
oas = oas,
passthrough = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,6 @@ object APIMConnectorSpec {
lineOfBusiness = "test-line-of-business",
name = "test-name",
description = "test-description",
egress = "test-egress",
teamId = "test-team-id",
oas = oas,
passthrough = true,
Expand Down

0 comments on commit 0b86a7d

Please # to comment.