Skip to content

unable to deploy libraryRequirements in Azure Synapse sparkpool via bicep #8502

Open

Description

Bicep version
Bicep CLI version 0.10.61 (8f44805)

Describe the bug
Error:
SparkComputePropertiesNotAllowed
Synapse Spark pool must be created before libraries are installed

To Reproduce
Try to create sparkpool resource with libraryRequirements section filled in.
'Microsoft.Synapse/workspaces/bigDataPools@2021-06-01'

    libraryRequirements:  {
      content: content
      filename: filename
    }

Additional context
Either put the libraryRequirements as separate resource to sparkpool (if it requires time), or build in mechanism to wait for sparkpool creation. If it is provided as part of resource it shall be created in one run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions