Skip to content

Commit

Permalink
Merge branch 'develop' into WX-1395
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman committed Dec 7, 2023
2 parents f55265f + 9c6c439 commit b3a34b0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ final case class EndpointURL(value: String) {
sa.toRight(new Exception(s"Storage account name could not be parsed from $value")).toTry
}
}
final case class WorkspaceId(value: UUID) { override def toString: String = value.toString }
final case class ContainerResourceId(value: UUID) { override def toString: String = value.toString }

final case class WorkspaceManagerURL(value: String) { override def toString: String = value }

final case class BlobPathBuilderFactory(globalConfig: Config, instanceConfig: Config, fsm: BlobFileSystemManager)
Expand Down

0 comments on commit b3a34b0

Please sign in to comment.