The deployment of these objects:
- Workspace instance
- dataset
- dataflow
- integration runtime
- linked service
- pipeline
- KQL script *
- SQL script *
- notebook *
- Spark job definition *
* via RestAPI only
The deployment of these objects:
- credential
- 'AzResource' deployment method
- Apache Spark pools (BigDataPool - #11)
To install the module, open PowerShell command line window and run the following lines:
Install-Module -Name azure.synapse.tools -Scope CurrentUser
Import-Module -Name azure.synapse.toolsIf you want to upgrade module from a previous version:
Update-Module -Name azure.synapse.toolsCheck your currently available version of module:
Get-Module -Name azure.synapse.toolsThe module is available on PowerShell Gallery.
- DeleteNotInSource: Deletes objects in destination that does not exist in source.
- IncrementalDeployment: Deployment state file to only deploy changed objects in the source.
The Synapse service does not have global parameter capability as in Azure Data Factory (ADF). In order to maintain a deployment state of changed objects, a storage account and json file will hold the deployment state. The file will be in the naming convention: <synapse-workspace-name>_deployment_state.json. If IncrementalDeployment is used, please find the prerequisites below.
- Authenticated user with
Storage Blob Data Contributorrbac role on the destination storage account. azure-synapse-toolscontainer is required prior to deploying a Synapse workspace.
New features, bug fixes and changes can be found here.
Tell me your thoughts or describe your specific case or problem.
For any requests on new features please raise a new issue here: New issue
