Skip to content

Conversion Script's handling of special cases #834

@AlexanderSehr

Description

@AlexanderSehr

The conversion script is unable to deal with the Microsof.Authorization namespace pipelines as they are not referenceing the main deploy.bicep file, but sub_deploy.bicep files and the like.

In the current version of the logic, these references are simply not updated. In a soon to be merged version, they are at least updated to .json. However, this won't solve the problem just yet, as templates like sub_deploy.bicep don't exist in the module's root, but its .bicep folder. As this folder is not just not converted to JSON, but actually deleted, we have to find a different solution.

The easiest might be to reference deploy.json for this namespace post conversion instead. However, as this may still cause problems (e.g. due to a lack of permissions), this must be documented.

Still better as no solution, I guess.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions