Skip to content

Commit 1e11b55

Browse files
committed
Disable fortios provider due to codegen issue
1 parent 98e0f2a commit 1e11b55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/Packages.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ object Packages:
132132

133133
private val compileProblemPackages = blockedPackages ++ Vector(
134134
"aws-iam", // id parameter, schema error - https://github.com/pulumi/pulumi-aws-iam/issues/18
135-
"nuage" // id parameter, schema error - https://github.com/nuage-studio/pulumi-nuage/issues/50
135+
"nuage", // id parameter, schema error - https://github.com/nuage-studio/pulumi-nuage/issues/50
136+
"fortios" // method collision - https://github.com/VirtusLab/besom/issues/458
136137
)
137138

138139
def generateAll(targetPath: os.Path): os.Path = {

0 commit comments

Comments
 (0)